Home
last modified time | relevance | path

Searched refs:node_list_str (Results 1 – 19 of 19) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/bootstrap/external/
H A Dslurm_launch.c15 static HYD_status proxy_list_to_node_str(struct HYD_proxy *proxy_list, char **node_list_str) in proxy_list_to_node_str() argument
48 *node_list_str = foo; in proxy_list_to_node_str()
67 char *targs[HYD_NUM_TMP_STRINGS], *node_list_str = NULL; in HYDT_bscd_slurm_launch_procs() local
90 status = proxy_list_to_node_str(proxy_list, &node_list_str); in HYDT_bscd_slurm_launch_procs()
93 targs[idx++] = HYDU_strdup(node_list_str); in HYDT_bscd_slurm_launch_procs()
160 if (node_list_str) in HYDT_bscd_slurm_launch_procs()
161 HYDU_FREE(node_list_str); in HYDT_bscd_slurm_launch_procs()
H A Dll_launch.c20 char *targs[HYD_NUM_TMP_STRINGS], *node_list_str = NULL; in HYDT_bscd_ll_launch_procs() local
113 if (node_list_str) in HYDT_bscd_ll_launch_procs()
114 HYDU_FREE(node_list_str); in HYDT_bscd_ll_launch_procs()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/bootstrap/external/
H A Dslurm_launch.c14 static HYD_status proxy_list_to_node_str(struct HYD_proxy *proxy_list, char **node_list_str) in proxy_list_to_node_str() argument
47 *node_list_str = foo; in proxy_list_to_node_str()
65 char *targs[HYD_NUM_TMP_STRINGS], *node_list_str = NULL; in HYDT_bscd_slurm_launch_procs() local
90 status = proxy_list_to_node_str(proxy_list, &node_list_str); in HYDT_bscd_slurm_launch_procs()
93 targs[idx++] = MPL_strdup(node_list_str); in HYDT_bscd_slurm_launch_procs()
164 MPL_free(node_list_str); in HYDT_bscd_slurm_launch_procs()
H A Dll_launch.c19 char *targs[HYD_NUM_TMP_STRINGS], *node_list_str = NULL; in HYDT_bscd_ll_launch_procs() local
113 MPL_free(node_list_str); in HYDT_bscd_ll_launch_procs()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1125 BaseString node_list_str; in ndb_mgm_stop3() local
1126 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop3()
1128 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop3()
1130 args.put("node", node_list_str.c_str()); in ndb_mgm_stop3()
1261 BaseString node_list_str; in ndb_mgm_restart3() local
1262 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart3()
1264 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart3()
1268 args.put("node", node_list_str.c_str()); in ndb_mgm_restart3()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/bench/
H A Dnuma.c130 char *node_list_str; member
642 p0.node_list_str = strdup(arg); in parse_node_list()
644 dprintf("got NODE list: {%s}\n", p0.node_list_str); in parse_node_list()
655 if (!g->p.node_list_str) in parse_setup_node_list()
660 str0 = str = strdup(g->p.node_list_str); in parse_setup_node_list()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/bench/
H A Dnuma.c130 char *node_list_str; member
642 p0.node_list_str = strdup(arg); in parse_node_list()
644 dprintf("got NODE list: {%s}\n", p0.node_list_str); in parse_node_list()
655 if (!g->p.node_list_str) in parse_setup_node_list()
660 str0 = str = strdup(g->p.node_list_str); in parse_setup_node_list()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/bench/
H A Dnuma.c130 char *node_list_str; member
642 p0.node_list_str = strdup(arg); in parse_node_list()
644 dprintf("got NODE list: {%s}\n", p0.node_list_str); in parse_node_list()
655 if (!g->p.node_list_str) in parse_setup_node_list()
660 str0 = str = strdup(g->p.node_list_str); in parse_setup_node_list()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1381 BaseString node_list_str; in ndb_mgm_stop4() local
1382 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1384 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1386 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1527 BaseString node_list_str; in ndb_mgm_restart4() local
1528 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1530 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1534 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1381 BaseString node_list_str; in ndb_mgm_stop4() local
1382 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1384 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1386 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1527 BaseString node_list_str; in ndb_mgm_restart4() local
1528 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1530 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1534 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1381 BaseString node_list_str; in ndb_mgm_stop4() local
1382 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1384 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1386 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1527 BaseString node_list_str; in ndb_mgm_restart4() local
1528 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1530 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1534 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1432 BaseString node_list_str; in ndb_mgm_stop4() local
1433 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1435 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1437 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1578 BaseString node_list_str; in ndb_mgm_restart4() local
1579 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1581 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1585 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1432 BaseString node_list_str; in ndb_mgm_stop4() local
1433 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1435 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1437 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1578 BaseString node_list_str; in ndb_mgm_restart4() local
1579 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1581 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1585 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1432 BaseString node_list_str; in ndb_mgm_stop4() local
1433 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1435 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1437 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1578 BaseString node_list_str; in ndb_mgm_restart4() local
1579 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1581 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1585 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1432 BaseString node_list_str; in ndb_mgm_stop4() local
1433 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1435 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1437 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1578 BaseString node_list_str; in ndb_mgm_restart4() local
1579 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1581 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1585 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1432 BaseString node_list_str; in ndb_mgm_stop4() local
1433 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1435 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1437 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1578 BaseString node_list_str; in ndb_mgm_restart4() local
1579 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1581 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1585 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1381 BaseString node_list_str; in ndb_mgm_stop4() local
1382 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1384 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1386 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1527 BaseString node_list_str; in ndb_mgm_restart4() local
1528 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1530 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1534 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1381 BaseString node_list_str; in ndb_mgm_stop4() local
1382 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1384 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1386 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1527 BaseString node_list_str; in ndb_mgm_restart4() local
1528 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1530 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1534 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/mgmapi/
H A Dmgmapi.cpp1457 BaseString node_list_str; in ndb_mgm_stop4() local
1458 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_stop4()
1460 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_stop4()
1462 args.put("node", node_list_str.c_str()); in ndb_mgm_stop4()
1603 BaseString node_list_str; in ndb_mgm_restart4() local
1604 node_list_str.assfmt("%d", node_list[0]); in ndb_mgm_restart4()
1606 node_list_str.appfmt(" %d", node_list[node]); in ndb_mgm_restart4()
1610 args.put("node", node_list_str.c_str()); in ndb_mgm_restart4()