search for: numberoflogicalprocessors

Displaying 8 results from an estimated 8 matches for "numberoflogicalprocessors".

2018 Aug 21
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you for looking into this. Here's the output: # number of logical processors - what detectCores() should return out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) [1] "NumberOfLogicalProcessors \r" "22 \r" "22 \r" [4] "20 \r" "22 \r" "\r" sum(as.numeric(gsu...
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
...K clusters are not supported on Windows. Thanks Tomas On 08/21/2018 02:53 PM, Srinivasan, Arunkumar wrote: > Dear Tomas, thank you for looking into this. Here's the output: > > # number of logical processors - what detectCores() should return out > <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) > [1] "NumberOfLogicalProcessors \r" "22 \r" "22 \r" > [4] "20 \r" "22 \r" "\r" > sum(as.numeric(gsub("([0-9...
2018 Sep 03
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...t any possible problem. As I mentioned earlier, in older versions of R one can as a workaround use "wmic" to detect the number of processors on systems with >64 logical processors (with appropriate error handling added as needed): # detectCores() out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out, value=TRUE)))) #detectCores(logical=FALSE) out <- system("wmic cpu get numberofcores", intern=TRUE) sum(as.numeric(gsub("([0-9]+).*", "\\1", grep(&...
2018 Aug 27
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...K clusters are not supported on Windows. Thanks Tomas On 08/21/2018 02:53 PM, Srinivasan, Arunkumar wrote: > Dear Tomas, thank you for looking into this. Here's the output: > > # number of logical processors - what detectCores() should return > out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) > [1] "NumberOfLogicalProcessors \r" "22 \r" "22 \r" > [4] "20 \r" "22 \r" "\r" > sum(as.numeric(gsub("([0-9...
2018 Aug 17
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear R-devel list, R's detectCores() function internally calls "ncpus" function to get the total number of logical processors. However, this doesnot seem to take NUMA into account on Windows machines. On a machine having 48 processors (24 cores) in total and windows server 2012 installed, if NUMA is enabled and has 2 nodes (node 0 and node 1 each having 24 CPUs), then R's
2018 Aug 21
0
Get Logical processor count correctly whether NUMA is enabled or disabled
...etectCores() will only report logical processors in the NUMA group in which R is running. I don't have a system to test on, could you please check these workarounds for me on your systems? # number of logical processors - what detectCores() should return out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) sum(as.numeric(gsub("([0-9]+).*", "\\1", grep("[0-9]+[ \t]*", out, value=TRUE)))) # number of cores - what detectCores(FALSE) should return out <- system("wmic cpu get numberofcores", intern=TRUE) sum(as.numeric(gsub("([0-9]+).*...
2012 Aug 31
0
Wine release 1.5.12
...ers for functions that are not virtual. msvcp80: Forward basic_string::erase functions to msvcp90. msvcp80: Fixed basic_string::rbegin and basic_string::rend implementation. comctl32: Remove property sheet page that can't be initialized. wbemprox: Added MaxClockSpeed and NumberOfLogicalProcessors builtin properties. dxdiagn: Initialize ProcessorEnglish property. Rico Sch?ller (34): d3dx9: Return NULL if name is not given. d3dx9: Improve check for empty braces for elements. d3dx9: Make annotation handling more generic for techniques and passes. d3dx9: Silence m...
2012 Jul 03
0
Wine release 1.5.8
...g in IWbemLocator::ConnectServer. wbemprox: Implement IWbemServices::OpenNamespace. wbemprox: Implement IWbemServices::CreateInstanceEnum. wbemprox: Implement Win32_OperatingSystem.OSLanguage and Win32_OperatingSystem.SystemDirectory. wbemprox: Implement Win32_ComputerSystem.NumberOfLogicalProcessors and Win32_ComputerSystem.NumberOfProcessors. wbemprox Implement Win32_Processor.CpuStatus and Win32_Processor.DeviceId. wbemprox: Set the row count in fill_processor. wbemprox: Store the result index in the class enumerator instead of the view. wbemprox: Add support for 64-b...