diff --git a/experiments/jobscripts/testing/cali.sh b/experiments/jobscripts/testing/cali.sh index 95564b2a8d4b8cee0e3b8651283f3015162c246a..1c61c0b2770a338529f1c7c8b57ea9bf649e37ee 100644 --- a/experiments/jobscripts/testing/cali.sh +++ b/experiments/jobscripts/testing/cali.sh @@ -5,7 +5,7 @@ #SBATCH --ntasks=14 #SBATCH --cpus-per-task=14 #SBATCH --partition=compute -#SBATCH --mem-per-cpu=2GB +#SBATCH --mem-per-cpu=1GB #SBATCH --account=research-eemcs-insy #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. @@ -14,4 +14,4 @@ module load openmpi 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 n_individuals=10 threaded > experiments/grid_search_california_housing.log \ No newline at end of file +srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=california_housing output_path=results mpi grid_search n_individuals=10 n_each=$SLURM_CPUS_PER_TASK threaded > experiments/grid_search_california_housing.log \ No newline at end of file