Skip to content

Commit

Permalink
Added documentation on OMP_NUM_THREADS and MKL_NUM_THREADS to Germlin…
Browse files Browse the repository at this point in the history
…eCNVCaller and DetermineGermlineContigPloidy. (#8223)
  • Loading branch information
samuelklee committed Mar 16, 2023
1 parent bab0adc commit 2dbc025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
* the python environment is already set up. Otherwise, the environment must be created and activated as described in the
* main GATK README.md file.</p>
*
* <p>OpenMP and MKL parallelism can be controlled by setting the <code>OMP_NUM_THREADS</code> and <code>MKL_NUM_THREADS</code>
* environment variables, respectively.</p>
*
* <p>Advanced users may wish to set the <code>THEANO_FLAGS</code> environment variable to override the GATK theano
* configuration. For example, by running
* <code>THEANO_FLAGS="base_compiledir=PATH/TO/BASE_COMPILEDIR" gatk DetermineGermlineContigPloidy ...</code>, users can specify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
* the python environment is already set up. Otherwise, the environment must be created and activated as described in the
* main GATK README.md file.</p>
*
* <p>OpenMP and MKL parallelism can be controlled by setting the <code>OMP_NUM_THREADS</code> and <code>MKL_NUM_THREADS</code>
* environment variables, respectively.</p>
*
* <p>Advanced users may wish to set the <code>THEANO_FLAGS</code> environment variable to override the GATK theano
* configuration. For example, by running
* <code>THEANO_FLAGS="base_compiledir=PATH/TO/BASE_COMPILEDIR" gatk GermlineCNVCaller ...</code>, users can specify
Expand Down

0 comments on commit 2dbc025

Please sign in to comment.