Skip to content

Test for Accumulation routine

Stefan Possanner requested to merge test-accumulation into devel
  • added test for accumulation routine based on step 1 of cc_lin_mhd_6. Legacy routine (files in struphy/tests_mpi/test_accum_legacy_files) is tested versus the new way to do accumulation (using struphy.pic.particles_to_grid.Accumulator object with accum_kernels, mat_vec_filler, _send_ghost_regions())
  • fixed typos in accum_kernels
  • removed openmp flag for compilation of accum_kernels since this caused a Segmentation fault even for small matrices (see: clapp/hylife#77)
  • cleaned up compile file and added removal of .lock_acquisition.lock files

Merge request reports