Changes between Version 36 and Version 37 of AnugaParallel
- Timestamp:
- Mar 15, 2013, 5:15:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnugaParallel
v36 v37 119 119 In the anuga_parallel directory there are two subdirectories {{{pymetis}}} and {{{pypar_extras}}} 120 120 which contain files that need compiling. The easiest way to do this is to return to the {{{anuga_core}}} directory 121 and r erun the {{{compile_all.py}}} script.121 and run the {{{compile_parallel_all.py}}} script. 122 122 123 123 I.e. run the following two commands … … 125 125 {{{ 126 126 cd /home/******/anuga_core/ 127 python compile_ all.py127 python compile_parallel_all.py 128 128 }}} 129 129