Skip to content

Remove MPI Support? #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ferrine opened this issue Dec 13, 2022 · 1 comment
Closed

Remove MPI Support? #119

ferrine opened this issue Dec 13, 2022 · 1 comment

Comments

@ferrine
Copy link
Member

ferrine commented Dec 13, 2022

Description

There is MPI support that we do not test, and do not use, should we remove it now? The implementation is not very complicated, but you need to take special care of how you make linker.
image

mpi_linker = OpWiseCLinker(schedule=mpi_scheduler)
mpi_mode = Mode(linker=mpi_linker)

https://github.com/pymc-devs/pytensor/blob/main/pytensor/tensor/io.py#L108

History reference
Theano/Theano#916
Theano/Theano#935

@ferrine ferrine mentioned this issue Dec 13, 2022
6 tasks
@ricardoV94
Copy link
Member

Yeah I think we can remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants