Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use available cores count as default threads number
Use only Util::omp_thread_count() to get the number of accessible cores to the process and its children. sysconf(_SC_NPROCESSORS_ONLN) gets the hardware core count that could be different if mmseqs2 is running within a constrained environmenet (taskset, cgroups, slurm...). Resolve soedinglab#925
- Loading branch information