/[MITgcm]/MITgcm/tools/example_scripts/cg01/cg01_intel_test_mpi
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/cg01/cg01_intel_test_mpi

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

revision 1.1 by edhill, Wed Dec 1 22:05:08 2004 UTC revision 1.5 by jmc, Tue Aug 1 14:04:08 2006 UTC
# Line 3  Line 3 
3  # o -N Job Name  # o -N Job Name
4  #PBS -N eh3_intel  #PBS -N eh3_intel
5  #  #
6    #PBS -q four-twelve
7    #
8  # o -l ask for 3 nodes, each with the attribute "p4".  # o -l ask for 3 nodes, each with the attribute "p4".
9  #PBS -l nodes=2:p4  #PBS -l nodes=2:p4
10  #  #
# Line 29  cat << EOF > $RUNIT Line 31  cat << EOF > $RUNIT
31    
32  $EXE  $EXE
33    
34  cp STDOUT.0000 output.txt  #cp STDOUT.0000 output.txt
35    
36  EOF  EOF
37  chmod a+x $RUNIT  chmod a+x $RUNIT
# Line 39  COMMAND="$HERE/$RUNIT" Line 41  COMMAND="$HERE/$RUNIT"
41  # cat << EOF > $HERE"/.cvspass"  # cat << EOF > $HERE"/.cvspass"
42  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=
43  # EOF  # EOF
44  TDIR="/SCRATCH/s01/edhill/tmp_"$VENDOR  TDIR="/SCRATCH/s06/edhill/tmp_"$VENDOR
45  if test -e $TDIR ; then  if test -e $TDIR ; then
46      rm -rf $TDIR      rm -rf $TDIR
47  fi  fi
# Line 50  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc Line 52  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc
52  cd MITgcm/verification  cd MITgcm/verification
53  #OPTFILE="../tools/build_options/linux_ia32_"$VENDOR"+mpi_cg01"  #OPTFILE="../tools/build_options/linux_ia32_"$VENDOR"+mpi_cg01"
54  OPTFILE="../tools/build_options/linux_ia32_ifc+mpi_cg01"  OPTFILE="../tools/build_options/linux_ia32_ifc+mpi_cg01"
55  ./testreport -mpi -of $OPTFILE -command $COMMAND -a 'edhill@mitgcm.org'  ./testreport -mpi -of $OPTFILE -command $COMMAND -odir "cg01_"$VENDOR -a 'edhill@mitgcm.org'
56    
57    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22