Skip to content

Instantly share code, notes, and snippets.

@leelasd
Created April 18, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leelasd/505b90b9d0847e4629c2e1993e417d68 to your computer and use it in GitHub Desktop.
Save leelasd/505b90b9d0847e4629c2e1993e417d68 to your computer and use it in GitHub Desktop.
Slurm NAMD GPU + CPU job
#!/bin/bash
#SBATCH --partition=gpu
#SBATCH --job-name=install
#SBATCH --ntasks=10 --nodes=1
#SBATCH --mem-per-cpu=6000
#SBATCH --time=24:00:00
#SBATCH --mail-type=ALL
#SBATCH --mail-user=leela.dodda@yale.edu
#SBATCH --gres=gpu:1
module load Apps/NAMD/2.11-multicore-CUDA
namd2 +p10 +idlepoll MINIM_EQUL_HEAT.conf > LOG_MINIM_EQUIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment