collect_type 321 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h pmix_collect_t collect_type; // whether or not data is to be returned at completion collect_type 120 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c if ((PMIX_COLLECT_YES == trk->collect_type) && collect_type 147 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c if (trk->collect_type != ctype) { collect_type 846 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c unsigned char tmp = (unsigned char)trk->collect_type; collect_type 849 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c if (PMIX_COLLECT_YES == trk->collect_type) { collect_type 2320 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c if (PMIX_COLLECT_INVALID == tracker->collect_type) { collect_type 2326 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c if (PMIX_COLLECT_YES != tracker->collect_type) { collect_type 547 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (PMIX_COLLECT_YES == trk->collect_type) { collect_type 934 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c trk->collect_type = PMIX_COLLECT_YES; collect_type 936 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c trk->collect_type = PMIX_COLLECT_NO; collect_type 939 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c switch (trk->collect_type) { collect_type 942 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c trk->collect_type = PMIX_COLLECT_INVALID; collect_type 947 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c trk->collect_type = PMIX_COLLECT_INVALID; collect_type 4040 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c trk->collect_type = PMIX_COLLECT_YES; collect_type 4288 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c trk->collect_type = PMIX_COLLECT_NO; collect_type 4377 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c t->collect_type = PMIX_COLLECT_INVALID;