1 |
mlosch |
1.2 |
#$Header: /u/gcmpack/MITgcm_contrib/test_scripts/edvir/edvir1_job_submit,v 1.1 2006/09/06 08:29:16 mlosch Exp $ |
2 |
|
|
#$Name: $ |
3 |
mlosch |
1.1 |
#!/usr/bin/bash -x |
4 |
|
|
|
5 |
mlosch |
1.2 |
# $Id: edvir1_job_submit,v 1.1 2006/09/06 08:29:16 mlosch Exp $ |
6 |
mlosch |
1.1 |
|
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 |
|
|
|