Charm: set default backend to netlrts (#8714)

This allows building MPI applications on top of charm/AMPI without
to specify another backend.
This commit is contained in:
Matthias Diener 2018-07-15 16:41:36 -05:00 committed by Adam J. Stewart
parent badf913fc4
commit dfc1f70aa4

View file

@ -71,7 +71,7 @@ class Charm(Package):
# Communication mechanisms (choose exactly one)
variant(
"backend",
default="mpi",
default="netlrts",
values=("mpi", "multicore", "netlrts", "verbs", "gni",
"ofi", "pami", "pamilrts"),
description="Set the backend to use"