variants: fixed packages reported by @adamjstewart in #4098 (#4105)

This commit is contained in:
Massimiliano Culpo
2017-05-04 19:58:58 +02:00
committed by Todd Gamblin
parent 0cf406d7b6
commit 6a9052bd4d
5 changed files with 84 additions and 32 deletions

View File

@@ -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