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

Update cori port due to system upgrade #266

Merged
merged 1 commit into from
Jul 31, 2019
Merged
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
10 changes: 5 additions & 5 deletions configuration/scripts/machines/env.cori_intel
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ module unload PrgEnv-cray
module unload PrgEnv-gnu
module unload PrgEnv-intel
module unload PrgEnv-pgi
module load PrgEnv-intel/6.0.4
module load PrgEnv-intel/6.0.5

module unload intel
module load intel/18.0.1.163
module load intel/19.0.3.199
module unload gcc
module load gcc/7.3.0
module load gcc/8.2.0

module unload cray-mpich
module unload cray-mpich-abi
module load cray-mpich/7.7.3
module load cray-mpich/7.7.6

module unload cray-hdf5
module unload cray-hdf5-parallel
Expand All @@ -27,7 +27,7 @@ module load cray-netcdf/4.6.1.3
module unload cray-libsci

module unload craype
module load craype/2.5.15
module load craype/2.5.18

setenv NETCDF_PATH ${NETCDF_DIR}
setenv OMP_PROC_BIND true
Expand Down