Results 3 comments of Anuj Goel

Hi, Thanks for your prompt reply and apologies for my hasty issue creation. I can confirm that "import joblib; print joblib.cpu_count()" gives 16 and can confirm that --cores work fine...

I am doing the analysis in 2 steps. ``` ./mtag.py --sumstats f1,f2,f3,f4,f5 --no_chr_data --out ./run_5 ./mtag.py --skip_mtag --cores 3 --out ./run_5 ``` Maybe I should explore n_approx flag?

Thanks a lot for your help. It is still taking time to perform grid search. Kind regards, Anuj.