How to run OpenMPI C code under Windows 7I'm trying to get OpenMPI C code to run under Windows 7 any way that I can. Evidently there is no current support for running OpenMPI directly under Windows 7, so I installed Cygwin. Is there a better way to run OpenMPI C code under Windows 7?Under Cygwin, I
On 22/11/2015 23:04, Philip Bitar wrote:
*How to run OpenMPI C code under Windows 7*
I'm trying to get OpenMPI C code to run under Windows 7 any way that I
can. Evidently there is no current support for running OpenMPI directly
under Windows 7, so I installed Cygwin. Is there a better way to run
On 11/22/2015 5:04 PM, Philip Bitar wrote:
> *How to run OpenMPI C code under Windows 7*
>
> I'm trying to get OpenMPI C code to run under Windows 7 any way that I
> can. Evidently there is no current support for running OpenMPI
> directly under Windows 7, so I installed Cygwin. Is there a better
Thank you, Marco and Tim. I needed to install the libopenmpi-devel package.Now I would be pleased to obtain a link to material that explains the OpenMPI system, in general, and the OpenMPI C functions, in particular, so that I can write C programs to use the OpenMPI system.
So MPI is a programming interface standard, and OpenMPI is merely one implementation of this standard, so OpenMPI has nothing to do with the MPI standard.In this case, I'm curious to know what instructional and reference sources are recommended for someone to learn to use MPI.