Skip to content

Commit

Permalink
update README to include variables for MPI
Browse files Browse the repository at this point in the history
Setting USE_MPI=1 alone does not configure Legion to use the MPI
backend. It must be coupled with REALM_NETWORKS=mpi.
  • Loading branch information
rzambre authored Aug 26, 2020
1 parent 62d9a51 commit d626913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ make`) or at the top of each application's Makefile.
level](http://legion.stanford.edu/debugging/#logging-infrastructure).
* `USE_CUDA=<0,1>`: enables CUDA support.
* `USE_GASNET=<0,1>`: enables GASNet support (see [installation instructions](http://legion.stanford.edu/gasnet/)).
* `USE_MPI=<0,1> REALM_NETWORKS=mpi`: enables MPI support.
* `USE_LLVM=<0,1>`: enables LLVM support.
* `USE_HDF=<0,1>`: enables HDF5 support.

Expand Down

0 comments on commit d626913

Please sign in to comment.