Skip to content

Commit

Permalink
Added changes for job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Nov 5, 2024
1 parent d1ddb0f commit f7b835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Monitor Slurm Job
run: |
ssh raina.ans@login-00.discovery.neu.edu "
while squeue -u raina.ans | grep -q 'R-test-job'; do
while squeue -u raina.ans | grep -q 'msstats_benchmark_job'; do
echo 'Job is still running...'
sleep 10
done
Expand Down

0 comments on commit f7b835d

Please sign in to comment.