Re: [OMPI users] OpenMPI with cMake on Windows

2012-12-21 Thread MM
On 18 December 2012 22:04, Stephen Conley wrote: > Hello, > > ** ** > > I have installed CMake version 2.8.10.2 and OpenMPI version 1.6.2 on a 64 > bit Windows 7 computer. > > ** ** > > OpenMPI is installed in “C:\program files\OpenMPI” and the path has been > updated to include the bin

[OMPI users] OpenMPI with cMake on Windows

2012-12-18 Thread Stephen Conley
Hello, I have installed CMake version 2.8.10.2 and OpenMPI version 1.6.2 on a 64 bit Windows 7 computer. OpenMPI is installed in "C:\program files\OpenMPI" and the path has been updated to include the bin subdirectory. In the cmakelists.txt file, I have: find_package(MPI REQUIRED) Whe