Skip to content

Commit 1c031fc

Browse files
author
jlipoth
committed
Added a README text file
git-svn-id: svn+ssh://simcity.usask.ca/Users/svn/pythODE/pythODE++@21204 95d1ee44-5033-4e26-b979-e748c727a777
1 parent 7383b3e commit 1c031fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.txt

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

0 commit comments

Comments
 (0)