We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install --user ****
#!/bin/sh #SBATCH -o out #SBATCH -p rtx-dev #rtx #SBATCH -J CSP #SBATCH -N 1 #SBATCH -n 1 #SBATCH -t 0:30:00 # Run time (hh:mm:ss) #SBATCH -A PHY20040 module load cuda/10.1 cudnn/7.6.5 nccl/2.5.6 python3 test.py > out
$ sbatch myrun
$ showq -u