Skip to content

Commit

Permalink
Merge branch 'develop' into dev/cactus
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrumbine authored Sep 18, 2023
2 parents 0a0ea85 + 349ba07 commit d2171bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sorc/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
edit makeall.sh to be for the system you're on
ln -s mk.YOUR_SYSTEM mk.this
./makeall.sh
7 changes: 6 additions & 1 deletion sorc/makeall.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

#modules :

# wcoss2:
module load PrgEnv-intel/8.3.3
module load netcdf/4.7.4
Expand All @@ -12,8 +13,12 @@ module load intel-classic/2022.2.0.262
# 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 d2171bc

Please sign in to comment.