|
[Sponsors] |
August 16, 2005, 17:40 |
Has anyone installed OpenFOAM
|
#1 |
Member
Ali Heidari
Join Date: Mar 2009
Location: Surrey, London, United Kingdom
Posts: 39
Rep Power: 17 |
Has anyone installed OpenFOAM on HP machines yet?
Is it difficult to port the code to an HP machine like HP ES45? http://h18002.www1.hp.com/alphaserver/es45/ |
|
August 16, 2005, 17:43 |
What OS?
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
What OS?
|
|
August 16, 2005, 18:01 |
> uname -sr
OSF1 V5.1
|
#3 |
Member
Ali Heidari
Join Date: Mar 2009
Location: Surrey, London, United Kingdom
Posts: 39
Rep Power: 17 |
> uname -sr
OSF1 V5.1 |
|
August 16, 2005, 18:59 |
Try installing Linux on the ma
|
#4 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Try installing Linux on the machine, you will find porting OpenFOAM to it much easier if you do.
|
|
August 17, 2005, 21:39 |
I know porting to linux would
|
#5 |
Member
Ali Heidari
Join Date: Mar 2009
Location: Surrey, London, United Kingdom
Posts: 39
Rep Power: 17 |
I know porting to linux would be easier, but the thing is I cannot change the OS (I'm not admin). So, I better start with getting gcc running on the machine and then try to compile all the code . Any special hint on this?
|
|
August 18, 2005, 05:21 |
I have ported FOAM to OSF1 for
|
#6 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
I have ported FOAM to OSF1 for customers in the past and it was a very disagreeable experience, not quite a bad as the awful HPUX but not nice. Basically there are lots of problems with the OS, not just the C++ compiler which sucks but also make, as, ld etc. and you would have to compile all those first. Expect many problems and to waste a lot of time as I did and even then you may not succeed.
When releasing OpenFOAM I decided not to support OSF1 anymore because it's a dead OS and Linux is available for those machines now and so you should upgrade (or get your admin people to upgrade) to that. |
|
August 18, 2005, 07:18 |
Compaq must have a site/disk s
|
#7 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Compaq must have a site/disk somewhere with lots of precompiled gnu utilities (for hpux I know the HP porting centre). So tar,ld,as,gcc,awk etc. Install all of these and make sure you have them first in your path and LD_LIBRARY_PATH.
All this even before you unpack OpenFOAM. |
|
August 18, 2005, 17:28 |
I guess other than gcc (which
|
#8 |
Member
Ali Heidari
Join Date: Mar 2009
Location: Surrey, London, United Kingdom
Posts: 39
Rep Power: 17 |
I guess other than gcc (which I should install gcc3.4.3 on it at least), all other commands are there, right? or ...?
% which make /usr/bin/make % which gmake /usr/local/bin/gmake % which gcc /usr/local/bin/gcc % which tar /usr/bin/tar % which as /usr/bin/as % which awk /usr/bin/awk % gcc -v Reading specs from /usr/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.3/specs Configured with: ../gcc-3.3/configure Thread model: single gcc version 3.3 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AMD 64 bit installation | maka | OpenFOAM Installation | 7 | January 11, 2009 11:42 |
Regarding installation | vidyaprakash | Siemens | 0 | December 22, 2006 00:03 |
installation | mohammad | FLUENT | 0 | May 4, 2003 11:15 |
NT 4.0 installation | peter.liang | Siemens | 2 | July 4, 2001 13:52 |
HP-UX installation | new here | FLUENT | 1 | October 26, 2000 22:54 |