xenon-middleware / xenon-cli

Perform files and jobs operations with Xenon library from command line
http://nlesc.github.io/Xenon/
Apache License 2.0
2 stars 3 forks source link

Make single process job default #63

Closed arnikz closed 5 years ago

arnikz commented 5 years ago

Currently, the --start-single-process option is set to false.

sverhoeven commented 5 years ago

In Xenon v3 the number of times an executable is executed, by default is once per job. If you want to execute it for each task the --start-per-task option must be used.