Open grod-uy opened 6 years ago
when i execute the job in a slurm cluster i get no output.
You should minimally get some error output. I can't speak to your slurm setup, but as an experiment, I'd stick some "echos" in your sbatch file to make sure you're getting stdout properly. Like stick some echos before
srun --no-kill -W 0 $MAGPIE_SCRIPTS_HOME/magpie-check-inputs
and make sure you get them.
Thanks Albert, I already added some echo's but i had no luck, the script run to the end but the output is empty.
There's clearly something up with your slurm setup. As an experiment, delete:
SBATCH --output="slurm-%j.out"
and just specify an output file via --ouput
to sbatch.
If that doesn't work, you'll probably have to contact slurm people for support. I'm not sure why your slurm isn't outputting anything.
Hi, After some days trying to start using magpie i don't know what to do.
I'm trying to use the basic terasort example but when i execute the job in a slurm cluster i get no output. this is my sbatch file, could someone tell me what i'm doing wrong?