Last active
July 23, 2019 12:22
-
-
Save smhr/0b4ca6f7af997b999c7f21bbdd7a52f3 to your computer and use it in GitHub Desktop.
Phantom environment variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#================== Phantom compile ===================== | |
export OMP_SCHEDULE="dynamic" | |
export OMP_STACKSIZE=512M | |
ulimit -s unlimited | |
export SYSTEM=gfortran | |
#================== Phantom run ========================= | |
export OMP_NUM_THREADS=9 | |
export I_WILL_NOT_PUBLISH_CRAP=yes | |
modelName="N450M37rho16hac120" | |
./phantomsetup $modelName < "${modelName}.input" | |
nohup /usr/bin/time -p -o time.txt ./phantom $modelName.in > out.log & 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment