/[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.2 - (hide annotations) (download)
Thu Apr 20 18:07:11 2017 UTC (8 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
has not been used (if ever) for more than 10 years

1 edhill 1.1 #! /usr/bin/env bash
2    
3 jmc 1.2 # $Header: /u/gcmpack/MITgcm_contrib/test_scripts/nas/test_lomax_auden,v 1.1 2003/12/10 20:09:21 edhill Exp $
4 edhill 1.1
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