/[MITgcm]/MITgcm_contrib/PRM/multi_comp_setup/esmf_test/run/mkpgfile
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/multi_comp_setup/esmf_test/run/mkpgfile

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


Revision 1.2 - (hide annotations) (download)
Sat May 5 22:24:56 2012 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, HEAD
Changes since 1.1: +12 -5 lines
- changed to bash script ; add CVS Header & Name
- allows to specify (1rst arg, default='pgfile') the name of process-group file

1 jmc 1.2 #! /usr/bin/env bash
2     #
3     # $Header: $
4     # $Name: $
5    
6     if test $# = 0 ; then pgFile='pgfile' ; else pgFile=$1 ; fi
7    
8     echo `hostname` 0 `pwd`/a.out.cg > $pgFile
9     echo `hostname` 1 `pwd`/a.out.fg >> $pgFile
10     echo `hostname` 1 `pwd`/a.out.fg >> $pgFile
11     echo `hostname` 1 `pwd`/a.out.fg >> $pgFile
12     echo `hostname` 1 `pwd`/a.out.fg >> $pgFile

  ViewVC Help
Powered by ViewVC 1.1.22