Всеволод Никоноров <[email protected]> wrote: > > Hello Walter, > > Maybe you could just use "system" function?
That is what I was wondering. It is, of course, possible to use system(). However, that requires starting up a shell, which can introduce extra latency. I would prefer to have the queuing mechanism add no more than 10 milliseconds of latency. I do not know if that is possible with slurm. Also, system() is a stringly typed interface, and it would be nice if I could use an interface with stronger types. Cheers, Walter Landry
