Parent Directory
|
Revision Log
|
Revision Graph
adding a few scripts that run testreport on AWI machines, highly fragile
1 | mlosch | 1.1 | #$Header: $ |
2 | #$Name: $ | ||
3 | #!/usr/bin/bash -x | ||
4 | |||
5 | # $Id: $ | ||
6 | |||
7 | # Download and run the MITgcm model verification suite on | ||
8 | # edvir1.awi-bremerhaven.de with load leveler but without using MPI. | ||
9 | |||
10 | #echo ":pserver:cvsanon@mitgcm.org:/u/gcmpack Ah<Zy=0=" > ~/.cvspass | ||
11 | DIR=/edvir1/user2/mlosch/tmp | ||
12 | #DIR=${HOME}/tmp | ||
13 | if test -e $DIR ; then | ||
14 | rm -rf $DIR | ||
15 | fi | ||
16 | mkdir $DIR | ||
17 | cd $DIR | ||
18 | |||
19 | cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_verif_basic > cvs_co.log 2>&1 | ||
20 | RETVAL=$? | ||
21 | if test "x$RETVAL" != x0 ; then | ||
22 | cat cvs_co.log | ||
23 | fi | ||
24 | |||
25 | llsubmit ${HOME}/scripts/edvir1_testreport | ||
26 | |||
27 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |