From 21bcf078d222b1ac5ff7d1b47a150ab3e1157c06 Mon Sep 17 00:00:00 2001 From: Berenger Bramas <Berenger.Bramas@inria.fr> Date: Sun, 23 Mar 2025 09:44:39 +0100 Subject: [PATCH] update bench -- increase size --- Batch/run-benchs-omp-starpu.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Batch/run-benchs-omp-starpu.sh b/Batch/run-benchs-omp-starpu.sh index b235436..5ae4491 100644 --- a/Batch/run-benchs-omp-starpu.sh +++ b/Batch/run-benchs-omp-starpu.sh @@ -54,19 +54,19 @@ function main(){ NB_LOOPS=10 # Particles - "$RUN_DIR/Benchmark/particles/particles-simu" --lp=$NB_LOOPS --minp=500 --maxp=512 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles.txt" + "$RUN_DIR/Benchmark/particles/particles-simu" --lp=$NB_LOOPS --minp=1024 --maxp=2048 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles.txt" remove_core_files # Particles omp - "$RUN_DIR/Benchmark/particles_openmp/particles-simu-omp" --lp=$NB_LOOPS --minp=500 --maxp=512 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles_omp.txt" + "$RUN_DIR/Benchmark/particles_openmp/particles-simu-omp" --lp=$NB_LOOPS --minp=1024 --maxp=2048 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles_omp.txt" remove_core_files # Particles starpu lws - STARPU_SCHED=lws "$RUN_DIR/Benchmark/particles_starpu/particles-simu-starpu" --lp=$NB_LOOPS --minp=500 --maxp=512 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles_starpu_lws.txt" + STARPU_SCHED=lws "$RUN_DIR/Benchmark/particles_starpu/particles-simu-starpu" --lp=$NB_LOOPS --minp=1024 --maxp=2048 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles_starpu_lws.txt" remove_core_files # Particles starpu dmda - STARPU_SCHED=dmda "$RUN_DIR/Benchmark/particles_starpu/particles-simu-starpu" --lp=$NB_LOOPS --minp=500 --maxp=512 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles_starpu_dmda.txt" + STARPU_SCHED=dmda "$RUN_DIR/Benchmark/particles_starpu/particles-simu-starpu" --lp=$NB_LOOPS --minp=1024 --maxp=2048 --minnbgroups=128 --maxnbgroups=2048 --od="$results_dir" >> "$results_dir/output_particles_starpu_dmda.txt" remove_core_files } -- GitLab