Skip to content

Commit

Permalink
no bl ln
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Mar 29, 2024
1 parent 89d50ab commit 0fb0942
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,17 +436,14 @@ steps:
command:
- |
# Submit the sbatch script and capture its job ID
# JOB_ID=$(sbatch test/mpi_tests/local_checks.sh | awk '{print $4}')
# echo "Submitted job with ID: $JOB_ID, output log: slurm-$JOB_ID.out"
# START_TIME=$(date +%s)
# # Loop until the job finishes
# while true; do
# # Check the status of the job
# STATUS=$(squeue -j $JOB_ID | grep $JOB_ID | awk '{print $5}')
# ELAPSED_TIME=$(( $(date +%s) - $START_TIME ))
# # If the job status is 'PD' (pending) or 'R' (running), wait and continue checking
# if [ "$STATUS" == "PD" ] || [ "$STATUS" == "R" ]; then
# sleep 60
Expand Down

0 comments on commit 0fb0942

Please sign in to comment.