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:
parent
badf913fc4
commit
dfc1f70aa4
@ -71,7 +71,7 @@ class Charm(Package):
|
|||||||
# Communication mechanisms (choose exactly one)
|
# Communication mechanisms (choose exactly one)
|
||||||
variant(
|
variant(
|
||||||
"backend",
|
"backend",
|
||||||
default="mpi",
|
default="netlrts",
|
||||||
values=("mpi", "multicore", "netlrts", "verbs", "gni",
|
values=("mpi", "multicore", "netlrts", "verbs", "gni",
|
||||||
"ofi", "pami", "pamilrts"),
|
"ofi", "pami", "pamilrts"),
|
||||||
description="Set the backend to use"
|
description="Set the backend to use"
|
||||||
|
Loading…
Reference in New Issue
Block a user