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

open blas

parent ccda4423
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -9,10 +9,8 @@
#SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
module load 2023r1 julia
module load openmpi
set -x
export SRUN_CPUS_PER_TASK="$SLURM_CPUS_PER_TASK"
source experiments/slurm_header.sh
srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi grid_search n_individuals=10 threaded > experiments/grid_search_linearly_separable.log
set -x # keep log of executed commands
export SRUN_CPUS_PER_TASK="$SLURM_CPUS_PER_TASK" # assign extra environment variable to be safe
export OPENBLAS_NUM_THREADS=1 # avoid that OpenBLAS calls too many threads
\ No newline at end of file
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