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
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue