Closed isaacovercast closed 5 years ago
Correction, detect_cpus() is fine, but the reporting on how many cpus are available is wonky. You can see the ipcluster instance does have 40 cores:
casey 23446 1 5 23:29 ? 00:00:07 /home/casey/miniconda2/envs/py36/bin/python /home/casey/miniconda2/envs/py36/bin/ipcluster start --daemonize --cluster-id=ipyrad-cli-397 --engines=Local --profile=default --n=40
This feels like a timing issue.
Yeah, I shortened the wait timing when I was messing with those widget based progressbars, since you could have it just update the number of cores on there as they come active. But I don't see the widget bars being integrated into ipyrad so we should make sure it finds all the cores before it moves forward.
Seems to work fine now.
Clean install of 0.9.0 branch running step 1 with SE RAD sim data. This is on a 40 core box.