Skip to content

supercomputers deployment with unidist MPI backend #6073

Answered by luweizheng
luweizheng asked this question in Q&A
Discussion options

You must be logged in to vote

Now I can run on unidist MPI backend successfully!

My SLURM script:

export MODIN_ENGINE=unidist
export UNIDIST_BACKEND=mpi

python xxx.py

remove all ray code and add import unidist;unidist.init()l into xxx.py:

import unidist
unidist.init()

I use Intel MPI and Intel MPI can automatically detect hosts by reading the $SLURM_JOB_NODELIST from SLURM.

Maybe we should update the docs? I can help to contribute. Where should I put these things into the docs?

Replies: 2 comments 17 replies

Comment options

You must be logged in to vote
4 replies
@luweizheng
Comment options

@YarShev
Comment options

@luweizheng
Comment options

@YarShev
Comment options

Comment options

You must be logged in to vote
13 replies
@luweizheng
Comment options

Answer selected by luweizheng
@YarShev
Comment options

@luweizheng
Comment options

@YarShev
Comment options

@luweizheng
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
P1 Important tasks that we should complete soon External Pull requests and issues from people who do not regularly contribute to modin
4 participants