From 88489e71004eebfe2acc4e391cf83dab26e9fd1d Mon Sep 17 00:00:00 2001 From: Rohit Zambre Date: Tue, 25 Aug 2020 18:15:43 -0700 Subject: [PATCH] update README to include choice of Realm's networking backend --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd453809e4..29bb66bfd0 100644 --- a/README.md +++ b/README.md @@ -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/)). + * `REALM_NETWORKS=`: enables the GASNet or MPI backend for Realm. * `USE_LLVM=<0,1>`: enables LLVM support. * `USE_HDF=<0,1>`: enables HDF5 support.