Home
last modified time | relevance | path

Searched refs:het_job_tids (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/srun/
H A Dsrun.c382 uint32_t **tmp_tids = NULL, **het_job_tids = NULL; in _launch_app() local
428 xrealloc(het_job_tids, in _launch_app()
446 het_job_tids[node_offset + node_inx] = in _launch_app()
466 &het_job_tids, total_nnodes); in _launch_app()
506 job->het_job_tids = xcalloc(job->het_job_nnodes, in _launch_app()
508 memcpy(job->het_job_tids, het_job_tids, in _launch_app()
558 job->het_job_tids = xcalloc(job->het_job_nnodes, in _launch_app()
560 memcpy(job->het_job_tids, tmp_tids, in _launch_app()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmstepd/
H A Dslurmstepd_job.c357 if (msg->het_job_tids) { in stepd_step_rec_create()
362 job->het_job_tids = xcalloc(msg->het_job_nnodes, in stepd_step_rec_create()
365 job->het_job_tids[i] = in stepd_step_rec_create()
368 memcpy(job->het_job_tids[i], in stepd_step_rec_create()
369 msg->het_job_tids[i], in stepd_step_rec_create()
680 if ((job->het_job_nnodes != NO_VAL) && job->het_job_tids) { in stepd_step_rec_destroy()
683 xfree(job->het_job_tids[i]); in stepd_step_rec_destroy()
684 xfree(job->het_job_tids); in stepd_step_rec_destroy()
H A Dslurmstepd_job.h146 uint32_t **het_job_tids; /* Task IDs on each node of hetjob */ member
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/srun/libsrun/
H A Dsrun_job.h92 uint32_t **het_job_tids; /* Task IDs on each node of hetjob */ member
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/switch/cray_aries/
H A Dpe_info.c152 if ((job->het_job_id != NO_VAL) && !job->het_job_tids) { in _setup_local_step_rec()
167 step_rec->tids = job->het_job_tids; in _setup_local_step_rec()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dstep_launch.c190 new_step_layout->tids = params->het_job_tids; in _rebuild_mpi_layout()
270 launch.het_job_tids = params->het_job_tids; in slurm_step_launch()
467 launch.het_job_tids = params->het_job_tids; in slurm_step_launch_add()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/launch/slurm/
H A Dlaunch_slurm.c738 launch_params.het_job_tids = job->het_job_tids; in launch_p_step_launch()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/mpi/cray_shasta/
H A Dapinfo.c455 tids = job->het_job_tids; in create_apinfo()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_protocol_defs.c1470 if ((msg->het_job_nnodes != NO_VAL) && msg->het_job_tids) { in slurm_free_launch_tasks_request_msg()
1473 xfree(msg->het_job_tids[i]); in slurm_free_launch_tasks_request_msg()
1474 xfree(msg->het_job_tids); in slurm_free_launch_tasks_request_msg()
H A Dslurm_protocol_defs.h811 uint32_t **het_job_tids; /* Task IDs on each node of hetjob */ member
H A Dslurm_protocol_pack.c7885 if ((msg->het_job_nnodes != NO_VAL) && msg->het_job_tids) { in _pack_launch_tasks_request_msg()
7894 msg->het_job_tids[i], in _pack_launch_tasks_request_msg()
8126 safe_xcalloc(msg->het_job_tids, msg->het_job_nnodes, in _unpack_launch_tasks_request_msg()
8131 safe_unpack32_array(&msg->het_job_tids[i], in _unpack_launch_tasks_request_msg()
/dports/sysutils/slurm-wlm/slurm-20.02.7/slurm/
H A Dslurm.h.in1976 uint32_t **het_job_tids; /* Task IDs on each node in hetjob */ member