View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009311CMakeModulespublic2009-07-24 12:432011-03-10 14:41
ReporterWill Dicharry 
Assigned ToDavid Partyka 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in VersionCMake-2-8 
Summary0009311: FindMPI - MPICH2 library is misnamed on Windows
DescriptionThe find_library command on Windows with an MPICH2 installation searches for mpich2, but it appears that the library is actually named fmpich2.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0017450)
Bill Hoffman (manager)
2009-09-14 13:47

This should be fixed in CVS CMake.
(0017451)
Bill Hoffman (manager)
2009-09-14 13:47

Dave, this was fixed right?
(0017462)
David Partyka (developer)
2009-09-14 14:30

fmpich2 is the FORTRAN version of the library. On that note, I just tested the latest CMake with MPICH2 and can see it does not find mpi.lib correctly. I will take a look at this.
(0022855)
David Partyka (developer)
2010-11-04 15:53

The FindMPI module does work with the current version of mpich2 to properly locate the C/C++ library. That said, I think the right answer to this issue is to provide separate variables for each type of the library

MPI_FORTRAN_LIBRARY
MPI_C_LIBRARY
MPI_CXX_LIBRARY

and then accumulate them in MPI_LIBRARIES. Following similar conventions as the FindQt and FindPython modules. I will assign this to myself as a feature request.
(0025732)
David Cole (manager)
2011-03-10 14:41

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2009-07-24 12:43 Will Dicharry New Issue
2009-09-14 13:47 Bill Hoffman Note Added: 0017450
2009-09-14 13:47 Bill Hoffman Status new => assigned
2009-09-14 13:47 Bill Hoffman Assigned To => David Partyka
2009-09-14 13:47 Bill Hoffman Note Added: 0017451
2009-09-14 14:30 David Partyka Note Added: 0017462
2010-11-04 15:53 David Partyka Note Added: 0022855
2010-11-04 15:53 David Partyka Status assigned => resolved
2010-11-04 15:53 David Partyka Fixed in Version => CMake-2-8
2010-11-04 15:53 David Partyka Resolution open => fixed
2011-03-10 14:41 David Cole Note Added: 0025732
2011-03-10 14:41 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team