/[MITgcm]/MITgcm/tools/example_scripts/bluesky_job_submit
ViewVC logotype

Contents of /MITgcm/tools/example_scripts/bluesky_job_submit

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


Revision 1.2 - (show annotations) (download)
Wed Dec 1 22:13:35 2004 UTC (19 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
 o update

1 #!/usr/bin/bash
2
3 # $Id: bluesky_job_submit,v 1.1 2003/09/18 17:03:02 edhill Exp $
4
5 # Download and run the MITgcm model verification suite on
6 # bluesky.ucar.edu with load leveler but without using MPI.
7
8 echo ":pserver:cvsanon@mitgcm.org:/usr/local/gcmpack Ah<Zy=0=" > ~/.cvspass
9 DIR=~/tmp
10 if test -e $DIR ; then
11 rm -rf $DIR
12 fi
13 mkdir $DIR
14 cd $DIR
15
16 cvs -d :pserver:cvsanon@mitgcm.org:/usr/local/gcmpack co MITgcm
17
18 llsubmit ~/bin/bluesky_ll_testreport_all

  ViewVC Help
Powered by ViewVC 1.1.22