Fix the ANTs threading problem
There were 10 instances of ANTs and each was allocating up to 10 threads, but we were only asking for 10 cores. Now, each can ask for up to 2 threads. Must ask for 20 cores.
There were 10 instances of ANTs and each was allocating up to 10 threads, but we were only asking for 10 cores. Now, each can ask for up to 2 threads. Must ask for 20 cores.