You administer a Windows HPC Server 2008 cluster that has four compute nodes. You need to submit a parametric sweep job to run myapp.exe with the following syntax: depth 1 for the first iterationdepth 2 for the second iterationdepth 3 for the third iteration Which command should you run?
A.
job submit /parametric:1-2:3 myapp.exe Cdepth *
B.
job submit /parametric:1-3:1 myapp.exe Cdepth *
C.
job submit /parametric:1-3:3 myapp.exe Cdepth *
D.
job submit /parametric: 2-3:1 myapp.exe Cdepth *