No solution how to run paraFoam...
FATAL ERROR: ParaView reader module libraries do not exist
Please build the reader module before continuing:
cd $FOAM_UTILITIES/postProcessing/graphics/PVReaders
./Allwclean
./Allwmake
ERROR: ParaView not found in /opt/OpenFOAM/ThirdParty-4.x/platforms/linux64Gcc/ParaView-5.0.1
Search Criteria
Package Details: openfoam-org 11.20240704-1
Package Actions
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 |
Provides: | openfoam |
Submitter: | None |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 63 |
Popularity: | 1.53 |
First Submitted: | 2009-07-02 09:16 (UTC) |
Last Updated: | 2024-07-05 09:28 (UTC) |
Dependencies (8)
- boost (boost-gitAUR)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- flex (flex-gitAUR)
- paraview (paraview-gitAUR)
- parmetisAUR (parmetis-gitAUR)
- scotchAUR (scotch-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 27 Next › Last »
<deleted-account> commented on 2016-10-25 09:03 (UTC)
neXyon commented on 2016-09-26 11:09 (UTC)
I replaced the parmetis dependency with suitesparse which contains metis and causes a conflict with it. Building and installation worked, is there any disadvantage over using parmetis?
antran commented on 2016-09-08 02:14 (UTC)
Yes. I followed your instruction and now icoFoam and pisoFoam worked but when I type paraFoam in the terminal I get this error
FATAL ERROR: ParaView reader module libraries do not exist
Please build the reader module before continuing:
cd $FOAM_UTILITIES/postProcessing/graphics/PVReaders
./Allwclean
./Allwmake
I tried to follow these instructions but still get error
ERROR: ParaView not found in /opt/OpenFOAM/ThirdParty-4.x/platforms/linux64Gcc/ParaView-5.0.1
How can I fix it?
Thank you in advance
Xwang commented on 2016-09-04 10:58 (UTC) (edited on 2016-09-04 10:59 (UTC) by Xwang)
Have you executed these commands:
export FOAM_INST_DIR=/opt/OpenFOAM
alias ofoam="source ${FOAM_INST_DIR}/OpenFOAM-4.x/etc/bashrc"
in your terminal before running icoFoam?
PS ThirdParty is empty because these programs are installed via their archlinux packages
antran commented on 2016-09-04 03:20 (UTC)
I have installed sucessfully the software but I cannot run icoFoam or pisoFoam. Is the folder Thirdparty empty?
Xwang commented on 2016-08-11 10:26 (UTC) (edited on 2016-08-11 10:50 (UTC) by Xwang)
@tomracing
I've obtained the same by changing MAKEFLAGS option as described in my comment of 2016-06-13 16:17
tomracing commented on 2016-08-01 20:51 (UTC)
Great package!
Could I suggest changing this line:
# Build and clean up OpenFOAM
./Allwmake > ../../openfoam_log.make 2>&1 #|| return 1
To incorporate the compile in parallel build as specified in the OpenFOAM documentation:
"or compile in parallel with all available cores/hyperthreads with:
./Allwmake -j
Serial compilation takes several hours, whereas compilation on 8 cores/threads should take approximately one hour, possibly less, depending on the processor."
That would save much time on builds.
threeofsix commented on 2016-06-24 17:33 (UTC)
Xwang,
Yes, I modified the PKGBUILD that way and it installed fine, but I haven't gotten to any testing yet. My PKGBUILD ended up looking just like the current one, but with line 26 modified as I described. Here is a copy of it if you like:
https://gist.github.com/zjibben/903343ac675b442de58bdac02bff6890
I did not update the pkgrel line.
Thanks!
Xwang commented on 2016-06-22 21:59 (UTC)
Have you already tried to modify the PKGBUILD in that way?
In case it works properly, can you copy it here as a comment so that I modify the PKGBUILD?
Thank you,
Xwang
threeofsix commented on 2016-06-22 19:37 (UTC)
I am getting the error:
error: package 'paraview' was not found
This occurs after starting prepare(), and appears to be due to the line
_pversion=`pacman -Q paraview | sed -e 's/.* //; s/-.*//g'`
I have paraview-bin installed, which provides paraview, so the hardcoded search for paraview fails. Something like the following, which searches for the package that provides the paraview command, may be a better alternative:
_pversion=$(pacman -Q $(pacman -Qqo $(which paraview)) | sed -e 's/.* //; s/-.*//g')
Pinned Comments
petronny commented on 2020-08-04 08:36 (UTC) (edited on 2023-04-14 08:48 (UTC) by petronny)
Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.