Skip to content

Commit 0e7cef8

Browse files
author
Rahul
committed
Contains a readme file.
1 parent 64565e9 commit 0e7cef8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: parallelSolver/README

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Parallel solvers are implemented for Ksolve, Dsolve and Gsolve.
22

33
Instructions to run the solvers in parallel.
44

5-
1) Set the environment variable NUM_THREADS to the number of threads with which you want to execute your script.
6-
2) The environment variable has to be set (mandatory).
5+
1) Clone the repository from github/BhallaLab/moose-core/tree/multithreaded
6+
i.e., the multithreaded branch of the moose-core.
7+
8+
2) Build the code, compile and run it.
9+
10+
3) Set the environment variable NUM_THREADS to the number of threads with which you want to execute your script.
11+
12+
4) The environment variable has to be set to make use of the parallelization. It runs with 1 thread by default(sequential).
13+
714
3) Run your python script regularly. The framwork will pick up the number of threads set by you and parallelize the solvers using them.

0 commit comments

Comments
 (0)