New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3665 for branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-ifort_MERCATOR_CLUSTER – NEMO

Ignore:
Timestamp:
2012-11-26T15:14:40+01:00 (11 years ago)
Author:
cbricaud
Message:

correction of Mercator's modifications for prepare_job.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_MERCATOR_2012/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-ifort_MERCATOR_CLUSTER

    r3651 r3665  
    44#PBS -e sette.$PBS_JOBID.err 
    55#PBS -o sette.$PBS_JOBID.out 
    6 #PBS -l nodes=NODES:ppn=NPROCSNODE 
     6#PBS -l nodes=NODES:ppn=NPROC_NODE 
    77#PBS -q QUEUE 
    88#PBS -l walltime=03:00:00 
    9 #PBS -l mem=MEMgb 
     9#PBS -l pvmem=5gb 
    1010 
    1111# 
     
    6060# 
    6161  if [ MPI_FLAG == "yes" ]; then 
    62 #cbr     time ${MPIRUN} ./opa 
    6362     mpirun -np $OCEANCORES ./opa 
    64 #cbr     mpirun -np $OCEANCORES ./opa 
    6563  else 
    6664     time ./opa 
Note: See TracChangeset for help on using the changeset viewer.