Skip to content
Snippets Groups Projects
Commit 6f7efea5 authored by pat-alt's avatar pat-alt
Browse files

daic

parent 137d3143
No related branches found
No related tags found
1 merge request!8985 overshooting
#!/bin/bash #!/bin/bash
#SBATCH --job-name="Grid-search California Housing (ECCCo)" #SBATCH --job-name="Grid-search California Housing (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=02:00:00
#SBATCH --ntasks=20 #SBATCH --ntasks=30
#SBATCH --cpus-per-task=20 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
#SBATCH --mem-per-cpu=2GB #SBATCH --mem-per-cpu=4GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #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 use /opt/insy/modulefiles # Use DAIC INSY software collection
...@@ -13,4 +13,4 @@ module load openmpi ...@@ -13,4 +13,4 @@ module load openmpi
source experiments/slurm_header.sh source experiments/slurm_header.sh
srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=california_housing output_path=results mpi grid_search threaded n_individuals=10 > experiments/logs/grid_search_california_housing.log srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=california_housing output_path=results mpi grid_search threaded n_individuals=100 > experiments/logs/grid_search_california_housing.log
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
#SBATCH --job-name="Grid-search Circles (ECCCo)" #SBATCH --job-name="Grid-search Circles (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=01:00:00
#SBATCH --ntasks=30 #SBATCH --ntasks=20
#SBATCH --cpus-per-task=30 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
#SBATCH --mem-per-cpu=1GB #SBATCH --mem-per-cpu=2GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #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 use /opt/insy/modulefiles # Use DAIC INSY software collection
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
#SBATCH --job-name="Grid-search German Credit (ECCCo)" #SBATCH --job-name="Grid-search German Credit (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=01:00:00
#SBATCH --ntasks=30 #SBATCH --ntasks=20
#SBATCH --cpus-per-task=30 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
#SBATCH --mem-per-cpu=1GB #SBATCH --mem-per-cpu=2GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #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 use /opt/insy/modulefiles # Use DAIC INSY software collection
......
#!/bin/bash #!/bin/bash
#SBATCH --job-name="Grid-search GMSC (ECCCo)" #SBATCH --job-name="Grid-search GMSC (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=02:00:00
#SBATCH --ntasks=20 #SBATCH --ntasks=30
#SBATCH --cpus-per-task=20 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
#SBATCH --mem-per-cpu=2GB #SBATCH --mem-per-cpu=4GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #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 use /opt/insy/modulefiles # Use DAIC INSY software collection
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#SBATCH --job-name="Grid-search Linearly Separable (ECCCo)" #SBATCH --job-name="Grid-search Linearly Separable (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=01:00:00
#SBATCH --ntasks=10 #SBATCH --ntasks=20
#SBATCH --cpus-per-task=10 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
#SBATCH --mem-per-cpu=2GB #SBATCH --mem-per-cpu=2GB
......
#!/bin/bash #!/bin/bash
#SBATCH --job-name="Grid-search Moons (ECCCo)" #SBATCH --job-name="Grid-search Moons (ECCCo)"
#SBATCH --time=01:00:00 #SBATCH --time=01:30:00
#SBATCH --ntasks=30 #SBATCH --ntasks=20
#SBATCH --cpus-per-task=30 #SBATCH --cpus-per-task=10
#SBATCH --partition=general #SBATCH --partition=general
#SBATCH --mem-per-cpu=1GB #SBATCH --mem-per-cpu=2GB
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #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 use /opt/insy/modulefiles # Use DAIC INSY software collection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment