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

Annotation of /MITgcm_contrib/test_scripts/edvir/edvir1_job_submit

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


Revision 1.2 - (hide annotations) (download)
Thu Jun 2 12:51:56 2016 UTC (9 years, 1 month ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines
FILE REMOVED
- add scripts to run testreport on ollie
- remove directories that belong to machines that are long gone

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    

  ViewVC Help
Powered by ViewVC 1.1.22