Skip to content

Commit

Permalink
Remove cheyenne.pgi from CCPP config (NOAA-EMC#117)
Browse files Browse the repository at this point in the history
remove cheyenne.pgi from CCPP config (ccpp/set_compilers.sh, ccpp/build_ccpp.sh)
  • Loading branch information
climbfuji authored Jun 1, 2020
1 parent 9868550 commit 37eaf56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ccpp/build_ccpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -eu
# List of valid/tested machines
VALID_MACHINES=( wcoss_cray wcoss_dell_p3 gaea.intel jet.intel \
hera.intel hera.gnu orion.intel \
cheyenne.intel cheyenne.intel-impi cheyenne.gnu cheyenne.pgi endeavor.intel \
cheyenne.intel cheyenne.intel-impi cheyenne.gnu endeavor.intel \
stampede.intel supermuc_phase2.intel macosx.gnu \
linux.intel linux.gnu linux.pgi )

Expand Down
2 changes: 1 addition & 1 deletion ccpp/framework
Submodule framework updated 1 files
+6 −5 scripts/common.py
8 changes: 0 additions & 8 deletions ccpp/set_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ case "$MACHINE_ID" in
export F77=mpif77
export F90=mpif90
;;
cheyenne.pgi)
export CPP="mpicc -E"
export CC=mpicc
export CXX=mpicxx
export FC=mpif90
export F77=mpif77
export F90=mpif90
;;
endeavor.intel)
export CC=mpiicc
export CXX=mpiicpc
Expand Down

0 comments on commit 37eaf56

Please sign in to comment.