Skip to content
New issue

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

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

Already on GitHub? # to your account

node connection requirement #73

Open
jianshu93 opened this issue Oct 4, 2024 · 1 comment
Open

node connection requirement #73

jianshu93 opened this issue Oct 4, 2024 · 1 comment

Comments

@jianshu93
Copy link

Dear mpiBWA team,

Is there a requirement for node communication model, e.g., intel omipath/infband et.al., mentioned many places to compile it, or it will compile no matter what the connection model is.

Thanks,

Jianshu

@fredjarlier
Copy link
Contributor

fredjarlier commented Oct 7, 2024

Hi Jianshu

In theory you could compile mpiBWA wherever you want, thanks to openMPI portability. Even on your laptop as long as you have compiled and installed openmpi. But runtime is another story... OpenMPI is intended to run with low latency networks and parallel file system (at least for mpiBWA and fellows). There is no requirements in term of topology or fabric components, normaly they all support MPI and the only way to know is to test.
From past experiences don't run MPI on NFS it will not work. Also I have not tested TCP networks, so I don't know if it scales.

What do you have in mind?

best

fred

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants