Parent Directory
|
Revision Log
|
Revision Graph
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 |