|
[Sponsors] |
November 2, 2007, 14:24 |
Hi.
To compile OpenFOAM i
|
#1 |
New Member
Marcelo M. Garcia
Join Date: Mar 2009
Location: London, UK
Posts: 10
Rep Power: 17 |
Hi.
To compile OpenFOAM in the PS3, one should add a "ppc64" (uname -m) in the Linux entry[1]? I'm getting an error to create the directory "ppc64Gcc": ===================== make[1]: Entering directory `/home/ocf/OpenFOAM/OpenFOAM-1.4.1/applications/solvers/compressible' /home/ocf/OpenFOAM/OpenFOAM-1.4.1/wmake/MakefileOptions:37: /home/ocf/OpenFOAM/OpenFOAM-1.4.1/wmake/rules/ppc64Gcc/general: No such file or directory ===================== In fact, the very first line of my buid is: ===================== /home/ocf/OpenFOAM/OpenFOAM-1.4.1/wmake/wmake: cannot make, file Make/ppc64GccDPOpt/objectFiles was not created successfully ===================== Does anyone had the same problem? Regards Marcelo [1] In the .OpenFOAM/bashrc (...) export WM_COMPILER=I64 elif [ "$processor" = "ppc64" ]; then export WM_ARCH=ppc64 export WM_COMPILER_LIB_ARCH=64 export CC='ppu-gcc' export CXX='ppu-g++' export CFLAGS='-m64 -fPIC' export CXXFLAGS='-m64 -fPIC' export LDFLAGS='-m64' else echo Unknown processor type $processor for Linux (...) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trouble sourcing the bashrc for 15x | sripplinger | OpenFOAM Installation | 5 | April 7, 2009 15:06 |
Ubuntu Vs Fedora | Vinayender | Main CFD Forum | 1 | August 11, 2008 13:55 |
Gambit in Fedora 8 | fedora 8 | FLUENT | 4 | November 23, 2007 14:59 |
fedora 7 | murash-v | Siemens | 0 | November 8, 2007 11:21 |
How to compile OpenFOAM from scratch bashrc and cshrc | danieltourde | OpenFOAM Installation | 2 | December 15, 2006 10:30 |