#!/bin/bash cd MEMBER_$MEMBER echo NEMO MEMBER_$MEMBER > out_opa.xx.out.${SLURM_PROCID} if [[ -z $DDT ]] then ../opa.xx >> out_opa.xx.out.${SLURM_PROCID} 2>out_opa.xx.err.${SLURM_PROCID} else ddt-client ../opa.xx >> out_opa.xx.out.${SLURM_PROCID} 2>out_opa.xx.err.${SLURM_PROCID} fi