You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilize a pointer array instead of a hash table for
faster retrieval. Let the key's index correspond to
the index in the array. Append user-defined keys to
the standard ones. Use that relative location to reduce
the search space/time when retrieving an index from
a key.
Add some missing static initializers for internal
structures.
Signed-off-by: Ralph Castain <[email protected]>
#definePMIX_BFROPS_MODULE "pmix.bfrops.mod" // (char*) ***** INTERNAL ***** name of bfrops plugin in-use by a given nspace
200
+
#definePMIX_PNET_SETUP_APP "pmix.pnet.setapp" // (pmix_byte_object_t) ***** INTERNAL ***** blob containing info to be given to pnet framework on remote nodes
0 commit comments