Parent Directory
|
Revision Log
|
Revision Graph
Instructions for building matrix example
| 1 | Example to test pkg/matrix |
| 2 | |
| 3 | Instructions for building: |
| 4 | |
| 5 | 1) mkdir build |
| 6 | 2) cd build |
| 7 | 3) run genmake with: -mods=../code and -enable=matrix |
| 8 | e.g., |
| 9 | ../../../tools/genmake2 "-mods=../code" "-optfile=../../../tools/build_options/darwin_ppc_xlf_spk" "-enable=matrix" |
| 10 | |
| 11 | 4) make depend |
| 12 | 5) make |
| 13 | |
| 14 | Instructions for running: |
| 15 | |
| 16 | 1) mkdir run |
| 17 | 2) cd run |
| 18 | 3) cp -p ../input/* . |
| 19 | 4) ./mitgcmuv > output.txt |
| 20 | |
| 21 | Results: |
| 22 | |
| 23 | compare with results/output.txt |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |