Re: [OMPI users] MPI instructional and reference sources

2015-11-23 Thread Surivinta Surivinta
Under Windows you can use MS MPI, its not a openMPI, but all works good (with MS VS). All info you can found in MSDN, here for example: https://msdn.microsoft.com/en-us/library/bb524831%28v=vs.85%29.aspx If you want use openMPI - you can use build for windows (see site openMPI). All info about fucn

Re: [OMPI users] MPI instructional and reference sources

2015-11-23 Thread Philip Bitar
I should add that I will be running OpenMPI on a single Windows 7 computer. I merely want to learn how to write C programs that use the MPI standard.

[OMPI users] MPI instructional and reference sources

2015-11-22 Thread Philip Bitar
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.