#!/bin/sh #PBS -o testArray.out #PBS -e testArray.err #PBS -l nodes=1:ppn=3 #PBS -t 1,5,7 # Informations sur le job echo "Job Id:" $PBS_JOBID echo "List of nodes allocated for job (PBS_NODEFILE): " `cat $PBS_NODEFILE | uniq | sort` # job part cd $PBS_O_WORKDIR RUN=./simulation.x $RUN data${PBS_ARRAYID}.in data${PBS_ARRAYID}.out