Skip to content

Commit 7996294

Browse files
committed
[GB200] In test_ultraserver, fix the job script that checks for IMEX status by using the local IMEX config file rather than the shared one.
1 parent ab73514 commit 7996294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
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="/opt/parallelcluster/shared/nvidia-imex/config_${QUEUE_NAME}_${COMPUTE_RES_NAME}.cfg"
11+
IMEX_CONFIG_FILE="/etc/nvidia-imex/config.cfg"
1212

1313
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"

0 commit comments

Comments
 (0)