From 228dadb5ca5546ecb6648d7da66499cedc70aff6 Mon Sep 17 00:00:00 2001 From: jmason42 Date: Tue, 12 Jun 2018 12:54:11 -0700 Subject: [PATCH] Delete .sbatch file --- solo.sbatch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 solo.sbatch diff --git a/solo.sbatch b/solo.sbatch deleted file mode 100644 index 364985a..0000000 --- a/solo.sbatch +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -#SBATCH --job-name="parest" - -#SBATCH -p owners - -#SBATCH --output="slurm/slurm-%A_%a.out" - -#SBATCH --array=0-299 - -#SBATCH --mail-user="jmason42@stanford.edu" -#SBATCH --mail-type="END,FAIL" - -#SBATCH --time=0:15:00 - -srun python main.py --seed=$SLURM_ARRAY_TASK_ID --problem=$1