kbroman / qtl

R/qtl: A QTL mapping environment
https://rqtl.org
GNU General Public License v3.0
77 stars 45 forks source link

Fix for permutation issues under linux #83

Closed DannyArends closed 4 years ago

DannyArends commented 4 years ago

Hey Karl,

I got a bug report from Nat Phon-Or that showed an error in the way the random number generation is handled in the cores when using multi-core under Linux systems. The fix is to remove the batching of permutations.

See the attached pull request for the code and documentation changes I made.

kbroman commented 4 years ago

thanks!