|
[Sponsors] |
[OpenFOAM.org] Ubuntu 16.04: Orted symbolic link |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 30, 2016, 05:27 |
Ubuntu 16.04: Orted symbolic link
|
#1 |
New Member
University of Rome Tor Vergata
Join Date: Apr 2016
Posts: 2
Rep Power: 0 |
Hi, I've recently installed OpenFOAM 3.0.x and dev on a small cluster (two nodes, each with 2x Xeon 2630 v3 for a total of 32 cores, in a folder shared over NFS) carefully following OpenFOAM Wiki guide and while trying a parallel run with foamJob I've got, with both versions, the same error described in many threads:
orted: Command not found. -------------------------------------------------------------------------- A daemon (pid ***) died unexpectedly with status 1 while attempting to launch so we are aborting. There may be more information reported by the environment (see above). This may be because the daemon was unable to find all the needed shared libraries on the remote node. You may set your LD_LIBRARY_PATH to have the location of the shared libraries on the remote nodes and this will automatically be forwarded to the remote nodes. -------------------------------------------------------------------------- -------------------------------------------------------------------------- mpirun noticed that the job aborted, but has no info as to the process that caused that situation. -------------------------------------------------------------------------- The most meaningful thread is this one. Following the instructions by wyldckat in this post everything worked out well. On the other hand, while struggling to make it work using just foamJob, I found that simply adding (in a clean installation) the symbolic link: ln -s /usr/bin/orted $HOME/OpenFOAM/OpenFOAM-dev/bin/orted makes everything work correctly without problems. Is this link able to cause problems in some situations? If not, why it's not present in the OpenFOAM installation wiki? Maybe there is something I don't get, sorry for any stupid question present in this post. I'm writing just to understand better this issue on which I've spent two weeks. W. |
|
May 1, 2016, 19:27 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quote:
Quick question: Did you do step #5 that is on the wiki page: http://openfoamwiki.net/index.php/In...u#Ubuntu_16.04 ? Because that step should have solved the issue with orted... although the problem is that the instructions that are on the wiki are usually only tested with builds done on a single virtual machine and subsequent tests are not performed with running in parallel with multiple machines. This is because preparing installations for running in parallel with multiple machines enters into a multi-branching installation instruction system, which depends on the parallellization infrastructure that is being used . And on the global topic of running OpenFOAM in parallel, the information is still in a planning stage: Notes about running OpenFOAM in parallel
__________________
|
||
May 2, 2016, 04:06 |
|
#3 |
New Member
University of Rome Tor Vergata
Join Date: Apr 2016
Posts: 2
Rep Power: 0 |
Yes, I did step #5 of the guide, but without adding a symbolic link also for orted costantly produced the same error when running in parallel through Infiniband or Ethernet .
I understand my problem can't be handled by OpenFOAM Wiki Installation Guide which is mainly oriented towards installation on a single machine. On the other hand after some more testing, I confirm that the same symbolic link (as expected) resolves the problem also on Ubuntu 15.10 and Ubuntu 14.04 LTS. Thanks Wolf |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] foam-extend 1.6: ScotchDecomp error while compiling on Ubuntu 16.04 | Katt | OpenFOAM Installation | 9 | September 29, 2023 04:42 |
[OpenFOAM.org] Can't find installation instruction for Openfoam 2.4.x , on Ubuntu 16.04 | titanium | OpenFOAM Installation | 14 | February 20, 2020 12:46 |
[OpenFOAM.com] Installation of OpenFOAM 1.7.1 on Ubuntu 16.04 | MM_Khan | OpenFOAM Installation | 11 | September 3, 2017 10:22 |
[foam-extend.org] foam-extend-3.2 on ubuntu 16.04 lts | FlyBob91 | OpenFOAM Installation | 1 | May 27, 2017 08:26 |
[OpenFOAM.org] Building problem with Paraview 4.1.0 on Ubuntu 16.04 | nigala | OpenFOAM Installation | 2 | June 20, 2016 11:18 |