Skip to content
Snippets Groups Projects
Verified Commit f7d18a5f authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

MNT Show time limit per job

parent 68694509
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
if [ -f "$(which squeue 2>/dev/null)" ]; then if [ -f "$(which squeue 2>/dev/null)" ]; then
if [ "$#" == "0" ]; then if [ "$#" == "0" ]; then
squeue -u "$(whoami)" -o "%.24i %.9P %.25j %.2t %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R" squeue -u "$(whoami)" -o "%.24i %.9P %.25j %.2t %.7c %.7m %.5D %.6q %.10f %.10b %.11l %.11M %.30R"
else else
squeue -o "%.24i %.9P %.25j %.2t %.10u %.10g %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R" "$@" squeue -o "%.24i %.9P %.25j %.2t %.10u %.10g %.7c %.7m %.5D %.6q %.10f %.10b %.11l %.11M %.30R" "$@"
fi fi
elif [ -f "$(which bjobs 2>/dev/null)" ]; then elif [ -f "$(which bjobs 2>/dev/null)" ]; then
bjobs "$@" bjobs "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment