Using the command line: --alloc --gres=cpu:8 as mentioned in the readme file produces the error: Encountered a bad command exit code!
Instead, I had to run --alloc --cpus-per-task=8 to allocate 8 cpus per and or using gpus: --gpus=n to allocate n gpus.
Using the command line: --alloc --gres=cpu:8 as mentioned in the readme file produces the error: Encountered a bad command exit code! Instead, I had to run --alloc --cpus-per-task=8 to allocate 8 cpus per and or using gpus: --gpus=n to allocate n gpus.