Skip to content

Commit 33e1056

Browse files
committed
config/opal_config_asm.m4: trivial output label fix
"OMPI" was a misleading label in the configure output summary of the atomics choice, and it was weird that there was a whole section just for Atomics. Instead, change the output to be "Atomics" in the Miscellaneous section. Specifically, the output changes from this: ``` Atomics ----------------------- OMPI: BUILTIN_C11 ``` to this: ``` Miscellaneous ----------------------- ... Atomics: BUILTIN_C11 ``` Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 6cc430f commit 33e1056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_config_asm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ int main(int argc, char* argv[])
12191219
[Whether to use builtin atomics])
12201220
AC_SUBST([OPAL_ASSEMBLY_BUILTIN])
12211221
1222-
OPAL_SUMMARY_ADD([[Atomics]],[[OMPI]],[],[$opal_cv_asm_builtin])
1222+
OPAL_SUMMARY_ADD([[Miscellaneous]],[[Atomics]],[],[$opal_cv_asm_builtin])
12231223
12241224
OPAL_ASM_FIND_FILE
12251225

0 commit comments

Comments
 (0)