Can you have CCS only use soem of the CPUs on a node ?
-
10 februarie 2008 23:56
We have some new 8 core machines on our CCS, is there a way to tell CCS to only use 4 of 8 for these new machines?
Toate mesajele
-
13 februarie 2008 00:36
Hi,
We have nice support for core placement in the beta of our next product. You could specify 2 cores per socket kind of job placement.
For more information on the beta please see: http://connect.microsoft.com or http://www.microsoft.com/hpc.
- Marcat ca răspuns de Josh Barnard 26 martie 2009 00:28
-
16 februarie 2008 20:02
Are you using MPI? in that case you can tell MPI to use only some of the CPU's. For example,
job submit ..... mpiexec -hosts %%CCP_NODES: 8= 2%%
(note the space before 8 and before 2. the double %% is to escape the % and pass it for execution on the node)
this command will replace 8 with 2 and will end up running 2 processes on each node (rather than 8)
hope this helps,
.Erez
- Marcat ca răspuns de Josh Barnard 26 martie 2009 00:28