Package Details: openfoam-org 12.20250206-8

Git Clone URL: https://aur.archlinux.org/openfoam.git (read-only, click to copy)
Package Base: openfoam
Description: The open source CFD toolbox (www.openfoam.org)
Upstream URL: http://www.openfoam.org
Licenses: GPL-3.0-or-later
Provides: openfoam
Submitter: None
Maintainer: envolution
Last Packager: envolution
Votes: 66
Popularity: 1.21
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-06-11 06:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 Next › Last »

kragacles commented on 2011-03-07 15:03 (UTC)

I have an idea as to why openmpi isn't working properly with OpenFOAM. The OpenFOAM path setup appears to cause openmpi to look for some settings in the ThirdParty libraries, even if you have not installed the full ThirdParty group and are instead using a system openmpi. I actually ran across this when building another package with openmpi, and I traced the cause to OpenFOAM. I am going to step back through the OpenFOAM configs and find out where this is happening. It shouldn't be too hard to force OpenFOAM to use the system openMPI.

crabman commented on 2011-03-06 16:04 (UTC)

did anyone get openmpi working? Metis doesnt seem to work, too.

kragacles commented on 2011-01-31 15:41 (UTC)

Thanks for trying it. I will have to give it a test myself and let you know what i run into.

<deleted-account> commented on 2011-01-28 09:48 (UTC)

It does not seem to work, the linker complains about missing symbols though these symbols seem to be present in /usr/lib/openmpi (according to grep). Maybe openfoam needs openmpi 1.4, whereas the version from community is 1.5?

kragacles commented on 2011-01-26 21:07 (UTC)

I'm afraid I have not tried building Paraview with openmpi from community. You might try setting the environment variable WM_MPLIB=SYSTEMOPENMPI before configuring and building OpenFOAM. That should cause openfoam's settings.sh file to call mpicc and pickup the flags it needs to build against it. Let me know if you have any luck.

<deleted-account> commented on 2011-01-26 20:29 (UTC)

I have installed openmpi from community, how can I enable it in openfoam? Thanks!

kragacles commented on 2011-01-01 16:40 (UTC)

Big thanks for checking the 64bit compile; I just hadn't gotten around to it yet. Package has been updated.

<deleted-account> commented on 2010-12-28 09:17 (UTC)

Just compiled it for 64bit and it seems to work fine so far (although I did not have the time to test it thoroughly). I suggest changing the arch to "any".

kragacles commented on 2010-12-25 16:25 (UTC)

Fixed and updated to version 2. Thanks so much for the feedback!

<deleted-account> commented on 2010-12-25 10:14 (UTC)

Don't know if it is shell-dependent, but the PKGBUILD needs a tiny change to work for me samlessly: Allwmake---> ./Allwmake Thanks for this package, great work! :)