/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/aces_test_adm_mpi
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_adm_mpi

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

revision 1.3 by jmc, Mon Jun 15 02:32:22 2009 UTC revision 1.5 by jmc, Fri Jun 26 16:13:17 2009 UTC
# Line 5  Line 5 
5  #PBS -l nodes=2:ppn=2  #PBS -l nodes=2:ppn=2
6  #PBS -e /home/jmc/test_ACES/output/tst_adm.stderr  #PBS -e /home/jmc/test_ACES/output/tst_adm.stderr
7  #PBS -o /home/jmc/test_ACES/output/tst_adm.stdout  #PBS -o /home/jmc/test_ACES/output/tst_adm.stdout
8    
9  # $Header$  # $Header$
10  # $Name$  # $Name$
11    
12  umask 0022  # ACES-grid PBS-batch script for Adjoint MPI test using ifort (default=v8) & mpich
 TST_DIR="/home/jmc/test_ACES/gcm_tests"  
 HERE='/home/jmc/test_ACES/output'  
 #cd $HERE  
13    
14  if test -f /etc/profile.d/modules.sh ; then  if test -f /etc/profile.d/modules.sh ; then
15      . /etc/profile.d/modules.sh      . /etc/profile.d/modules.sh
16  fi  fi
17  # Note: added "ulimit -s unlimited" in file "~/.bashrc"  # Note: added "ulimit -s unlimited" in file "~/.bashrc"
18  #   to pass big test (the 2 fizhi-cs-* test & adjoint tests) with MPI  # to pass big test (the 2 fizhi-cs-* test & adjoint tests) with MPI
19    
20    umask 0022
21    #- to get case insensitive "ls" (and order of tested experiments)
22    export LC_ALL="en_US.UTF-8"
23    
24    TST_DIR="/home/jmc/test_ACES/gcm_tests"
25    HERE='/home/jmc/test_ACES/output'
26    #cd $HERE
27    
28  sfx='adm'  sfx='adm'
29  module add mpich/intel   module add mpich/intel
30  OPTFILE="../tools/build_options/linux_ia32_ifort+mpi_aces"   module add netcdf/3.6.1/icc
31  options='-adm -mpi -match 10'   export MPI_INC_DIR='/usr/local/pkg/mpich/mpich-intel/include/'
32     OPTFILE="../tools/build_options/linux_ia32_ifort+mpi_aces"
33    #OPTFILE="$HERE/linux_ia32_ifort+mpi_aces"
34     options='-adm -mpi -match 10'
35  #- need this to get "staf":  #- need this to get "staf":
36  export PATH="$PATH:$HOME/bin"  export PATH="$PATH:$HOME/bin"
37    

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

  ViewVC Help
Powered by ViewVC 1.1.22