Skip to content

Commit 2dbc025

Browse files
authored
Added documentation on OMP_NUM_THREADS and MKL_NUM_THREADS to GermlineCNVCaller and DetermineGermlineContigPloidy. (#8223)
1 parent bab0adc commit 2dbc025

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: src/main/java/org/broadinstitute/hellbender/tools/copynumber/DetermineGermlineContigPloidy.java

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
* the python environment is already set up. Otherwise, the environment must be created and activated as described in the
6565
* main GATK README.md file.</p>
6666
*
67+
* <p>OpenMP and MKL parallelism can be controlled by setting the <code>OMP_NUM_THREADS</code> and <code>MKL_NUM_THREADS</code>
68+
* environment variables, respectively.</p>
69+
*
6770
* <p>Advanced users may wish to set the <code>THEANO_FLAGS</code> environment variable to override the GATK theano
6871
* configuration. For example, by running
6972
* <code>THEANO_FLAGS="base_compiledir=PATH/TO/BASE_COMPILEDIR" gatk DetermineGermlineContigPloidy ...</code>, users can specify

Diff for: src/main/java/org/broadinstitute/hellbender/tools/copynumber/GermlineCNVCaller.java

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
* the python environment is already set up. Otherwise, the environment must be created and activated as described in the
9090
* main GATK README.md file.</p>
9191
*
92+
* <p>OpenMP and MKL parallelism can be controlled by setting the <code>OMP_NUM_THREADS</code> and <code>MKL_NUM_THREADS</code>
93+
* environment variables, respectively.</p>
94+
*
9295
* <p>Advanced users may wish to set the <code>THEANO_FLAGS</code> environment variable to override the GATK theano
9396
* configuration. For example, by running
9497
* <code>THEANO_FLAGS="base_compiledir=PATH/TO/BASE_COMPILEDIR" gatk GermlineCNVCaller ...</code>, users can specify

0 commit comments

Comments
 (0)