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

Annotation of /MITgcm_contrib/test_scripts/nas/test_hopper_auden

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


Revision 1.2 - (hide annotations) (download)
Sun Dec 7 15:57:39 2003 UTC (21 years, 8 months ago) by edhill
Branch: MAIN
Changes since 1.1: +11 -7 lines
 o first working version

1 edhill 1.1 #! /usr/bin/env bash
2    
3 edhill 1.2 # $Header: /u/u3/gcmpack/MITgcm_contrib/test_scripts/nas/test_hopper_auden,v 1.1 2003/12/07 04:59:34 edhill Exp $
4 edhill 1.1
5     mname=hopper
6    
7 edhill 1.2 echo "Creating the MITgcm tar-ball ..."
8 edhill 1.1 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 edhill 1.2 echo "Copying it to $mname ..."
17 edhill 1.1 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 edhill 1.2 ssh turing.nas.nasa.gov /u/edhill/bin/qsub_hopper
22 edhill 1.1 echo " done"
23    
24 edhill 1.2 # The following is not needed on hopper -- mpack works just fine!
25     #
26     # echo "Collecting and mailing the results ..."
27     # sleep 15000
28     # scp turing.nas.nasa.gov:/cluster/hopper/scratch1/edhill/MITgcm/verification/tr_hopper_0.tar.gz .
29     # mpack -s MITgcm-test -m 1500000 tr_hopper_0.tar.gz edhill@mitgcm.org
30     # echo " done"
31 edhill 1.1
32    

  ViewVC Help
Powered by ViewVC 1.1.22