Skip to content

Commit

Permalink
3D Performance Tests: CI smaller (ECP-WarpX#2623)
Browse files Browse the repository at this point in the history
Reduce runtime, which currently was 40 sec.
  • Loading branch information
ax3l authored and lgiacome committed Dec 16, 2021
1 parent 0d6a808 commit 3b41849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ tolerance = 1.0e-4
[Performance_works_1_uniform_rest_32ppc]
buildDir = .
inputFile = Examples/Tests/PerformanceTests/automated_test_1_uniform_rest_32ppc
runtime_params = amr.n_cell=64 64 64 max_step=10 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
runtime_params = amr.max_grid_size=32 amr.n_cell=32 32 32 max_step=5 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
dim = 3
addToCompileString =
restartTest = 0
Expand All @@ -2748,7 +2748,7 @@ tolerance = 1.0e-4
[Performance_works_2_uniform_rest_1ppc]
buildDir = .
inputFile = Examples/Tests/PerformanceTests/automated_test_2_uniform_rest_1ppc
runtime_params = amr.n_cell=64 64 64 max_step=10 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
runtime_params = amr.max_grid_size=32 amr.n_cell=32 32 32 max_step=5 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
dim = 3
addToCompileString =
restartTest = 0
Expand All @@ -2766,7 +2766,7 @@ tolerance = 1.0e-4
[Performance_works_3_uniform_drift_4ppc]
buildDir = .
inputFile = Examples/Tests/PerformanceTests/automated_test_3_uniform_drift_4ppc
runtime_params = amr.n_cell=64 64 64 max_step=10 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
runtime_params = amr.max_grid_size=32 amr.n_cell=32 32 32 max_step=5 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
dim = 3
addToCompileString =
restartTest = 0
Expand Down Expand Up @@ -2802,7 +2802,7 @@ tolerance = 1.0e-4
[Performance_works_5_loadimbalance]
buildDir = .
inputFile = Examples/Tests/PerformanceTests/automated_test_5_loadimbalance
runtime_params = amr.n_cell=64 64 64 max_step=10 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
runtime_params = amr.max_grid_size=32 amr.n_cell=32 32 32 max_step=5 diagnostics.diags_names=diag1 diag1.intervals=0 diag1.diag_type=Full
dim = 3
addToCompileString =
restartTest = 0
Expand Down

0 comments on commit 3b41849

Please sign in to comment.