Skip to content

Commit bc30e14

Browse files
authored
Examples: Remove particles.do_tiling (#6809)
Set by default: on for CPU, off for GPU. If set to on (1) on GPU runs, this asserts. Isolated from #6801
1 parent ce6e04b commit bc30e14

7 files changed

Lines changed: 0 additions & 7 deletions

Examples/Tests/collider_relevant_diags/inputs_test_3d_collider_diagnostics

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ amr.max_level = 0
1616
geometry.dims = 3
1717
geometry.prob_lo = 0 0 0
1818
geometry.prob_hi = 8 8 8
19-
particles.do_tiling = 0
2019
warpx.use_filter = 0
2120
warpx.abort_on_warning_threshold = high
2221

Examples/Tests/load_external_field/inputs_test_3d_load_external_field_particle_multi_time

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
warpx.abort_on_warning_threshold = medium
22
warpx.serialize_initial_conditions = 0
33
warpx.do_dynamic_scheduling = 0
4-
particles.do_tiling = 0
54

65
#################################
76
##### TIME-DEPENDENT B (particle loader, MULTI) #####

Examples/Tests/load_external_field/inputs_test_3d_load_external_field_particle_time

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
warpx.abort_on_warning_threshold = medium
22
warpx.serialize_initial_conditions = 0
33
warpx.do_dynamic_scheduling = 0
4-
particles.do_tiling = 0
54

65

76
#################################

Examples/Tests/load_external_field/inputs_test_rz_load_external_field_grid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
warpx.abort_on_warning_threshold = medium
22
warpx.serialize_initial_conditions = 0
33
warpx.do_dynamic_scheduling = 0
4-
particles.do_tiling = 0
54

65
warpx.B_ext_grid_init_style = "read_from_file"
76
warpx.read_fields_from_path = "../../../../openPMD-example-datasets/example-femm-thetaMode.h5"

Examples/Tests/load_external_field/inputs_test_rz_load_external_field_particles

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
warpx.abort_on_warning_threshold = medium
22
warpx.serialize_initial_conditions = 0
33
warpx.do_dynamic_scheduling = 0
4-
particles.do_tiling = 0
54

65
particles.B_ext_particle_init_style = "read_from_file"
76
particles.read_fields_from_path = "../../../../openPMD-example-datasets/example-femm-thetaMode.h5"

Examples/Tests/magnetostatic_eb/inputs_test_3d_magnetostatic_eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ algo.particle_shape = 1
2929
algo.current_deposition = direct
3030

3131
particles.species_names = beam
32-
particles.do_tiling = 1
3332
beam.mass = m_e
3433
beam.charge = -q_e
3534
beam.injection_style = nuniformpercell

Examples/Tests/projection_div_cleaner/inputs_test_rz_projection_div_cleaner

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
warpx.serialize_initial_conditions = 0
22
warpx.do_dynamic_scheduling = 0
3-
particles.do_tiling = 0
43

54
warpx.B_ext_grid_init_style = "read_from_file"
65
warpx.read_fields_from_path = "../../../../openPMD-example-datasets/example-femm-thetaMode.h5"

0 commit comments

Comments
 (0)