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