Searched refs:pmix_lranks (Results 1 – 2 of 2) sorted by relevance
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/cray/ |
H A D | pmix_cray.c | 151 static int *pmix_lranks = NULL; variable 403 pmix_lranks = pmix_cray_parse_pmap(pmapping, pmix_rank, &my_node, &pmix_nlranks); in cray_init() 404 if (NULL == pmix_lranks) { in cray_init() 497 ldr.vpid = pmix_lranks[0]; in cray_init() 503 ret = snprintf(nmtmp, 64, "%d", pmix_lranks[i]); in cray_init() 505 if (pmix_rank == pmix_lranks[i]) { in cray_init() 586 if (NULL != pmix_lranks) { in cray_fini() 587 free(pmix_lranks); in cray_fini() 588 pmix_lranks = NULL; in cray_fini() 850 id.vpid = pmix_lranks[i]; in fencenb()
|
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/cray/ |
H A D | pmix_cray.c | 151 static int *pmix_lranks = NULL; variable 403 pmix_lranks = pmix_cray_parse_pmap(pmapping, pmix_rank, &my_node, &pmix_nlranks); in cray_init() 404 if (NULL == pmix_lranks) { in cray_init() 497 ldr.vpid = pmix_lranks[0]; in cray_init() 503 ret = snprintf(nmtmp, 64, "%d", pmix_lranks[i]); in cray_init() 505 if (pmix_rank == pmix_lranks[i]) { in cray_init() 586 if (NULL != pmix_lranks) { in cray_fini() 587 free(pmix_lranks); in cray_fini() 588 pmix_lranks = NULL; in cray_fini() 850 id.vpid = pmix_lranks[i]; in fencenb()
|