cc_staff
229
edits
No edit summary |
(modify threaded gpu job) |
||
Line 162: | Line 162: | ||
#!/bin/bash | #!/bin/bash | ||
# | # | ||
#SBATCH -- | #SBATCH --cpus-per-task=8 | ||
#SBATCH --mem 2048 | #SBATCH --mem 2048 | ||
#SBATCH -o slurm.%N.%j.out # STDOUT | #SBATCH -o slurm.%N.%j.out # STDOUT | ||
#SBATCH -t 0:05:00 # time (D-HH:MM) | #SBATCH -t 0:05:00 # time (D-HH:MM) | ||
Line 172: | Line 172: | ||
module load cuda/8.0.44 | module load cuda/8.0.44 | ||
module load namd-multicore/2.12 | module load namd-multicore/2.12 | ||
namd2 + | namd2 +p$SLURM_CPUS_PER_TASK +idlepoll apoa1.namd | ||
}} | }} | ||
<translate> | <translate> | ||
== Verbs-GPU jobs == <!--T:20--> | == Verbs-GPU jobs == <!--T:20--> | ||
These provisional instructions will be refined further once this configuration can be fully tested on the new clusters. | These provisional instructions will be refined further once this configuration can be fully tested on the new clusters. |