#!/bin/bash #$ -q all.q ## adapter selon cluster #$ -V #$ -cwd #$ -N test_sge #$ -t 1-100 -tc 50 #$ -o $JOB_NAME.$JOB_ID.out #$ -e $JOB_NAME.$JOB_ID.err ./appli input$SGE_TASK_ID output$SGE_TASK_ID