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 51d46ff commit 9e69fe0Copy full SHA for 9e69fe0
oshmem/proc/proc.c
@@ -40,6 +40,8 @@ int oshmem_proc_init(void)
40
{
41
OBJ_CONSTRUCT(&oshmem_proc_lock, opal_mutex_t);
42
43
+ assert(sizeof(ompi_proc_t) >= sizeof(oshmem_proc_t));
44
+
45
return OSHMEM_SUCCESS;
46
}
47
0 commit comments