You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
- #
- #SBATCH --job-name=test
- #SBATCH --output=res.txt
- #SBATCH --partition=long
- #
- #SBATCH --ntasks=1
- #SBATCH --time=10:00
- #SBATCH --mem-per-cpu=100
-
- srun hostname
- srun sleep 60
|