diff --git a/experiments/daic/tuning/generators/tabular.sh b/experiments/daic/tuning/generators/tabular.sh index a8b3d4f5365be01eb271074be079c3fe0276d1db..9d4822625aa1ce0360f03221d8fc869a1cd399e8 100644 --- a/experiments/daic/tuning/generators/tabular.sh +++ b/experiments/daic/tuning/generators/tabular.sh @@ -1,13 +1,13 @@ #!/bin/bash #SBATCH --job-name="Grid-search Tabular (ECCCo)" -#SBATCH --time=16:00:00 -#SBATCH --ntasks=1000 +#SBATCH --time=04:00:00 +#SBATCH --ntasks=2000 #SBATCH --cpus-per-task=1 #SBATCH --partition=general -#SBATCH --mem-per-cpu=8GB +#SBATCH --mem-per-cpu=4GB #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. module load 2023r1 openmpi -srun julia --project=experiments experiments/run_experiments.jl -- data=gmsc,german_credit output_path=results mpi grid_search > experiments/grid_search_tabular.log \ No newline at end of file +srun julia --project=experiments experiments/run_experiments.jl -- data=gmsc,german_credit output_path=results mpi grid_search > experiments/grid_search_tabular.log