slurm prefix for selecting least allocated node

This commit is contained in:
ville rantanen
2013-11-06 10:24:15 +02:00
parent 3d30b69342
commit 9c9ed213b4
2 changed files with 85 additions and 0 deletions

View File

@@ -157,3 +157,11 @@ function whenfilechanges() {
}
function nhead {
head $@ | ncsv -c
}
function ntail {
tail $@ | ncsv -c
}