CONQUEST-release icon indicating copy to clipboard operation
CONQUEST-release copied to clipboard

Overlap communication with computation in multiply_module

Open tkoskela opened this issue 10 months ago • 2 comments

          Things to look out for
  • Can we overlap communication and calculation in https://github.com/OrderN/CONQUEST-release/blob/6bf8f4a8c20fd4fa8f1c7baeb8a6b1f23a6d2408/src/multiply_module.f90#L251

Originally posted by @tkoskela in https://github.com/OrderN/CONQUEST-release/issues/248#issuecomment-1697085794

  • Can we use OpenMP tasks to both receive data and call multiply kernels, with appropriate dependencies

tkoskela avatar Sep 20 '23 16:09 tkoskela