Skip to content

Commit

Permalink
Merge pull request #229 from ceblanton/updated-gfdl-site-configs
Browse files Browse the repository at this point in the history
Updated GFDL site configuration files
  • Loading branch information
ngs333 authored Jun 1, 2023
2 parents 1627584 + 7194d0b commit 8213bac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions site-configs/ncrc/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

module rm PrgEnv-pgi PrgEnv-intel PrgEnv-gnu PrgEnv-cray
module load PrgEnv-gnu/6.0.10
module swap gcc/10.3.0
module load cray-netcdf/4.7.4.4
module load cray-hdf5/1.12.0.4
module load nccmp/1.8.8.0
module load gcc/12.1.0
module load cray-hdf5/1.12.2.3
module load cray-netcdf/4.9.0.3
module load nccmp

# Add bats to PATH
# Needed for testing
Expand Down
2 changes: 1 addition & 1 deletion site-configs/ncrc5/config.site
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# configure options
test -z "$with_mpi" && with_mpi=yes
# Standard prefix location for FRE distribution
test "$prefix" = NONE && prefix=/ncrc/home2/fms/local/opt/fre-nctools/${PACKAGE_VERSION}/ncrc
test "$prefix" = NONE && prefix=/ncrc/home2/fms/local/opt/fre-nctools/${PACKAGE_VERSION}/ncrc5

# Compilers
test -z "$CC" && CC=cc
Expand Down
5 changes: 3 additions & 2 deletions site-configs/ncrc5/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@

module rm PrgEnv-pgi PrgEnv-intel PrgEnv-gnu PrgEnv-cray
module load PrgEnv-gnu/8.3.3
module load cray-hdf5/1.12.1.3
module load cray-netcdf/4.8.1.3
module load gcc/12.2.0
module load cray-hdf5/1.12.2.3
module load cray-netcdf/4.9.0.3
module load nccmp

# Add bats to PATH
Expand Down

0 comments on commit 8213bac

Please sign in to comment.