#! /usr/bin/env bash # # $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/PRM/multi_comp_setup/esmf_test/run/mkpgfile,v 1.2 2012/05/05 22:24:56 jmc Exp $ # $Name: $ if test $# = 0 ; then pgFile='pgfile' ; else pgFile=$1 ; fi echo `hostname` 0 `pwd`/a.out.cg > $pgFile echo `hostname` 1 `pwd`/a.out.fg >> $pgFile echo `hostname` 1 `pwd`/a.out.fg >> $pgFile echo `hostname` 1 `pwd`/a.out.fg >> $pgFile echo `hostname` 1 `pwd`/a.out.fg >> $pgFile