Skip to content

Commit

Permalink
ompi: fix typo in error message
Browse files Browse the repository at this point in the history
Thanks to Tony Curtis for reporting the issue.

Signed-off-by: Jeff Squyres <[email protected]>
(cherry picked from commit 34cba05)
  • Loading branch information
jsquyres committed Nov 24, 2023
1 parent bf2840a commit bdef38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ompi/instance/instance.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright (c) 2022 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand Down Expand Up @@ -67,7 +68,7 @@ __opal_attribute_constructor__ static void instance_lock_init(void) {
OBJ_CONSTRUCT(&instance_lock, opal_recursive_mutex_t);
}
#else
#error "No support for recursive mutexes available on this platform.
#error "No support for recursive mutexes available on this platform."
#endif /* defined(OPAL_RECURSIVE_MUTEX_STATIC_INIT) */

/** MPI_Init instance */
Expand Down

0 comments on commit bdef38c

Please sign in to comment.