Skip to content

Commit 85ca856

Browse files
committed
[GB200] In test_ultraserver, fix job to chekc imex status.
1 parent 4f41f34 commit 85ca856

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration-tests/tests/ultraserver/test_gb200/test_gb200/nvidia-imex-status.job

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
sleep 45
99
QUEUE_NAME=$(cat "/etc/chef/dna.json" | jq -r ".cluster.scheduler_queue_name")
1010
COMPUTE_RES_NAME=$(cat "/etc/chef/dna.json" | jq -r ".cluster.scheduler_compute_resource_name")
11-
IMEX_CONFIG_FILE="/etc/nvidia-imex/config.cfg"
1211

13-
srun bash -c "/usr/bin/nvidia-imex-ctl -N -j -c ${IMEX_CONFIG_FILE} > result_\${SLURM_JOB_ID}_\$(hostname).out 2> result_\${SLURM_JOB_ID}_\$(hostname).err"
12+
srun bash -c "/usr/bin/nvidia-imex-ctl -N -j > result_\${SLURM_JOB_ID}_\$(hostname).out 2> result_\${SLURM_JOB_ID}_\$(hostname).err"

0 commit comments

Comments
 (0)