Fix squeue script
Now we can see jobs from other users.
This commit is contained in:
parent
36fdfb93f5
commit
4d1e8d3dea
@ -42,7 +42,7 @@ fi
|
|||||||
|
|
||||||
# If this point is reached there is one job running
|
# 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"
|
echo "Switching to $host"
|
||||||
|
|
||||||
# Continue the execution there
|
# Continue the execution there
|
||||||
|
Loading…
Reference in New Issue
Block a user