Skip to content

Commit

Permalink
Gefs v12: Adjusting comp/link options for NCEP wcoss build (#145)
Browse files Browse the repository at this point in the history
Changes reflect NEMS update allowing using generalized build scripts cmplr.env + comp/link.tmpl instead of machine-specific comp/link files. 
* Updated wcoss entries in cmplr.env
* Deleted comp/link.wcoss files
  • Loading branch information
ajhenrique authored Jan 14, 2020
1 parent 328a42a commit 048461a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 865 deletions.
6 changes: 3 additions & 3 deletions model/bin/cmplr.env
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ if [ "$cmplr" == "intel" ] || [ "$cmplr" == "intel_debug" ] || [ "$c
optc="$optc -xcore-avx2"
optl="$optl -xcore-avx2"
elif [ ! -z "$(echo $cmplr | grep wcoss_cray)" ] ; then
optc="$optc -xCORE-AVX2 -qno-opt-dynamic-align -auto -nowarn -align array64byte -safe-cray-ptr"
optc="$optc -xCORE-AVX2"
optl="$optl -xCORE-AVX2"
elif [ ! -z "$(echo $cmplr | grep wcoss_dell_p3)" ] ; then
optc="$opt -xHOST -qno-opt-dynamic-align -auto -nowarn -align array64byte -Wp,-w"
optc="$opt -xHOST"
optl="$optl -xHOST"
else
optc="$optc -xhost"
Expand All @@ -146,7 +146,7 @@ if [ "$cmplr" == "intel" ] || [ "$cmplr" == "intel_debug" ] || [ "$c

# omp options
if [ "$omp_mod" == 'yes' ] ; then
if [ "$cmplr" == "hera" ] ; then
if [ "$cmplr" == "hera" ] || [ "$cmplr" == "wcoss_dell_p3" ] ; then
optc="$optc -qopenmp"
optl="$optl -qopenmp"
else
Expand Down
216 changes: 0 additions & 216 deletions model/bin/comp.wcoss_cray

This file was deleted.

Loading

0 comments on commit 048461a

Please sign in to comment.