-2

Please help me to find some working application which is using openmpi. I need any name of application which have widely/worldwide usage and based on openmpi (using it). At least the name of that kind application will be enough.

Thanks

Davit Siradeghyan
  • 6,053
  • 6
  • 24
  • 29
  • How about [gromacs](http://www.gromacs.org). From `apt-cache rdepends libopenmpi1.3` on Debian system, which lists quite a lot. – Flexo Sep 19 '11 at 16:34
  • Applications are written to the MPI standard, not a particular implementation of MPI, of which Open MPI is but one. If you have misunderstood what Open MPI is, i.e. confused it with the MPI standard, then please submit a new question that is more appropriate. – Jeff Hammond Dec 23 '14 at 01:51

2 Answers2

3

OpenMPI is an implementation of MPI. Applications are written using MPI (i.e. the code calls MPI routines), and they can be compiled/run using any MPI implementation (e.g. MPICH2, OpenMPI, LAM-MPI, etc).

So, to answer your question, strictly speaking there is no such thing as an "OpenMPI application".

As for what applications use MPI, there are many. Here's a few:

... and the list goes on and on.

Shawn Chin
  • 84,080
  • 19
  • 162
  • 191
0

Well, you could search for MPI benchmarks. There are several popular ones such as NAS, PALLAS, SPEC, etc.

jman
  • 11,334
  • 5
  • 39
  • 61