File size: 191 Bytes
8ec10cf
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

while true; do
date
#srun -p gpu_24h --gres=gpu:2 -c 20 --exclude=gpu42 --pty bash
srun -p gpu_24h --gres=gpu:2 -c 20 --constraint="rtx2080|titanv" --pty bash
#echo 1
sleep 5
done