Skip to content

Commit

Permalink
Bring schemeSetup script up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
drsteve committed Apr 28, 2021
1 parent 0220e31 commit 990251c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions schemeSetup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

module2 load gsl/2.3
module2 load openmpi
module2 load gcc/8.1.0
export LD_LIBRARY_PATH=/projects/lanl/Carrington/netcdf/lib:${LD_LIBRARY_PATH}
./Config.pl -install -scheme
module load perl/5.24.1
module load gcc/9.3.0
module load gsl/2.6
module load openmpi/4.0.5
module load netcdf

perl Config.pl -install -ncdf -gsl -compiler=gfortran -openmp -mpi=openmpi

0 comments on commit 990251c

Please sign in to comment.