sos: shr-atomics is a disable/enable (#25315)
This commit is contained in:
parent
8c8b934fd8
commit
fc46db2269
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ def configure_args(self):
|
|||
args.extend(self.with_or_without('xpmem'))
|
||||
args.extend(self.with_or_without('ofi'))
|
||||
# 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')
|
||||
return args
|
||||
|
|
Loading…
Reference in a new issue