Created
April 9, 2024 17:35
-
-
Save Souheil-Yazji/3e0be89160999d3f321ecd70e7ee01db to your computer and use it in GitHub Desktop.
buildModel.sh
This file contains hidden or 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
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