Skip to content

Commit

Permalink
update cheyenne gnu build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 17, 2018
1 parent e77b2cf commit 3878280
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ctest/runcdash-nwsc-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ fi

module reset
module unload netcdf
module swap intel gnu/7.1.0
module swap mpt openmpi/3.0.0
module swap intel gnu/8.1.0
module swap mpt openmpi/3.1.0
module load git/2.10.2
module load cmake/3.9.1
module load netcdf/4.4.1.1
export PNETCDF=/glade/u/home/jedwards/pnetcdf/svn3652/openmpi300/gnu710
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

export CC=mpicc
export FC=mpif90

export PIO_DASHBOARD_ROOT=`pwd`/dashboard
export PIO_DASHBOARD_ROOT=/glade/u/home/jedwards/sandboxes/dashboard
export PIO_COMPILER_ID=GNU-`$CC --version | head -n 1 | tail -n 1 | cut -d' ' -f3`

if [ ! -d "$PIO_DASHBOARD_ROOT" ]; then
Expand Down

0 comments on commit 3878280

Please sign in to comment.