Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the module name plink to discover versions available and to load the application.

Looking at the --help documentation:

Code Block
[]$ plink --help
...
  --threads <val>    : Set maximum number of concurrent threads.
                       This has one known limitation: some BLAS/LAPACK linear
                       algebra operations are multithreaded in a way that PLINK
                       cannot control.  If this is problematic, you should
                       recompile against single-threaded BLAS/LAPACK.
...

We would suggest setting this value to the cpus-per-task value you set in your sbatch script or salloc request.