You develop a parallel application by using Microsoft Visual Studio 2008. You have installed the Microsoft HPC Pack 2008 SDK at C:Program FilesMicrosoft HPC Pack 2008 SDK.
You create a new console application based on Microsoft Message Passing Interface (MPI). You set the Debugger to Launch property to MPI Cluster Debugger. You need to ensure that five processes are launched when the application is run in debug mode in Visual Studio 2008. Which two tasks should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Set the MPIRun Arguments property to -n 5.
B.
Set the Application Arguments property to -n 5.
C.
Set the MPIRun Working Directory property to C:Program FilesMicrosoft HPC Pack 2008 SDKbin.
D.
Set the MPIRun Command property to C:Program FilesMicrosoft HPC Pack 2008 SDKbinMPIExec.
E.
Set the Application Command property to C:Program FilesMicrosoft HPC Pack 2008 SDKbinMPIExec.