PrepAway - Latest Free Exam Questions & Answers

Which two commands should you run?

You create a Microsoft Message Passing Interface (MPI) application.
The application has the following requirements:
It must be executed on exactly 32 cores.
It must use the high-speed interconnect network specified by 10.10.0.0/255.255.0.0 for the MPI traffic. You need to submit the job to meet the requirements of the application. Which two commands should you run? (Each correct answer presents a complete solution.
Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
Job submit /numcores:32 mpiexec /env MPICH_NETMASK 10.10.0.0/255.255.0.0 app.exe

B.
Job submit mpiexec /cores 32 /genvlist MPICH_NETMASK=10.10.0.0/255.255.0.0 app.exe

C.
New-HpcJob RequestedNodes 32 | Add-HpcTask job $_ -env MPICH_NETMASK=10.10.0.0/255.255.0.0 taskfile app.exe | Submit-HpcJob $_

D.
New-HpcJob NumCores 32 | Add-HpcTask job $_ -env
MPICH_NETMASK=10.10.0.0/255.255.0.0
commandline app.exe | Submit-HpcJob $_


Leave a Reply