Skip to content

Commit

Permalink
update cori port due to system upgrade (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig authored Jul 31, 2019
1 parent 914ea2d commit 50b52d4
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 50b52d4

Please sign in to comment.