|
[Sponsors] |
August 23, 2012, 12:58 |
|
#101 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
||
August 24, 2012, 10:23 |
Mountain Lion 10.8
|
#102 |
Member
Join Date: Mar 2009
Location: Switzerland
Posts: 40
Rep Power: 17 |
Thanks once again Bernhard for the patches. (Almost) everything works like a charm on Mountain Lion 10.8.
For some reason however, I don't see Gcc46 being used while compiling openmpi-1.5.3 (and later on, ptscotch and the gang, and ultimately Pstream). Maybe it was something I did (applied both gcc42/46 patches), but I kept getting this a lot: Code:
+ Pstream/Allwmake + wmake libso dummy + case "$WM_MPLIB" in + set +x make[2]: mpicc: No such file or directory In file included from PstreamGlobals.C:26:0: PstreamGlobals.H:39:17: fatal error: mpi.h: No such file or directoryUOPwrite.C:29:17: fatal error: mpi.h: No such file or directory compilation terminated. compilation terminated. UIPread.C:29:17: fatal error: mpi.h: No such file or directory compilation terminated. UPstream.C:26:17: fatal error: mpi.h: No such file or directory compilation terminated. make: *** [Make/darwinIntel64GccDPOptOPENMPI/UPstream.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Make/darwinIntel64GccDPOptOPENMPI/PstreamGlobals.o] Error 1 make: *** [Make/darwinIntel64GccDPOptOPENMPI/UIPread.o] Error 1 make: *** [Make/darwinIntel64GccDPOptOPENMPI/UOPwrite.o] Error 1 For reference, I did not do anything with gcc_select or port select gcc or the like. Clean slate. Anyway, the only things that fail to build are multiphaseEulerFoam and R (utilities/postProcessing/turbulence), guessing due to a change in the sourcecode after the patches were released.
__________________
If you only have a hammer, you tend to see every problem as a nail. |
|
August 25, 2012, 06:46 |
|
#103 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
Quote:
Code:
export WM_CC='gcc-mp-4.6' export WM_CXX='g++-mp-4.6' And mpicc is missing apparently because Open-MPI wasn't built properly You can confirm by running these commands:
Best regards, Bruno
__________________
|
||
August 25, 2012, 09:54 |
|
#104 | |
New Member
Max
Join Date: Aug 2012
Posts: 6
Rep Power: 14 |
Quote:
Is it just typing ~/.alias in the terminal? I tried but nothing happened.. Thanks again for helping. |
||
August 25, 2012, 17:08 |
Help
|
#105 |
New Member
David Young
Join Date: Aug 2012
Posts: 3
Rep Power: 14 |
Hi and greetings to all
This thread has been great and helped with a lot of the errors I have faced but I have now been going round in circles for over a week. I am pretty new to Unix and could do with some pointers in the right direction. The errors I am seeing are like the following gcc=mp-4.6 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DSCOTCH_VERSION=5 -DSCOTCH_RELEASE=1 -DSCOTCH_PATCHLEVEL=10 dummysizes.c -o dummysizes -lz -lm -lrt mpicc -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -Drestrict=__restrict -DSCOTCH_PTSCOTCH -DSCOTCH_VERSION=5 -DSCOTCH_RELEASE=1 -DSCOTCH_PATCHLEVEL=10 dummysizes.c -o dummysizes -lz -lm -lrt Cannot open configuration file /Users/davidyoung/OpenFOAM/ThirdParty-2.1.0/platforms/darwinIntel64Gcc46/openmpi-1.5.3/share/openmpi/mpicc-wrapper-data.txt Error parsing data file mpicc: Not found Log file attached. Any Any help would be appreciated |
|
August 26, 2012, 08:20 |
|
#106 | |||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
@gpeng:
Quote:
Quote:
__________________________________________________ ______ @discodave: Quote:
Code:
export WM_CC='gcc-mp-4.6' export WM_CXX='g++-mp-4.6' Code:
export WM_CC='mp-4.6' export WM_CXX='mp-4.6'
__________________
|
||||
August 26, 2012, 18:51 |
|
#107 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Can't reproduce the problem myself as I'm using the openmpi from MacPorts |
||
August 27, 2012, 12:17 |
|
#108 |
New Member
David Young
Join Date: Aug 2012
Posts: 3
Rep Power: 14 |
Thanks Bernard,
I had an error in the bashrc but I have corrected this and still see the same errors. I will try your suggestion and let you know how I get on. Thank you for your support David |
|
August 29, 2012, 18:05 |
|
#109 |
New Member
Join Date: Aug 2012
Posts: 10
Rep Power: 14 |
Hello,
I just uploaded the disk image (dmg file) of OpenFOAM-2.1.0 compiled on my macbookpro running lion (os 10.7). Maybe someone having difficulty to compile or want to save some time can just use it. http://bit.ly/QzxHFG I think after mounting the disk image, one can try to source the bashrc and run the foamInstallationTest to see if it works on your mac. |
|
September 9, 2012, 12:53 |
|
#110 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
For future reference and to complement qzt's post, I think the following instructions should help people use this image (personally I haven't tested them ):
__________________
|
|
September 19, 2012, 14:31 |
|
#111 |
New Member
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
Is it still necessary to install these patches when installing OF 2.1.1 on a Mac 10.6.8?
|
|
September 19, 2012, 17:26 |
|
#112 |
New Member
David Young
Join Date: Aug 2012
Posts: 3
Rep Power: 14 |
Bernhard / Bruno,
Sorry for the delay in getting back to you. After trying many things and still failing and getting errors I installed mountain lion, latest version of Xcode and started again. I am happy to say following all the instruction on this thread I now have a functional version of OpenFOAM. Thank you for your help. |
|
September 19, 2012, 17:30 |
|
#113 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
I'd think so. Yes (unless Mac support crept into the official release). They basically fix issues where headers are located differently on the Mac, the completely different dynamic linker and the completely different ABI (to allow tracebacks)
__________________
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 |
|
September 24, 2012, 03:19 |
blockMesh but no icoFOAM
|
#114 |
New Member
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
So, I've tried compiling a few times now with increasing success but something is still eluding me.
I can run blockMesh on a copy of a tutorial case but the icoFOAM command is not found. Does any of this make you laugh? Thanks. here's what I've done so far: Running Mac 10.6.8 OpenFOAM 2.1.1 ThirdParty 2.1.1 gcc4.2.1 Open MPI 1.5.3 I've edited the patch name to ThirdParty-2.1.1-Mac.patch and deleted the seven lines at the end preceding the \ No newline at end of file and applied it within the ThirdParty-2.1.1 directory And applied these within the OpenFOAM-2.1.1 directory OpenFOAM-2.1.x-Mac.patch OpenFOAM-2.1.x-Mac-gcc46.patch and finally I've edited the OpenFOAM-2.1.1>etc>bashrc file with: export WM_COMPILER=Gcc46 ulimit -n 1024 export WM_NCOMPPROCS=2 and just before the #-------- end of File added export WM_CC='gcc-mp-4.6' export WM_CXX='g++-mp-4.6' |
|
September 24, 2012, 11:13 |
|
#115 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Did you check if gcc 4.6 is visible?
Code:
which gcc-mp-4.6 which g++-mp-4.6
__________________
|
|
September 24, 2012, 11:23 |
|
#116 |
New Member
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
Thanks Bruno,
from the prompt I get: $ which gcc-mp-4.6 /opt/local/bin/gcc-mp-4.6 and $ which g++-mp-4.6 /opt/local/bin/g++-mp-4.6 does this help? |
|
September 24, 2012, 11:37 |
|
#117 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Mmm... OK, so my hunch wasn't correct
OK, then I suggest following the instructions from section "2.6.1 Diagnosing problems ": http://openfoamwiki.net/index.php/Ho...osing_problems
__________________
|
|
September 24, 2012, 12:42 |
|
#118 |
New Member
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
here are some of the first error messages, which I read often hold the clues we need:
mkdir /Users/User7/OpenFOAM/ThirdParty-2.1.1/platforms/darwinIntel64Gcc46/scotch_5.1.11/include/openmpi-1.5.3 cp -f ../bin/[agm]* /Users/User7/OpenFOAM/ThirdParty-2.1.1/platforms/darwinIntel64Gcc46/scotch_5.1.11/bin cp: ../bin/[agm]*: No such file or directory make: [install] Error 1 (ignored) Undefined symbols for architecture x86_64: "Foam::incompressible::turbulenceModel::typeNa me", referenced from: Foam::calc(Foam::argList const&, Foam::Time const&, Foam::fvMesh const&) in R.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[3]: *** [/Users/User7/OpenFOAM/OpenFOAM-2.1.1/platforms/darwinIntel64Gcc46DPOpt/bin/R] Error 1 make[2]: *** [R] Error 2 |
|
September 24, 2012, 12:47 |
|
#119 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
See post #87: http://www.cfd-online.com/Forums/ope...tml#post370219
__________________
|
|
September 24, 2012, 13:06 |
|
#120 |
New Member
Join Date: Sep 2012
Posts: 10
Rep Power: 14 |
Thanks Bruno,
I really appreciate your wisdom & tenacity here. wmake failed, here's the log, |
|
Tags |
compilation error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extend Project 1.6-ext Binary Release for Mac OS X | hjasak | OpenFOAM Announcements from Other Sources | 26 | November 5, 2013 17:50 |
Openfoam mac: Compiling custom libraries | atareen64 | OpenFOAM | 3 | April 14, 2011 12:01 |
OpenFOAM-1.6 on Mac OS X 10.6.1 | elvisjohndowson | OpenFOAM | 6 | October 21, 2009 16:45 |
Mac Simple Install Request or Processing Assistance Help | sjohnson | OpenFOAM Installation | 4 | December 12, 2008 08:46 |
MAC + SOLA for free surface | T | Main CFD Forum | 1 | April 11, 2001 14:43 |