View Issue Details

IDProjectCategoryView StatusLast Update
0000723ThirdPartyBugpublic2013-02-25 13:55
Reporteruser562Assigned Touser2 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
PlatformSGI Altix ICE 8200EXOSLinuxOS VersionSUSE Entreprise
Summary0000723: ParaFoam module libraries build errors.
DescriptionThe Paraview reader module libraries are not built during the main Allwmake compilation process. When testing the ParaFoam binary I receive the following error:

FATAL ERROR: ParaView reader module libraries do not exist

Please build the reader module before continuing:
cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers
./Allwclean
./Allwmake

Following these steps does not build the libraries, the Allwmake step produces this output and then exits:

+ '[' -d /<mypath>/OpenFOAM/ThirdParty-2.1.1/platforms/linux64Icc/paraview-3.12.0 -a -r /<mypath>/OpenFOAM/ThirdParty-2.1.1/platforms/linux64Icc/paraview-3.12.0 ']'


When I try to build the libraries manually, the error I receive is that it cannot find the appropriate headers - vtkDataArraySelection.h etc. I have located them (in /OpenFOAM/ThirdParty-2.1.1/ParaView-3.12.0/VTK/Common/) and listed them correctly but they still cannot be located when compiling the libraries and therefore the build fails.

I'm sure there will be a fairly simple fix for this but thought I would bring it up in case it has happened to other users.

Michael
TagsNo tags attached.

Activities

user19

2013-01-22 20:04

  ~0001861

You need to compile ParaView first. see http://www.openfoam.org/download/source.php#x6-36000.

user562

2013-01-23 14:28

  ~0001863

Thanks for the pointer. My build is using intel compilers and it seems the makeParaview script reverts to the default $WM_CC/CXX=gcc/g++. Swapping them to icc & icpc did the job.

All the best,
Michael

Issue History

Date Modified Username Field Change
2013-01-21 14:56 user562 New Issue
2013-01-22 20:04 user19 Note Added: 0001861
2013-01-23 14:28 user562 Note Added: 0001863
2013-02-25 13:55 user2 Status new => resolved
2013-02-25 13:55 user2 Resolution open => no change required
2013-02-25 13:55 user2 Assigned To => user2