From 4d1e8d3dea1577ce78154cc495d5429757d614a0 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 11 Oct 2024 10:35:12 +0200 Subject: [PATCH] Fix squeue script Now we can see jobs from other users. --- fpga/run-login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/run-login.sh b/fpga/run-login.sh index cc95b40..8720bf3 100755 --- a/fpga/run-login.sh +++ b/fpga/run-login.sh @@ -42,7 +42,7 @@ fi # If this point is reached there is one job running -host=$(squeue -h -o %N) +host=$(squeue --me -h -o %N) echo "Switching to $host" # Continue the execution there