Changes between Version 27 and Version 28 of AnugaParallel


Ignore:
Timestamp:
Jul 18, 2012, 8:55:21 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v27 v28  
    11== INSTALLING anuga_parallel ==
    22
     3=== Note ===
     4
     5Where ever you see {{{******}}}} you should replace with the name of your home directory.
     6
    37=== Install anuga ===
    48
     
    711You should end up with a directory
    812{{{
    9 /home/username/anuga_core
    10 }}}
    11 where username is of course your username on your machine.
     13/home/******/anuga_core
     14}}}
    1215
    1316
     
    1720
    1821{{{
    19 export PYTHONPATH=/home/username/anuga_core/source
     22export PYTHONPATH=/home/******/anuga_core/source
    2023}}}
    2124
     
    8588This produces a directory
    8689{{{
    87 /home/username/pypar
    88 }}}
    89 
    90 Change to the {{{/home/username/pypar/source}}} directory, and then run the command
     90/home/******/pypar
     91}}}
     92
     93Change to the {{{/home/******/pypar/source}}} directory, and then run the command
    9194
    9295{{{
     
    137140
    138141{{{
    139 cd /home/username/anuga_core/source/anuga_parallel
     142cd /home/******/anuga_core/source/anuga_parallel
    140143python test_all.py
    141144}}}
     
    199202
    200203{{{
    201 python /home/username/anuga_core/source/anuga/utilities/sww_merge.py -f domain -np 3
     204python /home/******/anuga_core/source/anuga/utilities/sww_merge.py -f domain -np 3
    202205}}}
    203206