 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
o the LoadLeveler configuraton has changed so we now have to explicitly copy the STDOUT.xxx file
| 1 | edhill | 1.1 | #! /usr/bin/env bash | 
| 2 | |||
| 3 | # $Id$ | ||
| 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:/u/gcmpack Ah<Zy=0=" > ~/.cvspass | ||
| 9 | |||
| 10 | cd /ptmp/edhill | ||
| 11 | |||
| 12 | edhill | 1.2 | DIR=tmp_bf | 
| 13 | edhill | 1.1 | test -e $DIR && rm -rf $DIR | 
| 14 | mkdir $DIR | ||
| 15 | cd $DIR | ||
| 16 | |||
| 17 | edhill | 1.2 | cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_verif_basic | 
| 18 | edhill | 1.1 | |
| 19 | /ssg/loadl/bin/llsubmit ~/bin/sp_ll_testreport | ||
| 20 | |||
| 21 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |