Skip to content

Commit

Permalink
Merge pull request #6 from brendanharding/patch-1
Browse files Browse the repository at this point in the history
add longrun to vuw-partitions
  • Loading branch information
vuwdalderman authored Nov 1, 2023
2 parents ee0d959 + d1339ff commit 69df7ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/vuw-partitions
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ echo ""
printf "${GREEN}VUW CLUSTER PARTITIONS${NC}\n"
sinfo -p quicktest
echo ""
sinfo -p parallel
echo ""
# GPU nodes returned to ECS :(
sinfo -p gpu
echo ""
sinfo -p bigmem
echo ""
sinfo -p parallel
sinfo -p longrun
echo ""
echo "NOTE: This utility is a wrapper for the Slurm command:"
echo ' sinfo -p PARTITION'
Expand Down

0 comments on commit 69df7ad

Please sign in to comment.