diff --git a/experiments/daic/testing/lin_sep_200cpu.sh b/experiments/daic/testing/lin_sep_200cpu.sh new file mode 100644 index 0000000000000000000000000000000000000000..173f64697fe8646e1cfbb7936909ef013160d5eb --- /dev/null +++ b/experiments/daic/testing/lin_sep_200cpu.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +#SBATCH --job-name="Grid-search Linearly Separable (ECCCo)" +#SBATCH --time=00:30:00 +#SBATCH --ntasks=200 +#SBATCH --cpus-per-task=1 +#SBATCH --partition=general +#SBATCH --mem-per-cpu=4GB +#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. + +module use /opt/insy/modulefiles # Use DAIC INSY software collection +module load openmpi + +srun julia --project=experiments experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi grid_search n_individuals=10 > experiments/grid_search_linearly_separable.log