jakub-tucek / clusterize

CLI helper for executing tasks on Metacentrum grid and other clusters
MIT License
2 stars 0 forks source link

Queue for GPU #5

Closed gimlidc closed 3 years ago

gimlidc commented 3 years ago

Je dost možný, že se změnily požadavky na GPU jobs a je nyní nově potřeba udávat GPU frontu. Tj. job definovaný tímto qsub skriptem:

#PBS -N GPU-hello-world
#PBS -q gpu
#PBS -l walltime=6:0:0
#PBS -l select=1:ncpus=1:mem=4gb:scratch_local=1gb:ngpus=1
#PBS -o /auto/plzen1/home/gimli/tmp
#PBS -e /auto/plzen1/home/gimli/tmp

echo $PBS_JOBID
echo "Hello world!"

Je OK zatímco

bez řádku 2 nejde pustit: qsub: Job violates queue and/or server resource limits

Bohužel clusterize tenhle parametr do qsub skriptů nedává (if GPU) ani se na něj neptá (gpu, či gpu_long jsou správný fronty).

jakub-tucek commented 3 years ago

Done