|
[Sponsors] |
November 2, 2010, 10:15 |
Running in Parallel on cluster
|
#1 |
New Member
Join Date: Aug 2010
Posts: 14
Rep Power: 16 |
Hello,
I'm trying to run a cache on my school cluster. Currently I'm issuing following command: Code:
mpirun --hostfile system/machines -np 6 pimpleFoamScalar -parallel Code:
XXX@top.nbi.dk slots=2 max-slots=2 XXX@charm.nbi.dk slots=2 max-slots=2 XXX@bottom.nbi.dk slots=2 max-slots=2 Code:
[top.nbi.dk:18796] btl: tcp: attempting to connect() to address 130.225.212.8 on port 260 [top.nbi.dk][[19986,1],0][btl_tcp_endpoint.c:638:mca_btl_tcp_endpoint_complete_connect] connect() to 130.225.212.8 failed: No route to host (113) Any help or clues as how to debug the problem would be appreciated! Thank you. |
|
November 2, 2010, 11:57 |
|
#2 |
New Member
Join Date: Feb 2010
Posts: 13
Rep Power: 16 |
There is a OpenFoam cluster receipe, in the second page, in this same forum.
http://www.cfd-online.com/Forums/ope...am-solved.html The translation to English is immediately below. |
|
November 2, 2010, 12:04 |
|
#3 |
New Member
Join Date: Aug 2010
Posts: 14
Rep Power: 16 |
This does not solve my problem - The machines share the same network drive and I've decomposed, made the hostfile etc. correctly.
|
|
November 3, 2010, 17:20 |
|
#4 |
Member
Robertas N.
Join Date: Mar 2009
Location: Kaunas, Lithuania
Posts: 53
Rep Power: 17 |
[top.nbi.dk][[19986,1],0][btl_tcp_endpoint.c:638:mca_btl_tcp_endpoint_comple te_connect] connect() to 130.225.212.8 failed: No route to host (113)
This looks like a network problem (misconfiguration?). First of all, check if you can connect from one node of the cluster to any another node; e.g., like this: telnet 130.225.212.8 260; if you get this message "no route to host", check the network configuration. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem of running parallel Fluent on linux cluster | ivanbuz | FLUENT | 15 | September 23, 2017 20:12 |
running OpenFoam in parallel | vishwa | OpenFOAM Running, Solving & CFD | 22 | August 2, 2015 09:53 |
Script to Run Parallel Jobs in Rocks Cluster | asaha | OpenFOAM Running, Solving & CFD | 12 | July 4, 2012 23:51 |
Statically Compiling OpenFOAM Issues | herzfeldd | OpenFOAM Installation | 21 | January 6, 2009 10:38 |
Kubuntu uses dash breaks All scripts in tutorials | platopus | OpenFOAM Bugs | 8 | April 15, 2008 08:52 |