This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Is there a way to find out the total number of cores available on Server 2008 cluster system? i.e. total number of cores on all compute nodes? Is there an evironment variable that has this information?
Thanks,
GK
Hi,
You can do this with use of different interfaces:
C:\>cluscfg view | findstr /i /c:"total number of cores" Total number of cores : 6
PS C:\> (Get-HpcClusterOverview).TotalCoreCount
Best regards, Łukasz