Ignore:
Timestamp:
08/31/12 15:41:37 (12 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-PW6_VARGAS

    r4 r44  
    6060  echo Directory is `pwd` 
    6161#  
    62 #  Run the parallel MPI executable  
    63 # 
    64   echo "Running time ${MPIRUN} ./opa" 
     62#  Run the executable  
    6563# 
    6664  if [ MPI_FLAG == "yes" ]; then 
     65  echo "Running time ${MPIRUN} ./opa" 
    6766     time ${MPIRUN} ./opa 
    6867  else 
     68  echo "Running time ./opa" 
    6969     time ./opa 
    7070  fi 
Note: See TracChangeset for help on using the changeset viewer.