Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Souheil-Yazji/3e0be89160999d3f321ecd70e7ee01db to your computer and use it in GitHub Desktop.
Save Souheil-Yazji/3e0be89160999d3f321ecd70e7ee01db to your computer and use it in GitHub Desktop.
buildModel.sh
export OM_version=openmpp_ubuntu_mpi_20231115
export model_dir=/home/jovyan/buckets/aaw-unclassified/oncosim/ #<ModelNameHere>
export OM_ROOT=/home/jovyan/buckets/aaw-unclassified/OMPP-1.15.16/openmpp_ubuntu_mpi_20231115 #<PathToOmpp>
cd $model_dir
rm -rf ompp-linux
make OM_MSG_USE=MPI RELEASE=1 all publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment