Home
last modified time | relevance | path

Searched refs:countPhysicalCPUCores (Results 1 – 8 of 8) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dphylosupertreeunlinked.cpp346 int bestProc = min(countPhysicalCPUCores(), params->num_threads_max); in testNumThreads()
H A Dphylosupertree.cpp1223 threads = min(threads, countPhysicalCPUCores()); in getMemoryRequiredThreaded()
H A Diqtree.cpp4186 …int max_procs = min(countPhysicalCPUCores()/MPIHelper::getInstance().countSameHost(), params->num_… in testNumThreads()
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A Dtools.h2804 int countPhysicalCPUCores();
H A Dtools.cpp5170 int countPhysicalCPUCores() { in countPhysicalCPUCores() function
/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dmain.cpp2537 int max_procs = countPhysicalCPUCores(); in main()
2560 int num_procs = countPhysicalCPUCores(); in main()
H A Dphylotesting.cpp1950 num_threads = min((int64_t)countPhysicalCPUCores(), total_num_model); in testPartitionModel()
H A Dphyloanalysis.cpp2307 int max_procs = countPhysicalCPUCores(); in runTreeReconstruction()