build: fix travis MPI/SMP build
[charm.git] / examples / charm++ / AMPI-interop / README
blob23d58f27f5ab9738053d54f6ee4f3f785104600b
1 This is a 'proof of concept' example program showing AMPI + Charm++
2   interoperation. It runs with virtualization in both the number of
3   chares and AMPI ranks.
5 Warning: This functionality is experimental and may not be production-ready.
7 To build:
8   $ make
10 To run:
11   $ ./charmrun +p <numPEs> ./hello <numChares> +vp <numRanks>
13 For example:
14   $ ./charmrun +p4 ./hello 8 +vp8 ++local