Skip to content
Snippets Groups Projects
Commit b37139f5 authored by René Heß's avatar René Heß
Browse files

Merge branch 'feature/application' of...

Merge branch 'feature/application' of https://parcomp-git.iwr.uni-heidelberg.de/dominic/dune-perftool into feature/application
parents 4889b344 b1da5ecb
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,18 @@ srun $SRUNOPT ./app_poisson_dg_deg2_opcount app_poisson_dg_3d_deg2_opcount.ini
srun $SRUNOPT ./app_poisson_dg_deg3_opcount app_poisson_dg_3d_deg3_opcount.ini
srun $SRUNOPT ./app_poisson_dg_deg4_opcount app_poisson_dg_3d_deg4_opcount.ini
srun $SRUNOPT ./app_poisson_dg_deg5_opcount app_poisson_dg_3d_deg5_opcount.ini
srun $SRUNOPT ./app_poisson_dg_deg5_opcount app_poisson_dg_3d_deg6_opcount.ini
srun $SRUNOPT ./app_poisson_dg_deg5_opcount app_poisson_dg_3d_deg7_opcount.ini
srun $SRUNOPT ./app_poisson_dg_deg5_opcount app_poisson_dg_3d_deg8_opcount.ini
# Run the timing executables
COUNT=0
while [ $COUNT -lt 5 ]; do
while [ $COUNT -lt 2 ]; do
srun $SRUNOPT ./app_poisson_dg_deg2_nonopcount app_poisson_dg_3d_deg2_nonopcount.ini
srun $SRUNOPT ./app_poisson_dg_deg3_nonopcount app_poisson_dg_3d_deg3_nonopcount.ini
srun $SRUNOPT ./app_poisson_dg_deg4_nonopcount app_poisson_dg_3d_deg4_nonopcount.ini
srun $SRUNOPT ./app_poisson_dg_deg5_nonopcount app_poisson_dg_3d_deg5_nonopcount.ini
srun $SRUNOPT ./app_poisson_dg_deg6_nonopcount app_poisson_dg_3d_deg6_nonopcount.ini
srun $SRUNOPT ./app_poisson_dg_deg7_nonopcount app_poisson_dg_3d_deg7_nonopcount.ini
srun $SRUNOPT ./app_poisson_dg_deg8_nonopcount app_poisson_dg_3d_deg8_nonopcount.ini
done
......@@ -36,4 +36,4 @@ time_opcounter = 0, 1 | expand opcount
[formcompiler.ufl_variants]
cell = hexahedron
degree = 2, 3, 4, 5 | expand
degree = 2, 3, 4, 5, 6, 7, 8 | expand
dune_symlink_to_source_files(FILES calculate_floprate.py
make_graph.sh
performance_regression.py
dune_install_python_script(SCRIPT calculate_floprate.py
REQUIRES pandas
)
dune_install_python_script(SCRIPT performance_regression.py
REQUIRES pandas
)
dune_symlink_to_source_files(FILES make_graph.sh
)
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