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.31
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-06-11 06:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 31 Next › Last »

Xwang commented on 2016-06-13 16:17 (UTC) (edited on 2016-06-13 16:17 (UTC) by Xwang)

Change the MAKEFLAGS option in /etc/makepkg.conf (I've set it to MAKEFLAGS="-j5" to use 5 cores of 8 so that the system responds while compiling and I can keep using it). See https://wiki.archlinux.org/index.php/Makepkg#Improving_compile_times

ioquatix commented on 2016-06-12 23:14 (UTC)

Interesting, can you show me the config you have for pacman?

Xwang commented on 2016-06-12 16:12 (UTC)

I can confirm you that it uses all the core I've set in the pacman configuration file. The log file remains in the directory where the PKGBUILD is (without logging it will be impossible to read warnings and errors at compilation time).

ioquatix commented on 2016-06-12 14:57 (UTC)

Also, why do you eat the build log.. i prefer to see output/progress/errors # Build and clean up OpenFOAM ./Allwmake > ../../openfoam_log.make 2>&1 #|| return 1 right now, openfoam builds but due to some issues in https://aur.archlinux.org/packages/scotch/ I just submitted a fix so that it links correctly, but openfoam build fails to build decomposePar, etc due to this issue, but the problem is silently ignored by the build system here for some reason?

ioquatix commented on 2016-06-12 14:54 (UTC)

@xwang I don't believe it is, as this is using wmake which doesn't have anything to do with pacman?

Xwang commented on 2016-06-12 14:13 (UTC)

@ioquatix I do not know if it is the same, but I have configured my pacman to use the maximum number of cores I want (one less than the output of nproc in my case) and it uses them to build.

ioquatix commented on 2016-06-12 13:20 (UTC)

To improve performance of build you could insert export WM_NCOMPPROCS=`nproc` into PKGBUILD.

ioquatix commented on 2016-06-10 01:03 (UTC)

To get anything to work I had to do: export FOAM_INST_DIR=/opt/OpenFOAM . ${FOAM_INST_DIR}/OpenFOAM-3.0.x/etc/bashrc Then I could use commands. Advice below about profile.d/openfoam did not work.