1 |
edhill |
1.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 |
edhill |
1.2 |
|
12 |
edhill |
1.1 |
- the "itrda_test_all" script needs an "mpack" binary which |
13 |
|
|
can be obtained from the main MITgcm code using: |
14 |
|
|
|
15 |
|
|
$ cd MITgcm/tools/mpack-1.6 |
16 |
|
|
$ make all |
17 |
|
|
|
18 |
edhill |
1.2 |
- a current copy of MITgcm is checked out using cvs pserver |
19 |
|
|
so you will need the corresponding pserver key in your |
20 |
|
|
~/.cvspass which can be obtained (and which only needs to |
21 |
|
|
be performed *once*): |
22 |
|
|
|
23 |
|
|
$ cvs -d ':pserver:cvsanon@mitgcm.org:/u/gcmpack' login |
24 |
|
|
===> ( enter the CVS password: "cvsanon" ) |
25 |
|
|
|
26 |
edhill |
1.1 |
|
27 |
|
|
The files are: |
28 |
|
|
|
29 |
|
|
itrda_crontab result of "crontab -l > itrda_crontab" |
30 |
|
|
itrda_test_all main script called by cron |
31 |
|
|
itrda_gnu_test_mpi \ |
32 |
|
|
itrda_intel_test_mpi +=> MPI test scripts for each compiler |
33 |
|
|
itrda_pgi_test_mpi / |
34 |
|
|
|