|
[Sponsors] |
[OpenFOAM.org] Patches to compile OpenFOAM 2.2 on Mac OS X |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 19, 2013, 18:04 |
|
#41 | |
New Member
Simone Martini
Join Date: Apr 2013
Posts: 11
Rep Power: 13 |
Quote:
|
||
May 19, 2013, 21:24 |
|
#42 | |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 |
Quote:
Code:
cd wmake/rules ln -s darwinIntel64Gcc/ darwinIntel64Gcc46 Another question: Do i have to set Code:
export WM_MPLIB=SYSTEMOPENMPI |
||
May 20, 2013, 04:17 |
|
#43 |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 |
Done compiling, in the log i still have some errors:
Code:
gccmp-4.6 -m64 -fsignaling-nans -ftrapping-math -Wall -O2 -fPIC -Ddarwin dirToString.c -o /Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/wmake/platforms/darwinIntel64Gcc46/dirToString make: gccmp-4.6: No such file or directory make: *** [/Users/#########/OpenFOAM/OpenFOAM-2.2.x/wmake/platforms/darwinIntel64Gcc46/dirToString] Error 1 Code:
gccmp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DCOMMON_TIMING_OLD -DSCOTCH_VERSION=6 -DSCOTCH_RELEASE=0 -DSCOTCH_PATCHLEVEL=0 dummysizes.c -o dummysizes -lz -lm make[2]: gccmp-4.6: No such file or directory make[2]: *** [dummysizes] Error 1 make[1]: *** [scotch] Error 2 make: *** [scotch] Error 2 Code:
gccmp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DCOMMON_TIMING_OLD -DSCOTCH_VERSION=6 -DSCOTCH_RELEASE=0 -DSCOTCH_PATCHLEVEL=0 ddummysizes.c -o dummysizes -lz -lm make[2]: gccmp-4.6: No such file or directory make[2]: *** [dummysizes] Error 1 make[1]: *** [scotch] Error 2 make: *** [ptscotch] Error 2 Code:
scotchDecomp.C:132:20: fatal error: scotch.h: No such file or directory compilation terminated. make: *** [Make/darwinIntel64Gcc46DPOpt/scotchDecomp.o] Error 1 Code:
ptscotchDecomp.C:126:22: fatal error: ptscotch.h: No such file or directory compilation terminated. make: *** [Make/darwinIntel64Gcc46DPOptMACPORTOPENMPI/ptscotchDecomp.o] Error 1 Code:
$SOURCE -o Make/darwinIntel64Gcc46DPOpt/SloanRenumber.o ld: library not found for -lboost_thread Code:
SurfaceFeatureExtract.C:85:47: error: wrong number of template arguments (1, should be 3) /opt/local/include/CGAL/Monge_via_jet_fitting.h:57:9: error: provided for 'template<class DataKernel, class LocalKernel, class SvdTraits> class CGAL::Monge_via_jet_fitting' surfaceFeatureExtract.C:85:70: error: invalid type in declaration before ';' token surfaceFeatureExtract.C:86:47: error: expected initializer before 'Monge_form' surfaceFeatureExtract.C:148:9: error: 'Monge_form' was not declared in this scope surfaceFeatureExtract.C:148:20: error: expected ';' before 'monge_form' surfaceFeatureExtract.C:164:21: error: 'monge_form' was not declared in this scope surfaceFeatureExtract.C:146:31: warning: unused variable 'monge_fit' [-Wunused-variable] surfaceFeatureExtract.C:92:18: warning: unused variable 'd_monge' [-Wunused-variable] It seems to have problem with scotch/ptscotch compiling. Someone can give me some directions to solve this? |
|
May 20, 2013, 11:25 |
|
#44 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
May 21, 2013, 09:29 |
|
#45 | |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 |
Quote:
Code:
cp: ../bin/d[agm]*: No such file or directory make: [install] Error 1 (ignored) Code:
ld: library not found for -lboost_thread collect2: ld returned 1 exit status make: *** [/Users/#####/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/lib/libSloanRenumber.dylib] Error 1 Code:
surfaceFeatureExtract.C:85:47: error: wrong number of template arguments (1, should be 3) /opt/local/include/CGAL/Monge_via_jet_fitting.h:57:9: error: provided for 'template<class DataKernel, class LocalKernel, class SvdTraits> class CGAL::Monge_via_jet_fitting' surfaceFeatureExtract.C:85:78: error: invalid type in declaration before ';' token surfaceFeatureExtract.C:86:57: error: expected initializer before 'Monge_form' surfaceFeatureExtract.C:148:9: error: 'Monge_form' was not declared in this scope surfaceFeatureExtract.C:148:20: error: expected ';' before 'monge_form' surfaceFeatureExtract.C:164:21: error: 'monge_form' was not declared in this scope surfaceFeatureExtract.C:146:31: warning: unused variable 'monge_fit' [-Wunused-variable] surfaceFeatureExtract.C:92:18: warning: unused variable 'd_monge' [-Wunused-variable] make[2]: *** [Make/darwinIntel64Gcc46DPOpt/surfaceFeatureExtract.o] Error 1 make[2]: Target `/Users/######/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/bin/surfaceFeatureExtract' not remade because of errors. make[1]: *** [surfaceFeatureExtract] Error 2 Code:
OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/bin/surfaceTransformPoints make[1]: Target `application' not remade because of errors. make: *** [surface] Error 2 |
||
May 21, 2013, 16:47 |
|
#46 | ||||
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Quote:
Anyway: this library is not essential (99% of OF will work without it) Quote:
Quote:
Anyway: you tried to run a basic tutorial (blockMesh, setFields, interFoam) and does that work?
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|||||
May 21, 2013, 18:42 |
|
#47 |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 |
Thanks for your very precious help. Anyway,
i run an incompressible tutorial and it seems to work. This is for the not found directory. It seems to happen in the scotch directory in Thirdparty folder Code:
cd libscotchmetis ; make scotch && make install) make CC="gcc-mp-4.6" SCOTCHLIB=ptscotch \ libscotchmetis.dylib gcc-mp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DCOMMON_TIMING_OLD -fPIC -I../../include -I../libscotch -c metis_graph_order.c -o metis_graph_order.o gcc-mp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DCOMMON_TIMING_OLD -fPIC -I../../include -I../libscotch -c metis_graph_order_f.c -o metis_graph_order_f.o gcc-mp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DCOMMON_TIMING_OLD -fPIC -I../../include -I../libscotch -c metis_graph_part.c -o metis_graph_part.o gcc-mp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DCOMMON_TIMING_OLD -fPIC -I../../include -I../libscotch -c metis_graph_part_f.c -o metis_graph_part_f.o gcc-mp-4.6 -dynamiclib -undefined dynamic_lookup -o libscotchmetis.dylib metis_graph_order.o metis_graph_order_f.o metis_graph_part.o metis_graph_part_f.o echo libscotchmetis.dylib libscotchmetis.dylib make CC="gcc-mp-4.6" SCOTCHLIB=ptscotch \ libscotchmetis.dylib make[2]: `libscotchmetis.dylib' is up to date. cp metis.h ../../include cp libscotchmetis.dylib ../../lib + make prefix=/Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0 libdir=/Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46DPOpt/lib install mkdir /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/bin mkdir /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/include mkdir /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/share mkdir /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/share/man mkdir /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/share/man/man1 cp -f ../bin/[agm]* /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/bin cp -f ../bin/d[agm]* /Users/rubendibattista/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/bin cp: ../bin/d[agm]*: No such file or directory Code:
Making dependency list for source file surfaceFeatureConvert.C SOURCE=surfaceFeatureConvert.C ; g++-mp-4.6 -m64 -fsignaling-nans -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2 -DNoRepository -ftemplate-depth-100 -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/meshTools/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/edgeMesh/lnInclude -IlnInclude -I. -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/OpenFOAM/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/OSspecific/POSIX/lnInclude -fPIC -Ddarwin -c $SOURCE -o Make/darwinIntel64Gcc46DPOpt/surfaceFeatureConvert.o g++-mp-4.6 -m64 -fsignaling-nans -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2 -DNoRepository -ftemplate-depth-100 -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/meshTools/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/edgeMesh/lnInclude -IlnInclude -I. -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/OpenFOAM/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/OSspecific/POSIX/lnInclude -fPIC -Ddarwin -lpthread -L/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/lib/openmpi-macport -lPstream Make/darwinIntel64Gcc46DPOpt/surfaceFeatureConvert.o -L/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/lib \ -lmeshTools -ledgeMesh -lOpenFOAM -ldl -lpthread -lm -o /Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/bin/surfaceFeatureConvert + '[' -n /opt/local ']' + echo + echo 'Compiling surfaceFeatureExtract with CGAL curvature support' Compiling surfaceFeatureExtract with CGAL curvature support + echo + '[' -n 1 ']' + THREAD_EXTENSION=-mt + wmake 'ENABLE_CURVATURE=-DENABLE_CURVATURE EXE_FROUNDING_MATH=-frounding-math USE_F2C=-DCGAL_USE_F2C CGAL_LIBDIR=-L/opt/local/lib LAPACK_LIB=-llapack BLAS_LIB=-lblas CGAL_LIB=-lCGAL CGAL_BOOST_LIB=-lboost_thread-mt CGAL_MPFR_LIB=-lmpfr' Making dependency list for source file surfaceFeatureExtract.C SOURCE=surfaceFeatureExtract.C ; g++-mp-4.6 -m64 -fsignaling-nans -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2 -DNoRepository -ftemplate-depth-100 -DENABLE_CURVATURE -frounding-math -DCGAL_USE_F2C -Wno-old-style-cast -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -ICGALPolyhedron -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/finiteVolume/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/meshTools/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/edgeMesh/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/triSurface/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/surfMesh/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/sampling/lnInclude -IlnInclude -I. -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/OpenFOAM/lnInclude -I/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/src/OSspecific/POSIX/lnInclude -fPIC -Ddarwin -c $SOURCE -o Make/darwinIntel64Gcc46DPOpt/surfaceFeatureExtract.o surfaceFeatureExtract.C: In function 'Foam::scalarField calcCurvature(const Foam::triSurface&)': surfaceFeatureExtract.C:85:47: error: wrong number of template arguments (1, should be 3) /opt/local/include/CGAL/Monge_via_jet_fitting.h:57:9: error: provided for 'template<class DataKernel, class LocalKernel, class SvdTraits> class CGAL::Monge_via_jet_fitting' surfaceFeatureExtract.C:85:78: error: invalid type in declaration before ';' token surfaceFeatureExtract.C:86:57: error: expected initializer before 'Monge_form' surfaceFeatureExtract.C:148:9: error: 'Monge_form' was not declared in this scope surfaceFeatureExtract.C:148:20: error: expected ';' before 'monge_form' surfaceFeatureExtract.C:164:21: error: 'monge_form' was not declared in this scope surfaceFeatureExtract.C:146:31: warning: unused variable 'monge_fit' [-Wunused-variable] surfaceFeatureExtract.C:92:18: warning: unused variable 'd_monge' [-Wunused-variable] make[2]: *** [Make/darwinIntel64Gcc46DPOpt/surfaceFeatureExtract.o] Error 1 make[2]: Target `/Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/bin/surfaceFeatureExtract' not remade because of errors. make[1]: *** [surfaceFeatureExtract] Error 2 PS: In the previus post you would be able to download my log file, if you needed it. |
|
May 22, 2013, 07:34 |
|
#48 | ||
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|||
May 29, 2013, 08:43 |
|
#49 |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 |
Sorry for my late response but i was busy with an exam
Anyway, i downgraded cgal and used openmpi from system and i have just two errors: Code:
cp -f ../bin/[agm]* /Users/######/OpenFOAM/ThirdParty-2.2.x/platforms/darwinIntel64Gcc46/scotch_6.0.0/bin cp: ../bin/[agm]*: No such file or directory Code:
darwinIntel64Gcc46DPOpt/SloanRenumber.o ld: library not found for -lboost_thread collect2: ld returned 1 exit status make: *** [/Users/######/OpenFOAM/OpenFOAM-2.2.x/platforms/darwinIntel64Gcc46DPOpt/lib/libSloanRenumber.dylib] Error 1 Code:
The following ports are currently installed: boost @1.53.0_1+no_single+no_static+python27 (active) Last edited by rdbisme; May 29, 2013 at 14:35. |
|
May 29, 2013, 14:40 |
|
#50 |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 |
EDIT (19:32 29/05/13):
I tried to run the motorbike tutorial Code:
./Allrun Running surfaceFeatureExtract on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike Running blockMesh on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike Running decomposePar on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike Running snappyHexMesh in parallel on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike using 6 processes Running patchSummary in parallel on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike using 6 processes Running potentialFoam in parallel on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike using 6 processes Running simpleFoam in parallel on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike using 6 processes Running reconstructParMesh on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike Running reconstructPar on /Users/rubendibattista/OpenFOAM/rubendibattista-2.2.x/run/motorbike Code:
sudo nano log.snappyHexMesh Code:
Users/rubendibattista/OpenFOAM/OpenFOAM-2.2.x/bin/tools/RunFunctions: line 75: mpirun: command not found Code:
mpirun -V If I, differently, do: Code:
openmpirun -V Code:
openmpirun (OpenRTE) 1.7.1 Report bugs to http://www.open-mpi.org/community/help/ Code:
alias mpirun='openmpirun' (Same things appear to happen with paraview. I created an alias in ~/.alias file. It works from outside the OpenFoam image but if i do Code:
paraFoam /Users/#####/OpenFOAM/OpenFOAM-2.2.x/bin/paraFoam: line 267: paraview: command not found |
|
May 29, 2013, 21:14 |
|
#51 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
mpirun vs openmpirun: I wouldn't consider that a bug of the Mac-patch but an inflexibility of the RunFunctions. If you really have to run those scripts create a symbolic link somewhere in the PATH named mpirun pointing to openmpirun paraFoam: I don't know which paraview you're using. I use the Kitware binaries. If my patches find that at /Applications/paraview.app they modify the path correctly. If not you're on your own. Also do I not support the paraFoam reader but I use the reader built into paraview. Not because the paraFoam reader is bad but because I don't want to spend my time compiling paraview
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
May 29, 2013, 21:21 |
|
#52 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Code:
if [ -n "$BOOST_ARCH_PATH" ] then if [ -n "$WM_USE_MACPORT" ] then export BOOST_THREAD_EXTENSION=-mt fi wmake $makeType SloanRenumber else echo echo "Skipping SloanRenumber" echo fi
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
July 4, 2013, 08:44 |
|
#53 |
New Member
Michael
Join Date: Dec 2011
Location: Geneva
Posts: 28
Rep Power: 14 |
Dear all,
thanks to Bernhard for the patches for the new recent version. In fact I spent the last half year with OpenFOAM-ext, so I did not need the other branch. However, today I tried to compile OpenFOAM 2.2.0 source on a MacBook Pro with OS X 10.8.4. I could confirm some traps I ran into as well: There is some sort of cp in Paraview.app, so I just deleted it, problem solved. If not this will prevent Scotch from compiling. Marked already here: http://www.cfd-online.com/Forums/ope...tml#post416872 Concerning surfaceFeatureExtract I would be glad if somebody could tell me where to find cgal 4.1. I tried with port to localise it, but it seems that only 4.2 is in the repository. Problem stated here: http://www.cfd-online.com/Forums/ope...tml#post429164 Then I also had to use an alias for mpirun as stated here: http://www.cfd-online.com/Forums/ope...tml#post430798 Last but not least I followed http://www.cfd-online.com/Forums/ope...tml#post430868 and exchanged line 21 to 28 in $FOAM_SRC/renumber/Allwmake Code:
if [ -n "$BOOST_ARCH_PATH" ] then wmake $makeType SloanRenumber else echo echo "Skipping SloanRenumber" echo fi Code:
if [ -n "$BOOST_ARCH_PATH" ] then if [ -n "$WM_USE_MACPORT" ] then export BOOST_THREAD_EXTENSION=-mt fi wmake $makeType SloanRenumber else echo echo "Skipping SloanRenumber" echo fi Code:
+ export BOOST_THREAD_EXTENSION=-mt + BOOST_THREAD_EXTENSION=-mt + wmake libso SloanRenumber ld: library not found for -lboost_thread collect2: ld returned 1 exit status make: *** [/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/platforms/darwinIntel64Gcc46DPOpt/lib/libSloanRenumber.dylib] Error 1 Code:
-L$(BOOST_ARCH_PATH)/lib -lboost_thread-mt \ Code:
+ export BOOST_THREAD_EXTENSION=-mt + BOOST_THREAD_EXTENSION=-mt + wmake libso SloanRenumber wmakeLnInclude: linking include files to ./lnInclude SOURCE=SloanRenumber.C ; ccache g++-mp-4.6 -m64 -fsignaling-nans -ftrapping-math -DdarwinIntel64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O2 -DNoRepository -ftemplate-depth-100 -I/opt/local/include -I/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/src/meshTools/lnInclude -I/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/src/parallel/decompose/decompositionMethods/lnInclude -I/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/src/renumber/renumberMethods/lnInclude -IlnInclude -I. -I/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/src/OpenFOAM/lnInclude -I/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/src/OSspecific/POSIX/lnInclude -fPIC -Ddarwin -c $SOURCE -o Make/darwinIntel64Gcc46DPOpt/SloanRenumber.o '/Users/mplagge/OpenFOAM/OpenFOAM-2.2.0/platforms/darwinIntel64Gcc46DPOpt/lib/libSloanRenumber.dylib' is up to date. Have a nice day. Cheers, Michael |
|
July 8, 2013, 15:55 |
|
#54 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Bernhard SurfaceCGALFix.patch
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
July 9, 2013, 08:22 |
|
#55 |
New Member
Michael
Join Date: Dec 2011
Location: Geneva
Posts: 28
Rep Power: 14 |
||
August 9, 2013, 03:24 |
|
#56 |
New Member
Join Date: Jul 2009
Location: Wrentham, MA
Posts: 9
Rep Power: 17 |
My OpenFOAM-2.2.x installation goes fine except for one item. The Allwmake script for third party complains about a missing ../../etc/wmakeFiles/scotch/Makefile.inc.i686_mac_darwin.shlib-OpenFOAM
file. This file doesn't exist. Any thoughts? |
|
August 11, 2013, 19:34 |
|
#57 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
It seems to be missing in the first version of the ThirdParty-patch I uploaded but is in the second one
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
August 16, 2013, 09:16 |
Compilation errors
|
#58 |
Member
Davide D.
Join Date: Oct 2012
Location: Birmingham (UK)
Posts: 44
Rep Power: 14 |
Hi,
I tried to compile the 2.2.1 version. I followed the instructions posted above, but it seems that the compiler does not find the source files: Code:
could not open file <path of every source file> Any ideas? Thank you |
|
August 18, 2013, 20:10 |
|
#59 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
August 19, 2013, 07:13 |
|
#60 |
Member
Davide D.
Join Date: Oct 2012
Location: Birmingham (UK)
Posts: 44
Rep Power: 14 |
Yes, I have.
Perhaps it may be more helpful to upload the log file. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting Started with OpenFOAM | wyldckat | OpenFOAM | 26 | June 21, 2024 07:54 |
OpenFOAM course for beginners | Jibran | OpenFOAM Announcements from Other Sources | 2 | November 4, 2019 09:51 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
[OpenFOAM.org] A Mac OS X of23x Development Environment Using Docker | rt08 | OpenFOAM Installation | 1 | February 28, 2016 20:00 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |