Skip to content

Commit bde47a4

Browse files
authored
1 parent 277b9ef commit bde47a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/wait_for_slurm_job.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function wait_for_slurm_job() {
1111
check_every=${3:-15}
1212

1313
while true; do
14-
status=$(ssh -p 3000 $host squeue --job $job_id --noheader --format=%T 2>/dev/null || echo "SSH error: $?")
14+
status=$(ssh $host squeue --job $job_id --noheader --format=%T 2>/dev/null || echo "SSH error: $?")
1515
echo "[$(date)] job $job_id: $status"
1616

1717
if [ -z "$status" ]; then

0 commit comments

Comments
 (0)