From be8c956b0e819f2db0c6ae3598b6590b62982a83 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 5 May 2026 21:53:16 -0400 Subject: been a while --- scripts/aimos/alloc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/aimos/alloc (limited to 'scripts/aimos/alloc') diff --git a/scripts/aimos/alloc b/scripts/aimos/alloc new file mode 100755 index 0000000..46e23f6 --- /dev/null +++ b/scripts/aimos/alloc @@ -0,0 +1,7 @@ +#!/bin/bash +if [ "$#" -ne 2 ]; then + echo "Provide two arguments (number of minutes to allocate)" >&2 + exit 1 +fi + +salloc -N 1 --partition=$2 --gres=gpu:4 -t $1 -- cgit v1.2.3