Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
specx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRAMAS Berenger
specx
Commits
21bcf078
Commit
21bcf078
authored
1 month ago
by
BRAMAS Berenger
Browse files
Options
Downloads
Patches
Plain Diff
update bench -- increase size
parent
14e51506
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Batch/run-benchs-omp-starpu.sh
+4
-4
4 additions, 4 deletions
Batch/run-benchs-omp-starpu.sh
with
4 additions
and
4 deletions
Batch/run-benchs-omp-starpu.sh
+
4
−
4
View file @
21bcf078
...
@@ -54,19 +54,19 @@ function main(){
...
@@ -54,19 +54,19 @@ function main(){
NB_LOOPS
=
10
NB_LOOPS
=
10
# Particles
# 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
remove_core_files
# Particles omp
# 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
remove_core_files
# Particles starpu lws
# 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
remove_core_files
# Particles starpu dmda
# 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
remove_core_files
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment