|
[Sponsors] |
June 8, 2005, 05:39 |
I have compiled version 1.1 on
|
#1 |
Member
Marco Kupiainen
Join Date: Mar 2009
Posts: 31
Rep Power: 17 |
I have compiled version 1.1 on linuxAMD64. I want to run in parallell. But trying to do so I get the following error:
+ lamboot -prefix /afs/nada.kth.se/home/nada/marcok/OpenFOAM/OpenFOAM-1.1/src/lam-7.1.1/platforms/ linuxAMD64Opt -v /var/easy/f-pop/user/hostlist/marcok/SPnodes.060713442336 n-1<19866> ssi:boot:base:linear: booting n0 (d14n05.pdc.kth.se) base: cannot open /afs/nada.kth.se/home/nada/marcok/OpenFOAM/OpenFOAM-1.1/src/lam-7.1.1/platforms/ linuxAMD64Opt/etc/lam-conf.lamd: No such file or directory ----------------------------------------------------------------------------- hboot could not parse the boot configuration file. A number of problems can result in this error messages: - Is the configuration file installed properly? - Did you specify a file name that does not exit when using the -c option to lamboot? ----------------------------------------------------------------------------- n-1<19866> ssi:boot:base:linear: Failed to boot n0 (d14n05.pdc.kth.se) n-1<19866> ssi:boot:base:linear: aborted! lamboot did NOT complete successfully It seems that the Allwmake script missed to do something vital with the lam-library. My question is what flags should I set in order to solve the above problem. best regards Marco |
|
June 8, 2005, 05:49 |
wmake is not used to build lam
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
wmake is not used to build lam the Allwmake script in OpenFOAM-1.1/src simply calls the configure make scripts supplied with lam. You will have to check the build of lam yourself. Does the file
/afs/nada.kth.se/home/nada/marcok/OpenFOAM/OpenFOAM-1.1/src/lam-7.1.1/platforms/ linuxAMD64Opt/etc/lam-conf.lamd exist? If so what is in it? What are the permissions on it? If it does not exist try building lam yourself using the configure options from the Allwmake script and see if this missing file is created. |
|
June 8, 2005, 08:56 |
I built lam myself manually an
|
#3 |
Member
Marco Kupiainen
Join Date: Mar 2009
Posts: 31
Rep Power: 17 |
I built lam myself manually and now it works.
Thank you for taking your time. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compilation of decompositionMethods with debug flags | fabianpk | OpenFOAM Bugs | 0 | July 4, 2007 08:35 |
How to compile OpenFOAM from scratch bashrc and cshrc | danieltourde | OpenFOAM Installation | 2 | December 15, 2006 10:30 |
Compilation flags for SGI | Goldman | Main CFD Forum | 1 | September 15, 2003 10:56 |