You administer a Windows HPC Server 2008 cluster that has four compute nodes. Each compute node is configured on the following three networks: Network A192.168.15.0/255.255.255.0Network B10.2.0.1/255.255.255.0Network C10.4.0.0/255.255.255.0 You need to ensure that Microsoft Message Passing Interface (MPI) uses Network C. Which command should you run on the head node?
A.
set CCP_MPI_NETMASK=10.4.0.0/255.255.255.0
B.
clusrun set CCP_MPI_NETMASK=10.4.0.0/255.255.255.0
C.
cluscfg setenvs CCP_MPI_NETMASK=10.4.0.0/255.255.255.0
D.
clusrun /env:CCP_MPI_NETMASK=10.4.0.0/255.255.255.0 set