[OMPI users] LDFLAGS & static compilation & linking

2013-04-12 Thread Ilias Miroslav
Dear experts, I would like to prepare static installation of OpenMPI 1.6.4 on Scientific Linux 6 (similar thread here http://www.open-mpi.org/community/lists/users/2012/01/18249.php). I applied configuration commands: ./configure --prefix=/home/milias/bin/ompi_intel_static CXX=icpc CC=icc F7

Re: [OMPI users] mpirun hangs: "hello" test in single machine

2013-04-12 Thread Rodrigo Gómez Vázquez
I solved the issue by accepting the input traffic of data packages through the TCP Ports as long as they are sent "from" and "to" the local machine. Here is the line I added to the iptables: /sbin/iptables -A INPUT --source --destination --protocol tcp -j ACCEPT Just an observation, I

Re: [OMPI users] LDBL_MANT_DIG declaration trouble

2013-04-12 Thread Ray Sheppard
Thanks! That explains why I could not find it in the package :) Yes it is in float.h. This Cray is screwy. Y'all put the include at the top of the file but it seems to have forgotten a few hundred lines later. Thanks agan. Ray On 4/12/2013 10:20 AM, Ralph Castain wrote:

Re: [OMPI users] LDBL_MANT_DIG declaration trouble

2013-04-12 Thread Ralph Castain
It should have been defined in . Is that include file not found? You might check to ensure it was defined there. On Apr 12, 2013, at 7:09 AM, Ray Sheppard wrote: > Hi, > I am sorry to bother everyone. I have had no trouble building 1.6.3 with > the Intel compiler. Now I am having to repeat

[OMPI users] LDBL_MANT_DIG declaration trouble

2013-04-12 Thread Ray Sheppard
Hi, I am sorry to bother everyone. I have had no trouble building 1.6.3 with the Intel compiler. Now I am having to repeat the exercise for GNU. In opal/util/arch.h (about line 260) is the function below. I am getting an error that LDBL_MANT_DIG is not declared. I can not seem to find whe

Re: [OMPI users] Greenplum's MR+

2013-04-12 Thread Ralph Castain
On Apr 12, 2013, at 2:00 AM, Jakub Nowacki wrote: > Thanks for the replay. > >>> Could anyone tell me was MR+ released already, and if so, where it is? > > > Sadly, Greenplum has been unable to get it released for a variety of reasons. > > Does it mean that it will not be released any time s

Re: [OMPI users] Greenplum's MR+

2013-04-12 Thread Jakub Nowacki
Thanks for the replay. Could anyone tell me was MR+ released already, and if so, where it is? > > > > Sadly, Greenplum has been unable to get it released for a variety of > reasons. > Does it mean that it will not be released any time soon or it is just delayed? Also, are they still plan to relea