Will R properly recognize all the cores on a multi-CPU Windows 10 Pro 64-bit machine? We are designing a parallel computing system with Intel CPUs, using two CPUs on one mainboard. There will be a total of 32 cores between the 2 CPUs (8 physical cores per CPU, up to 16 logical cores per CPU).
Before we spend the money, I want some confirmation that my R code will recognize and access all (or nearly all) the cores (usually, I put all but 1 into a cluster). I am using R doParallel and foreach packages successfully on a Win 10 Pro 64-bit workstation with a single 4-core CPU with 8 logical cores. I can run my R code and request 7 cores with no trouble.