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 4373 for branches/2013/dev_MERGE_2013/NEMOGCM/SETTE/prepare_job.sh – NEMO

Ignore:
Timestamp:
2014-01-26T10:51:51+01:00 (10 years ago)
Author:
epico
Message:

new SETTE test for testing XIOS in its 4 modes Attached/Detached?, One/Multiple? with both Low and High resolution.
A modification of BATCH file for each machine is required to enable MPMD jobs. See batch-gfortran_athena_xios as example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/SETTE/prepare_job.sh

    r4245 r4373  
    231231# Pass settings into job file by using sed to edit predefined strings 
    232232# 
     233        TOTAL_NPROCS=$(( $NB_PROC + $NXIO_PROC )) 
    233234        cat ${SETTE_DIR}/job_batch_template | sed -e"s/NODES/${NB_NODES}/" \ 
     235             -e"s/TOTAL_NPROCS/${TOTAL_NPROCS}/" \ 
    234236             -e"s/NPROCS/${NB_PROC}/" \ 
    235237             -e"s/NXIOPROCS/${NXIO_PROC}/" \ 
Note: See TracChangeset for help on using the changeset viewer.