Skip to content

Commit

Permalink
update cheyenne modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Mar 12, 2019
1 parent ebd44d3 commit 0f7b828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ctest/runcdash-nwscla-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module swap mpt openmpi/3.1.0
module load git/2.10.2
module load cmake/3.12.1
module load netcdf/4.6.1
export PNETCDF=/glade/u/home/jedwards/pnetcdf/df0b42f19/gnu/8.1.0/openmpi/3.1.0
module load pnetcdf/1.10.0

export CC=mpicc
export FC=mpif90
Expand Down
8 changes: 4 additions & 4 deletions ctest/runcdash-nwscla-intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ source /etc/profile.d/modules.sh

module reset
module unload netcdf
module swap intel intel/17.0.1
module switch mpt mpt/2.16
module swap intel intel/19.0.2
module switch mpt mpt/2.19
module load cmake/3.7.2
module load netcdf-mpi/4.4.1.1
module load pnetcdf/1.8.1
module load netcdf-mpi/4.6.1
module load pnetcdf/1.11.0
echo "MODULE LIST..."
module list

Expand Down
2 changes: 1 addition & 1 deletion ctest/runcdash-nwscla-pgi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
module reset
module unload netcdf
module swap intel pgi/17.9
module swap mpt mpt/2.18
module swap mpt mpt/2.19
module load git/2.10.2
module load cmake/3.12.1
module load netcdf-mpi/4.6.1
Expand Down

0 comments on commit 0f7b828

Please sign in to comment.