Skip to content
Snippets Groups Projects
  • Christopher J. Morrone's avatar
    05c0efa5
    Improve abstraction in the MPI plugin API. · 05c0efa5
    Christopher J. Morrone authored
    MPI plugins no long access structures in either srun or the slurmstepd.
    
    Also, MPI plugins allocate state structures for each job step instance.
    
    This allows the MPI plugins to be used in the SLURM API slurm_step_launch()
    function.  It also allows slurm_step_launch() to be called multiple times
    from within the same process.
    05c0efa5
    History
    Improve abstraction in the MPI plugin API.
    Christopher J. Morrone authored
    MPI plugins no long access structures in either srun or the slurmstepd.
    
    Also, MPI plugins allocate state structures for each job step instance.
    
    This allows the MPI plugins to be used in the SLURM API slurm_step_launch()
    function.  It also allows slurm_step_launch() to be called multiple times
    from within the same process.