You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: