1 |
|
2 |
These are the daily MITgcm testing scripts used by Ed Hill on the |
3 |
"cg01" head node. The reslts are automatically fed (by email using |
4 |
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 |
|
12 |
- a current copy of MITgcm is checked out using cvs pserver |
13 |
so you will need the corresponding pserver key in your |
14 |
~/.cvspass which can be obtained (and which only needs to |
15 |
be performed *once*): |
16 |
|
17 |
$ cvs -d ':pserver:cvsanon@mitgcm.org:/u/gcmpack' login |
18 |
===> ( enter the CVS password: "cvsanon" ) |
19 |
|
20 |
|
21 |
The files are: |
22 |
|
23 |
cg01_crontab result of "crontab -l > itrda_crontab" |
24 |
cg01_g77_test_mpi \ |
25 |
cg01_intel_test_mpi +=> MPI test scripts for each compiler |
26 |
cg01_pgi_test_mpi / |
27 |
|