source: CONFIG/NEMO_XMLIO_SERVER/EXP00/launcher_sx @ 19

Last change on this file since 19 was 19, checked in by ymipsl, 15 years ago

Ajout de la config NEMO-XMLIO_SERVER

File size: 325 bytes
Line 
1#!/bin/ksh
2set -x
3
4echo $MPIRANK
5echo $NB_CPU_CLIENT
6if (( (MPIRANK<NB_CPU_CLIENT) ))
7then echo "${MPIRANK}-->CLIENT" ; ${CLIENT_NAME} client 1>${JOB_REQUEST}.out.$MPIRANK 2> ${JOB_REQUEST}.err.$MPIRANK
8else echo "${MPIRANK}-->SERVER" ; ${SERVER_NAME} 1>${JOB_REQUEST}.out.$MPIRANK 2> ${JOB_REQUEST}.err.$MPIRANK 
9fi
10sleep 5
Note: See TracBrowser for help on using the repository browser.