[vtk-developers] A note regarding: std::min and std::max.

Ben Boeckel ben.boeckel at kitware.com
Sun Mar 1 22:18:10 EST 2015


On Mon, Mar 02, 2015 at 12:16:08 +1100, Andrew Maclean wrote:
> Thanks for letting me know about that.
> 
> In summary, the VTK version of FindMPI.cmake works perfectly so there is no
> problem. Maybe these changes need to be propagated to the CMake version.
> 
> I was testing using the CMake version of FindMPI. I also had uninstalled an
> older version of MPI but the registry key was still there and this meant
> that it couldn't find mpiexec.exe in C:/Program Files/Microsoft MPI/Bin.
> Once I removed this key everything worked but the CMake version doesn't
> find the the lib or include files as it doesn't know the path C:/Program
> Files (x86)/Microsoft SDKs/MPI.

I made the changes in parallel; it is a recent CMake change though; Git
says it is in 3.2.0-rc1. So it makes sense that it fails there.

> I have just run the VTK version of FindMPI and it works perfectly so there
> are no issues there. It found the lib and include directories using the
> paths set by the install of MS-MPI.
> 
> I'm doing a build now on the master and will run the tests and will let you
> know how it goes.

Thanks. It had been a mostly clean dashboard before the user switch
started (< 20 OpenGL2-related test failures IIRC).

--Ben


More information about the vtk-developers mailing list