Home
last modified time | relevance | path

Searched refs:node_hl (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Djob_info.c1736 hostlist_t node_hl; in slurm_job_cpus_allocated_on_node() local
1742 node_hl = hostlist_create(job_resrcs_ptr->nodes); in slurm_job_cpus_allocated_on_node()
1743 node_id = hostlist_find(node_hl, node); in slurm_job_cpus_allocated_on_node()
1744 hostlist_destroy(node_hl); in slurm_job_cpus_allocated_on_node()
1809 hostlist_t node_hl; in slurm_job_cpus_allocated_str_on_node() local
1815 node_hl = hostlist_create(job_resrcs_ptr->nodes); in slurm_job_cpus_allocated_str_on_node()
1816 node_id = hostlist_find(node_hl, node); in slurm_job_cpus_allocated_str_on_node()
1817 hostlist_destroy(node_hl); in slurm_job_cpus_allocated_str_on_node()
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/
H A D_wavelet_packets.py519 node_ll, node_lh, node_hl, node_hh =\
527 if node_hl is not None:
528 data_hl = node_hl.reconstruct()