Skip to content

uofs-simlab/pythODEpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1615f98 · Dec 29, 2021

History

27 Commits
Dec 3, 2013
Feb 8, 2014
Sep 2, 2016
Aug 21, 2014
Aug 21, 2014
Dec 29, 2021
Jan 7, 2014
Dec 29, 2016
Jul 5, 2021
Sep 2, 2016

Repository files navigation

To run pythODE++
1) Ensure that pythODE++ is checked out under your /home/user directory. If it isn't, the scripts will not execute
2) In this same directory, build the program by executing the build script: ./build
3) Navigate back to your /home/user directory. Create a file called hostfile. The format for the file is as follows:
hostname slots=(Insert number of processes here) max_slots=(Insert number of processes here)
This file tells MPI which nodes to run on, with how many processes on each node. For example
moler slots=12 max_slots=12
would run the scripts on the moler head node with 12 processes.
4) navigate to the pythODE++/scripts directory. To run a script, execute the run-experiment.sh file, and enter the name
of the script you want to run *without* the .py extension:
./run-experiment.sh brusselator-experiment

For more information on the format of the experiment scripts, see the tutorial under the scripts directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published