/[MITgcm]/MITgcm_contrib/test_scripts/edvir/edvir1_job_submit
ViewVC logotype

Contents of /MITgcm_contrib/test_scripts/edvir/edvir1_job_submit

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Sep 6 08:29:16 2006 UTC (20 years ago) by mlosch
Branch: MAIN
adding a few scripts that run testreport on AWI machines, highly fragile

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

  ViewVC Help
Powered by ViewVC 1.1.22