/[MITgcm]/MITgcm_contrib/test_scripts/nas/test_lomax_auden
ViewVC logotype

Annotation of /MITgcm_contrib/test_scripts/nas/test_lomax_auden

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


Revision 1.1 - (hide annotations) (download)
Wed Dec 10 20:09:21 2003 UTC (21 years, 7 months ago) by edhill
Branch: MAIN
 o add CVSROOT fix to faulks/test_lcs
 o initial (and tested) version of nas/test_lomax_auden

1 edhill 1.1 #! /usr/bin/env bash
2    
3     # $Header: $
4    
5     mname=lomax
6    
7     echo "Creating the MITgcm tar-ball ..."
8     cd /u/u3/edhill/testing/
9     test -e $mname && rm -rf $mname
10     mkdir $mname
11     cd $mname
12     cvs co MITgcm_verif_basic > /dev/null 2>&1
13     tar -czf MITgcm.tar.gz ./MITgcm
14     echo " done"
15    
16     echo "Copying it to $mname ..."
17     scp MITgcm.tar.gz turing.nas.nasa.gov:/cluster/lomax/nobackup1/edhill/
18     echo " done"
19    
20     echo "Executing the test script on $mname ..."
21     ssh turing.nas.nasa.gov /u/edhill/bin/qsub_lomax
22     echo " done"
23    
24    
25    

  ViewVC Help
Powered by ViewVC 1.1.22