CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   [SOLVED] MPI (installation) bugs in 1.6.x (https://www.cfd-online.com/Forums/openfoam-installation/89939-solved-mpi-installation-bugs-1-6-x.html)

andersking June 27, 2011 02:33

[SOLVED] MPI (installation) bugs in 1.6.x
 
Hi,

I'm trying to install OpenFOAM-1.6-ext in debian, however I've had troubles with the ThirdParty stuff. (Note that OF-1.6.x/OF1.7.x/OF-2.0.x are all installed fine).

In particular, I've needed to "patch" scotch to find the system mpi libraries. ie. during compilation (ie. CTRL-Z, patch, fg) I've had to change

Code:

CCD    = gcc -I$(MPI_HOME)/include
to

Code:

CCD    = gcc -I$(MPI_HOME)/include $(OPENMPI_COMPILE_FLAGS
(though the -I$(MPI_HOME)/include is probably not needed).

otherwise mpi.h is not found.

Metis, as linked to in the current version is also missing (404)

Code:

Download metis-5.0pre2.tar.gz from : http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.0pre2.tar.gz
--2011-06-27 13:22:26--  http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.0pre2.tar.gz
Resolving glaros.dtc.umn.edu... 160.94.77.162
Connecting to glaros.dtc.umn.edu|160.94.77.162|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-06-27 13:22:27 ERROR 404: Not Found.

Finally, is it possible to use system cmake, (and/or others) ?

Regards,
Andrew


All times are GMT -4. The time now is 01:39.