Newer
Older
#!/bin/bash
#SBATCH -A cmda3634_rjh
#SBATCH -p normal_q
#SBATCH --cpus-per-task=32
#SBATCH -o omp_kmeans_timing.out
# Go to the directory where the job was submitted
cd $SLURM_SUBMIT_DIR
# Load the modules
module load matplotlib
# Build the executable
# OpenMP settings
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK