Fix squeue script
Now we can see jobs from other users.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user