Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cheyenne.intel-impi and supermuc_phase2.intel build targets #150

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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