QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a basic MPI

ye-luo opened this issue · comments

  1. Only need minimal init/finalize in the source code.
  2. Recover MPI handling in CMake.
  3. May need basic reduction for aggregating time or other metric.
  4. print rank info

#102 completes1,2,4 and partly 3 on integers.