View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000868 | ThirdParty | Bug | public | 2013-05-23 09:52 | 2015-05-17 09:29 |
Reporter | roenby | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 12.04 |
Summary | 0000868: Wrong path when compiling paraview with mpi support | ||||
Description | Problem: After executing OpenFOAM-2.2.0/Allwmake an attempt to compile paraview with: cd $WM_THIRD_PARTY_DIR ./makeParaView -mpi -python > makeParaview.log 2>&1 stopped due to: make[2]: *** No rule to make target `/home/dhi/OpenFOAM/ThirdParty-2.2.0/platforms/linux64Gcc/openmpi-1.6.3/lib/libmpi.so', needed by `bin/libMapReduceMPI.so.pv3.12'. Stop. Solution: Inspection of the mpi directories revealed that "lib" should be "lib64". The problem was solved by replacing $MPI_ARCH_PATH/lib by $MPI_ARCH_PATH/lib64 in the file ThirdParty-2.2.0/etc/tools/makeParaView Cheers, Johan | ||||
Tags | No tags attached. | ||||
|
This was fixed in #1549: http://www.openfoam.org/mantisbt/view.php?id=1549 |
|
Resolved by #1549: http://www.openfoam.org/mantisbt/view.php?id=1549 |