From b83215b63f884fe2cc2b0a88c458c81da28faeb2 Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:19:59 +0200 Subject: [PATCH] uf --- .../testing/{cali_16each.sh => cali_100_8.sh} | 2 +- experiments/daic/testing/cali_4each.sh | 15 --------------- .../daic/testing/{cali_32each.sh => cali_50_8.sh} | 8 ++++---- 3 files changed, 5 insertions(+), 20 deletions(-) rename experiments/daic/testing/{cali_16each.sh => cali_100_8.sh} (95%) delete mode 100644 experiments/daic/testing/cali_4each.sh rename experiments/daic/testing/{cali_32each.sh => cali_50_8.sh} (77%) diff --git a/experiments/daic/testing/cali_16each.sh b/experiments/daic/testing/cali_100_8.sh similarity index 95% rename from experiments/daic/testing/cali_16each.sh rename to experiments/daic/testing/cali_100_8.sh index 8db0cba7..b619982c 100644 --- a/experiments/daic/testing/cali_16each.sh +++ b/experiments/daic/testing/cali_100_8.sh @@ -5,7 +5,7 @@ #SBATCH --ntasks=100 #SBATCH --cpus-per-task=1 #SBATCH --partition=general -#SBATCH --mem-per-cpu=4GB +#SBATCH --mem-per-cpu=8GB #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 diff --git a/experiments/daic/testing/cali_4each.sh b/experiments/daic/testing/cali_4each.sh deleted file mode 100644 index 5d9c7470..00000000 --- a/experiments/daic/testing/cali_4each.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -#SBATCH --job-name="Grid-search California Housing (ECCCo)" -#SBATCH --time=01:00:00 -#SBATCH --ntasks=100 -#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=california_housing output_path=results mpi grid_search n_individuals=10 n_each=4 > experiments/grid_search_california_housing.log - diff --git a/experiments/daic/testing/cali_32each.sh b/experiments/daic/testing/cali_50_8.sh similarity index 77% rename from experiments/daic/testing/cali_32each.sh rename to experiments/daic/testing/cali_50_8.sh index 0d3bd1f0..177e8215 100644 --- a/experiments/daic/testing/cali_32each.sh +++ b/experiments/daic/testing/cali_50_8.sh @@ -1,15 +1,15 @@ #!/bin/bash #SBATCH --job-name="Grid-search California Housing (ECCCo)" -#SBATCH --time=01:00:00 -#SBATCH --ntasks=100 +#SBATCH --time=02:00:00 +#SBATCH --ntasks=50 #SBATCH --cpus-per-task=1 #SBATCH --partition=general -#SBATCH --mem-per-cpu=4GB +#SBATCH --mem-per-cpu=8GB #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=california_housing output_path=results mpi grid_search n_individuals=10 n_each=32 > experiments/grid_search_california_housing.log +srun julia --project=experiments experiments/run_experiments.jl -- data=california_housing output_path=results mpi grid_search n_individuals=10 n_each=16 > experiments/grid_search_california_housing.log -- GitLab