Skip to content

how to set up parallel processing for modelbuild.sh #68

Answered by gdevenyi
iamnielsjanssen asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You are correct that underlying the pipeline is the qbatch job submission system, which supports several clusters, as well as local parallelism.

The qbatch documentation:
https://github.com/pipitone/qbatch

Lists environment variable defaults,
https://github.com/pipitone/qbatch#environment-variable-defaults

Which control the basic execution of qbatch in the absence of specific command-line options. Currently the only qbatch options exposed at the pipeline level are job walltimes which do not apply for local execution. All other settings are inherited from the exported environment variables. The registration script will inherit ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS if exported.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iamnielsjanssen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants