Revision: | 249 |
Committed: | Mon Jan 27 21:28:19 2003 UTC (22 years, 3 months ago) by chuckv |
File size: | 334 byte(s) |
Log Message: | For some unknown reason the Single processor builds. Has not been tested! |
# | Content |
---|---|
1 | subroutine wrapSimMod(infoWrapper) |
2 | use simulation |
3 | |
4 | external infoWrapper |
5 | |
6 | call infoWrapper( setSimulation ) |
7 | |
8 | end subroutine wrapSimMod |
9 | |
10 | |
11 | |
12 | #ifdef IS_MPI |
13 | |
14 | subroutine wrapSimParallelMod(infoWrapper) |
15 | use mpiSimulation |
16 | |
17 | external infoWrapper |
18 | |
19 | call infoWrapper( setupSimParallel ) |
20 | |
21 | end subroutine wrapSimParallelMod |
22 | |
23 | #endif |