Skip to content

Commit

Permalink
Merge pull request #10 from rgrumbine/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rgrumbine authored Oct 3, 2023
2 parents 349ba07 + 04ca916 commit bf6ed37
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sorc/makeall.sh
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#!/bin/bash

#modules :
## wcoss2:
#module load PrgEnv-intel/8.3.3
#module load netcdf/4.7.4
#module load intel-classic/2022.2.0.262

# gaea:
module load intel-classic/2022.2.1
module load cray-hdf5/1.12.2.3
module load cray-netcdf/4.9.0.3
export NETCDF=$NETCDF_DIR
# wcoss2:
module load PrgEnv-intel/8.3.3
module load netcdf/4.7.4
module load intel-classic/2022.2.0.262

# # gaea:
# module load intel-classic/2022.2.1
# module load cray-hdf5/1.12.2.3
# module load cray-netcdf/4.9.0.3
# export NETCDF=$NETCDF_DIR

# hera:
#module load hpc/1.2.0 hpc-intel/2022.1.2
#module load netcdf/4.7.0


echo zzz ifort = `which ifort`
echo zzz NETCDF
env | grep NETCDF

make
make

0 comments on commit bf6ed37

Please sign in to comment.