Skip to content

Instantly share code, notes, and snippets.

@leelasd
Created July 10, 2018 19:36
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/c789a2b35122082966865a861a6cf2dd to your computer and use it in GitHub Desktop.
Save leelasd/c789a2b35122082966865a861a6cf2dd to your computer and use it in GitHub Desktop.
ORCA SLURM JOB SCRIPT
#!/bin/bash
#SBATCH --partition=scavenge
#SBATCH --job-name=HIV
#SBATCH --ntasks=1 --nodes=1
#SBATCH --mem-per-cpu=6000
#SBATCH --time=8:00:00
#SBATCH --mail-type=ALL
#SBATCH --mail-user=leela.dodda@yale.edu
module load Apps/ORCA/3.0.2
$ORCA run.inp > LOG_name
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment