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 6224 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/SETTE/prepare_job.sh – NEMO

Ignore:
Timestamp:
2016-01-07T18:02:43+01:00 (8 years ago)
Author:
acc
Message:

Branch 2015/nemo_v3_6_STABLE; ticket #1660. Changes required to return full functionality to sette_xios.sh tests which are now targeted at XIOS 2.0 versions. Changes include a new sette_rpt.sh script to summarise sette and sette_xios results even if different arch files are used for the two sets of tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/SETTE/prepare_job.sh

    r5558 r6224  
    186186  #  if [ ${MPI_FLAG} == "no" ] ; then 
    187187      case ${COMPILER} in  
    188          X64_MOBILIS) 
     188         X64_MOBILIS*) 
    189189                                NB_REM=$( echo $NB_PROC $NXIO_PROC | awk '{print ( $1 + $2 ) % 16}') 
    190190               if [ ${NB_REM} == 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.