View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001233 | ThirdParty | Bug | public | 2014-03-22 11:50 | 2015-01-18 19:17 |
Reporter | wyldckat | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0001233: Building ParaView 4.1.0 with MPI and the custom build Open-MPI 1.6.5 will fail | ||||
Description | If the options the following options in the "ThirdParty-2.3.*/Allwmake" script are present: --disable-mpi-cxx --disable-c++ and if the respective "WM_MPLIB" shell environment variable is defined to use either one of the custom MPI libraries, then running "makeParaView4 -mpi" will fail, because the MPI C++ library will be missing. | ||||
Tags | No tags attached. | ||||
|
I should have been clearer. What I meant was that in the script "ThirdParty-2.3.*/Allwmake", the following options should be removed for the respective MPI toolboxes: * Open-MPI: --disable-mpi-cxx * MPICH: --disable-c++ If those options are not present when the custom builds are done, this means that the makeParaView* scripts will work just fine with the option "-mpi", when using the custom builds of Open-MPI and MPICH. |
|
Resolved by commit edafe1ac451f6299b20c7f59909d0e58b644ba09 |