Changes between Version 36 and Version 37 of AnugaParallel


Ignore:
Timestamp:
Mar 15, 2013, 5:15:07 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v36 v37  
    119119In the anuga_parallel directory there are two subdirectories {{{pymetis}}} and {{{pypar_extras}}}
    120120which contain files that need compiling. The easiest way to do this is to return to the {{{anuga_core}}} directory
    121 and rerun the {{{compile_all.py}}} script.
     121and run the {{{compile_parallel_all.py}}} script.
    122122
    123123I.e. run the following two commands
     
    125125{{{
    126126cd /home/******/anuga_core/
    127 python compile_all.py
     127python compile_parallel_all.py
    128128}}}
    129129