sos: shr-atomics is a disable/enable (#25315)
This commit is contained in:
parent
8c8b934fd8
commit
fc46db2269
@ -54,6 +54,6 @@ def configure_args(self):
|
|||||||
args.extend(self.with_or_without('xpmem'))
|
args.extend(self.with_or_without('xpmem'))
|
||||||
args.extend(self.with_or_without('ofi'))
|
args.extend(self.with_or_without('ofi'))
|
||||||
# This option is not compatiable with remote atomics
|
# This option is not compatiable with remote atomics
|
||||||
args.extend(self.with_or_without('shr-atomics'))
|
args.extend(self.enable_or_disable('shr-atomics'))
|
||||||
args.append('--enable-pmi-simple')
|
args.append('--enable-pmi-simple')
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user