#!/bin/sh

START=$SLURM_ARRAY_TASK_ID

sh /raptor/vs/data/hipo/examples/myCode/stage2Phi/goData.sh $START

# sbatch --array=0-111 -n1 -o out/out.%a.txt -e out/err.%a.txt slurmGo.sh
