Skip to content

Instantly share code, notes, and snippets.

@haluk
Created March 31, 2015 14:57
Show Gist options
  • Save haluk/0c86927c868522e09081 to your computer and use it in GitHub Desktop.
Save haluk/0c86927c868522e09081 to your computer and use it in GitHub Desktop.
slurm script
#!/bin/sh
#SBATCH --time=24:00:00 # Run time in hh:mm:ss
#SBATCH --mem-per-cpu=16384 # Minimum memory required per CPU (in megabytes)
#SBATCH --job-name=bnp-bootstrap
#SBATCH --error=/work/otu/hdogan/job.%J.err
#SBATCH --output=/work/otu/hdogan/job.%J.out
Rscript bootstrap.R data.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment