hello.pbs 147 B

123456789
  1. #!/bin/bash
  2. #PBS -A colosse-users
  3. #PBS -l advres=MILA2019
  4. #PBS -l feature=k80
  5. #PBS -l nodes=1:gpus=1
  6. #PBS -l walltime=00:01:00
  7. echo "hello world"