OrderN / CONQUEST-release

Full public release of large scale and linear scaling DFT code CONQUEST
http://www.order-n.org/
MIT License
96 stars 25 forks source link

Overlap communication with computation in multiply_module #265

Open tkoskela opened 8 months ago

tkoskela commented 8 months ago
          Things to look out for

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

tkoskela commented 7 months ago

Investigate non-blocking receives in prefetch. Fetch first iteration of data with a blocking receive (or wait) before the main loop. Then receive next iteration of data while computing the current interation.

tkoskela commented 7 months ago