Skip to content

Commit

Permalink
still working on it
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 18, 2018
1 parent b4be30d commit 205567f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/LibMPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ function (platform_name RETURN_VARIABLE)


if (SITENAME MATCHES "^laramie" OR
SITENAME MATCHES "^cheyenne")
SITENAME MATCHES "^cheyenne" OR
SITENAME MATCHES "^chadmin")

set (${RETURN_VARIABLE} "nwscla" PARENT_SCOPE)

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 @@ -18,7 +18,7 @@ module load pnetcdf/1.9.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=PGI-`$CC --version | head -n 2 | tail -n 1 | cut -d' ' -f2`

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

0 comments on commit 205567f

Please sign in to comment.