Skip to content
Snippets Groups Projects
Commit dfc1f70a authored by Matthias Diener's avatar Matthias Diener Committed by Adam J. Stewart
Browse files

Charm: set default backend to netlrts (#8714)

This allows building MPI applications on top of charm/AMPI without
to specify another backend.
parent badf913f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment