Re: [OMPI users] OpenMPI LS-DYNA Connection refused

2011-05-02 Thread Robert Walters
o be terminated by signals sent by mpirun (as reported here). ------ Regards, Robert Walters _ From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Terry Dontje Sent: Monday, May 02, 2011 2:50 PM To: us...@open-mpi.org Subject:

Re: [OMPI users] OpenMPI LS-DYNA Connection refused

2011-05-02 Thread Robert Walters
t from pg.15 of that document they're suggesting hundreds of millions of messages in only a few hours). Is there any kind of buffer or queue that OpenMPI develops if messages are created too quickly? Does it dispatch them immediately or does it attempt to apply some kind of traffic flow control?

[OMPI users] OpenMPI LS-DYNA Connection refused

2011-05-02 Thread Robert Walters
with this error where a connection is established, and used for several hours, but after a seemingly random period of time the program dies stating it can't make a connection? Thanks, Robert Walters

Re: [OMPI users] LS-DYNA profiling [was: OpenMPI Hangs, No Error]

2010-07-14 Thread Robert Walters
rrectly. As a side note, the throughput of this job was around 17 Mbits/sec. All in all, easily fixed, just a few days of frustration. Thank you all again for all of your help. It was paramount in enabling me to discover the issue. Thanks again. Best Regards, Robert Walters --- On Wed, 7/14/10,

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-14 Thread Robert Walters
processes to call each other although MPI_Send is not taking very long so it makes me feel more comfortable about network communication. Anyways, please have a look and let me know what you think could be the issue. Regards, Robert Walters --- On Tue, 7/13/10, Robert Walters wrote: From

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-13 Thread Robert Walters
Naturally, a forgotten attachment. An to edit that, it was compiled to be used with OpenMPI 1.4.1, but as I understand, 1.4.2 is just a bug fix of 1.4.1. --- On Tue, 7/13/10, Robert Walters wrote: From: Robert Walters Subject: Re: [OMPI users] OpenMPI Hangs, No Error To: "Open MPI

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-13 Thread Robert Walters
the network. Anyhow, let me know if anything seems weird on the OpenMPI communication subroutines. I don't have any numbers to lean on from experience. Sorry this e-mail was long. Thank you again for all of your help. Regards, Robert Walters --- On Tue, 7/13/10, David Zhang wrote: Fr

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-13 Thread Robert Walters
'm not a Linux whiz) with the standard tools in RHEL. Thanks for all the help! I'm glad to get it finally working and I think with a little tweaking it should be ready to go very soon. Regards, Robert Walters --- On Sat, 7/10/10, Ralph Castain wrote: From: Ralph Castain Subject: Re: [

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-10 Thread Robert Walters
On Jul 10, 2010, at 11:14 AM, Robert Walters wrote: Hello again, I believe my administrator has opened the ports I requested. The problem I am having now is that OpenMPI is not listening to my defined port assignments in openmpi-mca-params.conf (looks like permission 644 on those files should

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-10 Thread Robert Walters
enabled. Any other ideas on what might be causing the hang? Is there a more verbose mode I can employ to see more deeply into the issue? I have run --debug-daemons and --mca plm_base_verbose 99. Thanks! --- On Tue, 7/6/10, Robert Walters wrote: From: Robert Walters Subject: Re: [OMPI users

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-06 Thread Robert Walters
allow even that, then you are pretty well hosed. On Jul 6, 2010, at 2:23 PM, Robert Walters wrote: Yes, there is a system firewall. I don't think the sysadmin will allow it to go disabled. Each Linux machine has the built-in RHEL firewall. SSH is enabled through the firewall though. --- O

Re: [OMPI users] OpenMPI Hangs, No Error

2010-07-06 Thread Robert Walters
s, No Error To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Tuesday, July 6, 2010, 4:19 PM It looks like the remote daemon is starting - is there a firewall in the way? On Jul 6, 2010, at 2:04 PM, Robert Walters wrote: Hello all, I am using OpenMPI 1.4.2 on RHEL. I have a

[OMPI users] OpenMPI Hangs, No Error

2010-07-06 Thread Robert Walters
Hello all, I am using OpenMPI 1.4.2 on RHEL. I have a cluster of AMD Opteron's and right now I am just working on getting OpenMPI itself up and running. I have a successful configure and make all install. LD_LIBRARY_PATH and PATH variables were correctly edited. mpirun -np 8 hello_c successfull