Hi Slurm Community,

I'm starting to experiment with slurmrestd for a new app we're writing. I'm having trouble understanding one aspect of submitting jobs.

When I run something like `srun -n 10 echo HELLO', I get HELLO returned to my console/stdout 10x. 
When I submit this command as a script to the /jobs/submit route, I get success/200, but I cannot determine how to get the console output of HELLO 10x in any form. It's not in my stdout log for that job even though I can verify that the job ran successfully.

Any suggestions?

--
Thanks,

Daniel Healy