Skip to content

Commit 79580e2

Browse files
himani2411Himani Anil Deshpande
andauthored
[Gb200][test] Use sleep time for letting IMEX converge (aws#6996)
Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent e31efe3 commit 79580e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#SBATCH --output=slurm-%j.out
55
#SBATCH --error=slurm-%j.err
66

7+
# TODO: Remove the sleep which is added for IMEX status STABALIZE and Converge
8+
sleep 45
79
QUEUE_NAME=$(cat "/etc/chef/dna.json" | jq -r ".cluster.scheduler_queue_name")
810
COMPUTE_RES_NAME=$(cat "/etc/chef/dna.json" | jq -r ".cluster.scheduler_compute_resource_name")
911
IMEX_CONFIG_FILE="/opt/parallelcluster/shared/nvidia-imex/config_${QUEUE_NAME}_${COMPUTE_RES_NAME}.cfg"

0 commit comments

Comments
 (0)