CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

mpid: No such file or directory [urgent]

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 21, 2010, 10:44
Exclamation mpt_connect: error: connect failed: Connection refused [urgent]
  #1
New Member
 
Join Date: Jul 2010
Posts: 7
Rep Power: 15
myfluentid is on a distinguished road
Hi everyone,

I've installed Fluent 6.3.26 on Ubuntu 10.04 64bit and now I want to user parallel processing. But I have a problem: After my settings (default interconnection=>ssh) I click on Run button on File->Run menu, the following message appears:

Code:
Host spawning Node 0 on machine "ubuntu" (unix).
/home/Fluent.Inc/fluent6.3.26/bin/fluent -r6.3.26 3d -node -t4 -pethernet -mpi=hp -cnf=/home/hosts.txt -mport 127.0.0.1:127.0.0.1:33873:0
Starting /home/Fluent.Inc/fluent6.3.26/multiport/mpi/lnamd64/hp/bin/mpirun -TCP -f /tmp/fluent-appfile.12875
bash: /home/Fluent.Inc/fluent6.3.26/multiport/mpi/lnamd64/hp/bin/mpid: No such file or directory
mpirun: Warning one more more remote shell commands exited with non-zero status, which may indicate a remote access problem.
and when I try "net interconnection" this message appears:
Code:
Host spawning Node 0 on machine "linlab-desktop" (unix).
/home/Fluent.Inc/fluent6.3.26/bin/fluent -r6.3.26 3d -cl net -node -t4 -pethernet -mpi=net -cnf=/home/hosts.txt -path/home/Fluent.Inc -display :0.0 -mport 127.0.0.1:172.16.124.101:49435:0
Starting /home/Fluent.Inc/fluent6.3.26/lnx86/3d_node/fluent_net.6.3.26 net node -mpiw net -pic ethernet -mport 127.0.0.1:172.16.124.101:49435:0

0: mpt_connect: error: connect failed: Connection refused

0: mpt_establish_connection: error: unable to connect: Invalid argument

0: mpt_connect: error: connect failed: Connection refused

0: mpt_establish_connection: error: unable to connect: Connection refused

0: mpt_connect: error: connect failed: Connection refused

0: mpt_establish_connection: error: unable to connect: Connection refused

0: mpt_connect_to_server: error: cannot establish connection; bye.: Connection refused
I'm confused! I configured ssh with no password. Any more configuration is needed? What should I do in clients?

Thanks in advance

Last edited by myfluentid; July 24, 2010 at 08:03. Reason: error changed
myfluentid is offline   Reply With Quote

Old   July 21, 2010, 12:08
Default
  #2
Senior Member
 
Chris
Join Date: Jul 2009
Location: Ohio, USA
Posts: 169
Rep Power: 16
Chris D is on a distinguished road
Do you have fluent installed on all the nodes in your cluster, or have you setup an nfs share?
Chris D is offline   Reply With Quote

Old   July 22, 2010, 07:30
Question
  #3
New Member
 
Join Date: Jul 2010
Posts: 7
Rep Power: 15
myfluentid is on a distinguished road
No, I haven't installed on clusters! I thought that fluent will do it itself (by ssh with no pass!). I should do that? How about NFS? Please tell me more. I can't find any tutorial to use parallel fluent, but I'm using fluent on my system successfully.
Any help is appreciated.

Thanks in advance
myfluentid is offline   Reply With Quote

Old   July 22, 2010, 07:55
Default [urgent] please help
  #4
New Member
 
Join Date: Jul 2010
Posts: 7
Rep Power: 15
myfluentid is on a distinguished road
And I have disabled ufw and apparmor. I installed fluent on clusters and now with default interconnection, error is changed to this:
Code:
mpid: cannot connect to mpirun(127.0.1.1, 34671): Connection refused!
And with net interconnections the same error. I think reason can be one of these:
- Any other service should be installed or started (or something to stop) because of "connection refused"
- Any more configuration for ssh?
why fluent tries to connect 127.0.1.1 instead of 127.0.0.1 ?
what is mpt? it should be installed or configured? it can't even connect !

Would mind help me with fluent and nfs sharing?

Thanks a lot
myfluentid is offline   Reply With Quote

Old   July 22, 2010, 08:09
Default
  #5
New Member
 
Join Date: Jul 2010
Posts: 7
Rep Power: 15
myfluentid is on a distinguished road
Hi again,
more information:
my /etc/hosts is like this:
Code:
127.0.0.1            localhost
127.0.1.1            linlab-desktop
172.16.123.123   other_computer
And when I change "localhost" and "linlab-desktop", all interconnection errors are:
mpt_connect:error: connect failed: Connection refused.

I have configured ssh with no password and rsh is not installed.

Thanks for any help

Last edited by myfluentid; July 22, 2010 at 08:29.
myfluentid is offline   Reply With Quote

Old   July 22, 2010, 11:56
Default New errors
  #6
New Member
 
Join Date: Jul 2010
Posts: 7
Rep Power: 15
myfluentid is on a distinguished road
Hi again,
this is my new error:
Code:
Host spawning Node 0 on machine "my-laptop" (unix).
/home/Fluent.Inc/fluent6.3.26/bin/fluent -r6.3.26 3d -node -t4 -pethernet -mpi=hp -cnf=/home/hosts.txt -mport 127.0.0.1:127.0.0.1:51462:0
Starting /home/Fluent.Inc/fluent6.3.26/multiport/mpi/lnx86/hp/bin/mpirun -TCP -f /tmp/fluent-appfile.3676
mpirun: hostname: linlab-desktop, ip returned: 172.16.124.101
mpirun: hostname: my-laptop, ip returned: 127.0.0.1
mpirun: Can't talk to a remote host with IP 127.0.0.1
mpirun: Change hostname or check IP configuration
What's wrong? anyone can answer? I installed fluent parallel on 2 windows xp, it's working, but in linux I get new errors every time

this is my hosts.txt:
Code:
linlab-desktop
linlab-desktop
my-laptop
my-laptop

and when I remove "my-laptop" from hosts.txt, error is this:
Code:
Host spawning Node 0 on machine "my-laptop" (unix).
/home/Fluent.Inc/fluent6.3.26/bin/fluent -r6.3.26 3d -node -t4 -pethernet -mpi=hp -cnf=/home/hosts.txt -mport 127.0.0.1:127.0.0.1:33230:0
Starting /home/Fluent.Inc/fluent6.3.26/multiport/mpi/lnx86/hp/bin/mpirun -TCP -f /tmp/fluent-appfile.4204
HP-MPI licensed for execution of Fluent.

0: mpt_connect: error: connect failed: Connection refused

0: mpt_establish_connection: error: unable to connect: Invalid argument

0: mpt_connect: error: connect failed: Connection refused

0: mpt_establish_connection: error: unable to connect: Connection refused

0: mpt_connect: error: connect failed: Connection refused

0: mpt_establish_connection: error: unable to connect: Connection refused

0: mpt_connect_to_server: error: cannot establish connection; bye.: Connection refused
MPI Application rank 0 exited before MPI_Finalize() with status 0
My problem is with ubuntu? all computers should be the same arch and hardware? I have installed fluent on all computers and ssh with no password is working from server to clients. I'm really confused

Any help is appreciated.

Thanks in advance
myfluentid is offline   Reply With Quote

Old   July 22, 2010, 13:37
Default
  #7
Senior Member
 
Chris
Join Date: Jul 2009
Location: Ohio, USA
Posts: 169
Rep Power: 16
Chris D is on a distinguished road
Quote:
Originally Posted by myfluentid View Post
...ssh with no password is working from server to clients.
I'm not 100% sure, but you might need to be able to ssh both from server to client and from client to server.
Chris D is offline   Reply With Quote

Old   July 22, 2010, 17:12
Default run FLUENT parallel
  #8
New Member
 
Join Date: Jul 2010
Posts: 5
Rep Power: 15
ecfd is on a distinguished road
You need to do either of the following:

1. Install FLUENT on the same location on all the involved machines

OR

2. Run FLUENT from a NFS directory, and make sure all the involved machines can access the FLUENT installation with the proper permission


Anyway, I recommend you to use FLUENT 12.1.4, instead of 6.3.26.
ecfd is offline   Reply With Quote

Old   July 24, 2010, 06:56
Question
  #9
New Member
 
Join Date: Jul 2010
Posts: 7
Rep Power: 15
myfluentid is on a distinguished road
Hi,

Still the same error:
Code:
0: mpt_connect: error: connect failed: Connection refused
What's wrong? I'm getting crazy about this! Every configuration is ok. Any log file? How can I get more details? Can I change the port it's using? Fluent is working on windows, so what's the problem in linux (the same error in centos and ubuntu!). Running every program in linux is annoying me!!!

Any help is appreciated
myfluentid is offline   Reply With Quote

Old   August 19, 2010, 09:20
Default gambit for linux
  #10
New Member
 
majid
Join Date: Aug 2010
Posts: 6
Rep Power: 15
majas is on a distinguished road
hi everyone
I want to install gambit on Ubunto system
which version of gambit usable?
do I need to install exceed on it else?
thanks..
majas is offline   Reply With Quote

Old   October 22, 2013, 17:00
Default
  #11
New Member
 
J. S
Join Date: Oct 2013
Posts: 2
Rep Power: 0
fluent-newbie is on a distinguished road
did you ever find a soultion to your problem?
fluent-newbie is offline   Reply With Quote

Reply

Tags
64bit, fluent, mpid, ubuntu 10.04

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenFoam install script Error during paraFoam installation SePe OpenFOAM Installation 10 June 19, 2010 15:15
critical error during installation of openfoam Fabio88 OpenFOAM Installation 21 June 2, 2010 03:01
Statically Compiling OpenFOAM Issues herzfeldd OpenFOAM Installation 21 January 6, 2009 09:38
[OpenFOAM] ParaView 33 canbt open OpenFoam file hariya03 ParaView 7 September 25, 2008 17:33
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 13:54.