| 117 | | ==== pymetis ==== |
| 118 | | |
| 119 | | In the anuga_parallel directory there is a subdirectory pymetis. |
| 120 | | |
| 121 | | Build and install pymetis by running make. I.e. from the pymetis diectory run |
| 122 | | |
| 123 | | {{{ |
| 124 | | make |
| 125 | | }}} |
| 126 | | |
| 127 | | From the pymetis directory, test using test_all.py, i.e. run |
| 128 | | |
| 129 | | {{{ |
| 130 | | python test_all.py |
| 131 | | }}} |
| | 117 | ==== compile code ==== |
| | 118 | |
| | 119 | In the anuga_parallel directory there are two subdirectories {{pymetis}} and {{pypar_extras}} |
| | 120 | which need compiling. The easiest way to do this is to return to the {{anuga_core}} directory |
| | 121 | and rerun the {{compile_all.py} script. |
| | 122 | |
| | 123 | I.e. run the following two commands |
| | 124 | |
| | 125 | {{{ |
| | 126 | cd /home/******/anuga_core/ |
| | 127 | python compile_all.py |
| | 128 | }}} |