Skip to content

Notes on juno

Niki Zadeh edited this page Aug 2, 2019 · 1 revision

#configure

cd platforms/mom6/builds

cp -r tiger juno

#edit the .env and .mk files to suit your platform

#build

./linux-build-mom6solo.bash -m juno -p intel18 -t prod

#run

cd ../exps/mom6_solo_global_ALE_z/ mkdir RESTART

salloc -A gfdlport -M juno --time=30 --nodes=2

source ../../builds/juno/intel18.env

srun -n 36 ../../builds/build/juno-intel18/ocean_only/prod/MOM6 |& tee stdout

This hangs!!!

Added -msse2 to compile options in intel18.mk and repeated the above. Runs, but very slow, 130x slower than gaea!!

Clone this wiki locally