#! /usr/bin/env bash # $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/test_scripts/nas/Attic/test_hopper_auden,v 1.2 2003/12/07 15:57:39 edhill Exp $ mname=hopper echo "Creating the MITgcm tar-ball ..." cd /u/u3/edhill/testing/ test -e $mname && rm -rf $mname mkdir $mname cd $mname cvs co MITgcm_verif_basic > /dev/null 2>&1 tar -czf MITgcm.tar.gz ./MITgcm echo " done" echo "Copying it to $mname ..." scp MITgcm.tar.gz turing.nas.nasa.gov:/cluster/hopper/scratch1/edhill/ echo " done" echo "Executing the test script on $mname ..." ssh turing.nas.nasa.gov /u/edhill/bin/qsub_hopper echo " done" # The following is not needed on hopper -- mpack works just fine! # # echo "Collecting and mailing the results ..." # sleep 15000 # scp turing.nas.nasa.gov:/cluster/hopper/scratch1/edhill/MITgcm/verification/tr_hopper_0.tar.gz . # mpack -s MITgcm-test -m 1500000 tr_hopper_0.tar.gz edhill@mitgcm.org # echo " done"