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

Contents of /MITgcm_contrib/test_scripts/nas/test_hopper_auden

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


Revision 1.1 - (show annotations) (download)
Sun Dec 7 04:59:34 2003 UTC (22 years, 9 months ago) by edhill
Branch: MAIN
 o initial check-in

1 #! /usr/bin/env bash
2
3 # $Header: $
4
5 mname=hopper
6
7 echo -n "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 -n "Copying it to $mname ..."
17 scp MITgcm.tar.gz turing.nas.nasa.gov:/cluster/hopper/scratch1/edhill/
18 echo " done"
19
20 echo "Executing the test script on $mname ..."
21 ssh '/usr/nas/bin/bash /u1/edhill/bin/test_$mname'
22 echo " done"
23
24 echo -n "Collecting and mailing the results ..."
25 scp turing.nas.nasa.gov:/cluster/hopper/scratch1/edhill/MITgcm/verification/tr_hopper_0.tar.gz .
26 mpack -s MITgcm-test -m 1500000 tr_hopper_0.tar.gz edhill@mitgcm.org

  ViewVC Help
Powered by ViewVC 1.1.22