CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   OpenFOAM on a 32 bit machine (https://www.cfd-online.com/Forums/openfoam-installation/127128-openfoam-32-bit-machine.html)

samiam1000 December 4, 2013 03:48

OpenFOAM on a 32 bit machine
 
2 Attachment(s)
Dear All,

I am writing since I have a problem that - I think - is trivial. But I can't solve it.

I usually run OpenFOAM on 64bit machines and everything usually is fine.

A couple of days ago, I tried OpenFOAM on a 32bit machine, running Debian Wheezy. I can't install it, because of some errors.

I give the command
Code:

./Allwmake > log
and in the terminal I get the message in the AllwmakeTerminal.zip file.

Also, attached, the log file (Allwmake1.zip and Allwmake2.zip). Could you help in finding what's wrong?

Thanks a lot,
Samuele

Bernhard December 4, 2013 04:06

Your logfiles only contain an error for paraview, but this is only thirdparty as fas as I can see. I think one attachment is missing?

samiam1000 December 4, 2013 04:18

1 Attachment(s)
You're right.

I forgot a file. Probably the most important ;).

Thanks,
Samuele

samiam1000 December 6, 2013 09:57

Hi All,

has anyone have a look, by chance?

Thanks a lot,
Samuele

wyldckat December 8, 2013 13:30

Greetings to all!

@Samuele: Lets see... Debian Wheezy... http://openfoamwiki.net/index.php/In...#Debian_Wheezy points to here: http://openfoamwiki.net/index.php/In...u#Ubuntu_12.10 <- So I suggest that you try these instructions.

Or at the very least, run Allwmake like this:
Code:

./Allwmake > make.log 2>&1
This way the errors are recorded along with the output into the file "make.log".

Best regards,
Bruno

samiam1000 December 8, 2013 16:41

Forget about this: SOLVED!

Dear Bruno,

thanks for writing.

Actually, I get an error when I type
Code:

source $HOME/OpenFOAM/OpenFOAM-2.2.2/etc/bashrc WM_NCOMPPROCS=2 WM_MPLIB=SYSTEMOPENMPI WM_ARCH_OPTION=32
The error is:
Code:

lele@dirac:~/OpenFOAM$ source $HOME/OpenFOAM/OpenFOAM-2.2.2/etc/bashrc WM_NCOMPPROCS=2 WM_MPLIB=SYSTEMOPENMPI WM_ARCH_OPTION=32
Cannot open configuration file /home/lele/OpenFOAM/ThirdParty-2.2.2/platforms/linuxGcc/openmpi-1.6.3/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found

and that's because the
Code:

mpicc-wrapper-data.txt
is not where it is looking for, but it is here:
Code:

lele@dirac:~/OpenFOAM/ThirdParty-2.2.2$ locate mpicc-wrapper-data.txt
/home/lele/OpenFOAM/ThirdParty-2.2.2/openmpi-1.6.3/ompi/tools/wrappers/mpicc-wrapper-data.txt.in
/usr/share/openmpi/mpicc-wrapper-data.txt

How can I solve?


All times are GMT -4. The time now is 05:47.