Re: [CMake] New, improved FindMPI.cmake

2008-03-10 Thread Berk Geveci
Bill: Can you please test this with VTK and/or ParaView3? They both depend on FindMPI. -berk On 3/6/08, Bill Hoffman [EMAIL PROTECTED] wrote: Alexander Neundorf wrote: There are two known issues: 1) Microsoft's MPI (MS-MPI) has different directories for 32-bit vs. 64-bit

Re: [CMake] New, improved FindMPI.cmake

2008-03-06 Thread Alexander Neundorf
On Thursday 06 March 2008, Doug Gregor wrote: The FindMPI module that ships with CMake is rather rudimentary. It identifies some variants of MPICH and MPICH2, but leaves users of other MPI implementations (Open MPI, LAM-MPI, MS-MPI, etc.) to their own devices. It also doesn't account for other

Re: [CMake] New, improved FindMPI.cmake

2008-03-06 Thread Bill Hoffman
Alexander Neundorf wrote: There are two known issues: 1) Microsoft's MPI (MS-MPI) has different directories for 32-bit vs. 64-bit libraries. How do we know whether we're building in 64-bit mode to select among the two? 2) FindMPI.cmake has changed a little on the CMake trunk, but I haven't