Fix squeue script

Now we can see jobs from other users.
This commit is contained in:
Rodrigo Arias 2024-10-11 10:35:12 +02:00
parent 36fdfb93f5
commit 4d1e8d3dea

View File

@ -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