View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009209CMakeModulespublic2009-06-26 08:152011-05-02 14:45
ReporterStephane P 
Assigned ToDavid Partyka 
PrioritynormalSeveritytrivialReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionCMake 2.8.4Fixed in Version 
Summary0009209: cmake do not find MPI_INCLUDE_DIR on ubuntu (mpich)
Descriptioncmake do not find the MPI_INCLUDE_DIR by itself when using mpich on ubuntu.
This directory is /usr/lib/mpich/include (which is a sibling of the directory where the library is)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0024384)
David Partyka (developer)
2011-01-04 08:49

Stephane, I wouldn't consider /usr/lib/mpich/{bin,lib,include} to be in a standard system searchable location. Typically the find module searches for the mpi compilers and uses them to find the location of the libraries and includes.

That said, it does appear to contain mpiCC under /usr/bin/mpich/bin/mpiCC. If you try using that as your compiler that may work. Otherwise I recommend using mpich2 or open mpi as they are integrated into Ubuntu much better.
(0026305)
David Cole (manager)
2011-05-02 14:45

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

 Issue History
Date Modified Username Field Change
2009-06-26 08:15 Stephane P New Issue
2009-07-18 01:45 Philip Lowman Assigned To => Douglas Gregor
2009-07-18 01:45 Philip Lowman Status new => assigned
2009-07-18 01:45 Philip Lowman Category CMake => Modules
2010-12-08 10:34 David Cole Assigned To Douglas Gregor =>
2010-12-08 10:34 David Cole Status assigned => new
2010-12-08 10:49 David Cole Assigned To => David Partyka
2010-12-08 10:49 David Cole Status new => assigned
2011-01-04 08:49 David Partyka Note Added: 0024384
2011-01-04 08:49 David Partyka Status assigned => resolved
2011-01-04 08:49 David Partyka Resolution open => won't fix
2011-01-04 12:00 David Cole Target Version => CMake 2.8.4
2011-05-02 14:45 David Cole Note Added: 0026305
2011-05-02 14:45 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team