#!/bin/bash cd XIOS if [[ -z $DDT ]] then ../xios.x >> out_xios.x.out.${SLURM_PROCID} 2>out_xios.x.err.${SLURM_PROCID} else ddt-client ../xios.x >> out_xios.x.out.${SLURM_PROCID} 2>out_xios.x.err.${SLURM_PROCID} fi