#!/bin/bash salloc -N 1 --partition ??? --exclusive --gres=gpu:1 \ numactl --physcpubind 0-63 \ ./main $@