sos: shr-atomics is a disable/enable (#25315)

This commit is contained in:
Robert Cohn 2021-08-09 10:05:06 -04:00 committed by GitHub
parent 8c8b934fd8
commit fc46db2269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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