Skip to content

Commit

Permalink
Remove cheyenne.intel-impi and supermuc_phase2.intel build targets (N…
Browse files Browse the repository at this point in the history
…CAR#150)

As the title says. Note that the affected files are for the gnumake build - if we had transitioned entirely to cmake, we wouldn't need to maintain these files any longer.
  • Loading branch information
climbfuji authored Jul 30, 2020
1 parent cdc7915 commit e66fc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 3 additions & 2 deletions ccpp/build_ccpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ 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 endeavor.intel \
stampede.intel supermuc_phase2.intel macosx.gnu \
cheyenne.intel cheyenne.gnu \
endeavor.intel stampede.intel \
macosx.gnu \
linux.intel linux.gnu linux.pgi )

###################################################################################################
Expand Down
14 changes: 0 additions & 14 deletions ccpp/set_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ case "$MACHINE_ID" in
export F77=mpif77
export F90=mpif90
;;
cheyenne.intel-impi)
export CC=mpiicc
export CXX=mpiicpc
export FC=mpiifort
export F77=mpiifort
export F90=mpiifort
;;
cheyenne.gnu)
export CC=mpicc
export CXX=mpicxx
Expand All @@ -88,13 +81,6 @@ case "$MACHINE_ID" in
export F77=mpif77
export F90=mpif90
;;
supermuc_phase2.intel)
export CC=mpiicc
export CXX=mpiicpc
export FC=mpiifort
export F77=mpiifort
export F90=mpiifort
;;
macosx.gnu)
# set in generic modulefile
;;
Expand Down

0 comments on commit e66fc3d

Please sign in to comment.