Changes between Version 26 and Version 27 of AnugaParallel
- Timestamp:
- May 9, 2012, 8:23:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnugaParallel
v26 v27 31 31 If you had already downloaded {{{anuga_core}}} then it is sensible to update to the most recent version of the code using the subversion update command. Run the following command from the {{{anuga_core}}} directory 32 32 33 {{{svn update}}} 33 {{{ 34 svn update 35 }}} 34 36 35 37 and then … … 63 65 }}} 64 66 65 should produce the output of pwd4 times.67 should produce the output of {{{pwd}}} 4 times. 66 68 67 69 … … 104 106 105 107 106 Also make sure th e pypar examples work107 108 109 By the way, it is sometimes useful to fireup a new console to see if these108 Also make sure that the pypar examples work. 109 110 111 By the way, I suggest firing up a new console to see if these 110 112 installations work in a clean console. 111 113