On Fri, Jan 20, 2017 at 11:09 AM, John Hearns <[email protected]> wrote: > I plan to have this wrapper script run the actual render through slurm. > The script will have to block until the job completes I think - else the > RenderPal server will report it has finished. > Is it possible to block and wait till an sbatch has finished? > Or shoudl I be thinking on using srun here?
i think you want salloc for an interactive sbatch, but since renderpal likely isn't going to run an mpi program, srun should work just the same
