/[MITgcm]/MITgcm_contrib/jmc_script/run_ifc_mpi
ViewVC logotype

Contents of /MITgcm_contrib/jmc_script/run_ifc_mpi

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


Revision 1.2 - (show annotations) (download)
Thu Oct 25 21:15:26 2012 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
far too old to be useful

1 #!/bin/bash
2
3 ncpus=`wc -l mf | awk '{print $1}'`
4 gcmExe=mitgcmuv.if${ncpus}
5
6 # to run "testreport" on myrinet cluster, N cpu MPI run:
7 # myrinet-4-19{verification}% cat $PBS_NODEFILE > mf
8 # myrinet-4-19{verification}% ./run_ifc_mpi
9
10 cmd="/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/bin/mpirun.ch_gm -machinefile mf --gm-kill 5 -v -np $ncpus $gcmExe"
11
12 date
13 echo 'execute command line:'
14 echo $cmd
15
16 $cmd
17
18 date
19
20 if test $# = 1
21 then mv STDOUT.0000 $1
22 echo 'mv STDOUT.0000' $1
23 fi

  ViewVC Help
Powered by ViewVC 1.1.22