|
[Sponsors] |
December 15, 2008, 09:10 |
Hi ,
i got a little trubbel
|
#1 |
Member
Sven Degner
Join Date: Mar 2009
Location: Zürich
Posts: 55
Rep Power: 17 |
Hi ,
i got a little trubbel to run my own solver on a local installtion? OPenFoam is install on a server, i got a copy of this installation on my local acount. all works fine lokal and on server to start OpenFOAM for example with the solver simpleFoam: (server) simpleFoam (local) (path local maschine)/ OpenFOAM/OpenFOAM-1.5/applications/bin/linuxGccDPOpt/simpleFoam but, how can I compile a new solver, of my local system? I try this commands wmake, wmake libso , ./(path local maschine)/OpenFOAM/OpenFOAM-1.5/wmake/wmake error message: make: Warning: File `linuxGccDPOpt/options' has modification time 2.9e+02 s in the future make: warning: Clock skew detected. Your build may be incomplete. make: Warning: File `Make/linuxGccDPOpt/dontIncludeDeps' has modification time 2.9e+02 s in the future make: warning: Clock skew detected. Your build may be incomplete. make: Warning: File `Make/linuxGccDPOpt/dontIncludeDeps' has modification time 2.9e+02 s in the future make: warning: Clock skew detected. Your build may be incomplete. make: Warning: File `Make/linuxGccDPOpt/includeDeps' has modification time 2.9e+02 s in the future SOURCE=my_icoFoam.C ; g++ -m32 -Dlinux -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -O3 -DNoRepository -ftemplate-depth-40 -I/usrfem/femsys/OpenFOAM/OpenFOAM-1.5/src/finiteVolume/lnInclude -IlnInclude -I. -I/usrfem/femsys/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude -I/usrfem/femsys/OpenFOAM/OpenFOAM-1.5/src/OSspecific/Unix/lnInclude -fPIC -pthread -c $SOURCE -o Make/linuxGccDPOpt/my_icoFoam.o /usrfem/femsys/OpenFOAM/ThirdParty/gcc-4.3.1/platforms/linux/bin/../libexec/gcc/ i686-pc-linux-gnu/4.3.1/cc1plus: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory make: *** [Make/linuxGccDPOpt/my_icoFoam.o] Error hope anybody can help me, thanks a lot |
|
December 15, 2008, 09:18 |
Hi,
i think you should spec
|
#2 |
Member
Pattyn Eric
Join Date: Mar 2009
Posts: 61
Rep Power: 17 |
Hi,
i think you should specify the path to your mpfr library. For me, the following command resolves the problem: LD_LIBRARY_PATH=/usr/local/lib:/x/mpfr-2.3.2/lib:$LD_LIBRARY_PATH |
|
December 15, 2008, 09:19 |
and then running wmake in the
|
#3 |
Member
Pattyn Eric
Join Date: Mar 2009
Posts: 61
Rep Power: 17 |
and then running wmake in the directory of the application
|
|
August 14, 2013, 04:23 |
|
#4 |
Senior Member
Eelco van Vliet
Join Date: Mar 2009
Location: The Netherlands
Posts: 124
Rep Power: 19 |
In debian linux just installing the libmpfr-dev package resolved the problem for me
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with wmake | ivan_cozza | OpenFOAM Programming & Development | 14 | June 30, 2013 08:34 |
Openwatcom wmake | felix | OpenFOAM | 0 | February 26, 2009 12:05 |
Anyone using distcc with wmake | kar | OpenFOAM | 2 | March 14, 2008 06:13 |
Wmake libso | roberthino | OpenFOAM Installation | 1 | October 1, 2007 13:00 |
Problems while wmake | evgenii | OpenFOAM Pre-Processing | 3 | November 24, 2005 10:24 |