Skip to content

Commit

Permalink
fix the enable-pmix option of LCI spack package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Mar 21, 2024
1 parent 86e8239 commit a511783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/spack/packages/lci/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def is_positive_int(val):
variant('papi', default=False,
description='Use PAPI to collect hardware counters')
variant('gprof', default=False, description='Enable GPROF')
variant('enable-pmix', default='auto', values=is_positive_int,
variant('enable-pmix', default='auto',
description='Enable PMIx as the process management backend')

generator("ninja", "make", default="ninja")
Expand Down

0 comments on commit a511783

Please sign in to comment.