1 |
|
2 |
These are the daily MITgcm testing scripts used by Ed Hill on the |
3 |
ITRDA head node of the ACRSgrid cluster. The reslts are automatically |
4 |
fed (by email using the mpack program) into the MITgcm web site at: |
5 |
|
6 |
http://mitgcm.org/testing.html |
7 |
|
8 |
and the scripts have the following pecularities: |
9 |
|
10 |
- many paths are hard-coded |
11 |
- the "itrda_test_all" script needs an "mpack" binary which |
12 |
can be obtained from the main MITgcm code using: |
13 |
|
14 |
$ cd MITgcm/tools/mpack-1.6 |
15 |
$ make all |
16 |
|
17 |
|
18 |
The files are: |
19 |
|
20 |
itrda_crontab result of "crontab -l > itrda_crontab" |
21 |
itrda_test_all main script called by cron |
22 |
itrda_gnu_test_mpi \ |
23 |
itrda_intel_test_mpi +=> MPI test scripts for each compiler |
24 |
itrda_pgi_test_mpi / |
25 |
|