Skip to content

Instantly share code, notes, and snippets.

View moustakas's full-sized avatar

Moustakas moustakas

  • Siena College
  • Loudonville, NY
View GitHub Profile
@moustakas
moustakas / slurm-8-197.sh
Created June 7, 2017 08:49
Example SLURM script for 2% DESI simulation.
#!/bin/bash -l
#SBATCH -p regular
#SBATCH -o /scratch1/scratchdirs/ioannis/twopct/log-slurm-8-197-%j
#SBATCH -N 1
#SBATCH -L SCRATCH,project
#SBATCH -t 01:00:00
export NUM_OMP_THREADS=1
time srun -N 1 -n 1 -c 24 sprint_healpix --config /scratch1/scratchdirs/ioannis/twopct/twopct.yaml --nproc 24 --output_dir /scratch1/scratchdirs/ioannis/twopct/8-197 --seed 489723175 --nside 32 --healpixels 3152 &