Displaying 1 result from an estimated 1 matches for "allow_wgcna_threads".
2018 Apr 12
1
WGCNA package installation segmentation fault
...enabled within WGCNA in R.
* To allow multi-threading within WGCNA with all available cores, use
*
* allowWGCNAThreads()
*
* within R. Use disableWGCNAThreads() to disable threading if necessary.
* Alternatively, set the following environment variable on your system:
*
* ALLOW_WGCNA_THREADS=<number_of_processors>
*
* for example
*
* ALLOW_WGCNA_THREADS=32
*
* To set the environment variable in linux bash shell, type
*
* export ALLOW_WGCNA_THREADS=32
*
* before running R. Other operating systems or shells will
* have a similar command to achieve t...