FAQ
If you do not find your problem here, or the provided solution does not solve your problem, please file an issue on GitHub.
Precompilation error
- The first time one runs 
using MendelIHT, please do so without doingusing Distributed. Sometimes precompilation can fail in a distributed environment. - On cluster environments, sometimes Julia crashes randomly causing core dumps. If this happens, try running Julia on intel nodes.
 
Parallel computing
- How to start Julia with multiple threads.
 - Execute 
Threads.nthreads()to check if multiple thread is enabled