#!/bin/bash -l

#SBATCH -p regular
#SBATCH -N 1
#SBATCH -t 00:05:00
#SBATCH -J my_job
#SBATCH -o my_job.o%j

export OMP_NUM_THREADS=4
srun ./dot

