We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3862c74 commit 34cba05Copy full SHA for 34cba05
ompi/instance/instance.c
@@ -6,6 +6,7 @@
6
* Copyright (c) 2022 The University of Tennessee and The University
7
* of Tennessee Research Foundation. All rights
8
* reserved.
9
+ * Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
10
* $COPYRIGHT$
11
*
12
* Additional copyrights may follow
@@ -67,7 +68,7 @@ __opal_attribute_constructor__ static void instance_lock_init(void) {
67
68
OBJ_CONSTRUCT(&instance_lock, opal_recursive_mutex_t);
69
}
70
#else
-#error "No support for recursive mutexes available on this platform.
71
+#error "No support for recursive mutexes available on this platform."
72
#endif /* defined(OPAL_RECURSIVE_MUTEX_STATIC_INIT) */
73
74
/** MPI_Init instance */
0 commit comments