
committed by
Todd Gamblin

parent
0cf406d7b6
commit
6a9052bd4d
@@ -53,8 +53,12 @@ class Charm(Package):
|
||||
|
||||
# Communication mechanisms (choose exactly one)
|
||||
# TODO: Support Blue Gene/Q PAMI, Cray GNI, Cray shmem, CUDA
|
||||
variant('backend', default='mpi', description=(
|
||||
'Set the backend to use (mpi, multicore, net, netlrts, verbs)'))
|
||||
variant(
|
||||
'backend',
|
||||
default='mpi',
|
||||
values=('mpi', 'multicore', 'net', 'netlrts', 'verbs'),
|
||||
description='Set the backend to use'
|
||||
)
|
||||
|
||||
# Other options
|
||||
# Something is off with PAPI -- there are build errors. Maybe
|
||||
|
Reference in New Issue
Block a user