[OMPI users] error building openmpi-v1.8.3-202-gb568b6e with Solaris Studio 12.4

2014-12-01 Thread Siegmar Gross
Hi, today I tried to install openmpi-v1.8.3-202-gb568b6e on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with the new Solaris Studio 12.4 compilers and got the same error on all three platforms that I reported Saturday for openmpi-dev-373-gdee243c. linpc1 open

Re: [OMPI users] Fwd: [EXTERNAL] Re: How to find MPI ranks located in remote nodes?

2014-12-01 Thread Jeff Squyres (jsquyres)
On Nov 28, 2014, at 11:58 AM, George Bosilca wrote: > The same functionality can be trivially achieved at the user level using > Adam's approach. If we provide a shortcut in Open MPI, we should emphasize > this is an MPI extension, and offer the opportunity to other MPI to provide a > compatib

Re: [OMPI users] mpi_file_read and arrays of custom datatypes

2014-12-01 Thread Rob Latham
On 09/24/2014 01:56 AM, Au Eelis wrote: I want to convert the input/output of my program to MPI-IO routines. To write the same data, as is written in the already implement textmode routines, I need a custom datatype consisting of several integers and reals. I was hoping someone else would ste

Re: [OMPI users] "default-only MCA variable"?

2014-12-01 Thread Ralph Castain
> On Nov 28, 2014, at 10:08 AM, Dave Love wrote: > > Gilles Gouaillardet writes: > >> It could be because configure did not find the knem headers and hence knem >> is not supported and hence this mca parameter is read-only > > Yes, in that case (though knem was meant to be used and it's anno

Re: [OMPI users] "default-only MCA variable"?

2014-12-01 Thread Jeff Squyres (jsquyres)
On Dec 1, 2014, at 12:47 PM, Ralph Castain wrote: > I’m not entirely familiar with the thinking behind it, but it appears that > some MCA params are intended solely for reporting purposes and are therefore > not really “settable”. The “have_knem_support” is one such example, and it > sounds li

[OMPI users] OpenMPI with blcr problem

2014-12-01 Thread Dewan Ibtesham (Shafi)
I am trying to build blcr with openmpi. I have done it before without any problem with earlier versions of openMPI but having problem on 1.8.3 When I tried to configure, I get the following warning "configure:298525: WARNING: unrecognized options: --with-ft, --with-blcr" ./configure --help also

[OMPI users] Operators for MPI handles not correctly overloaded with Intel Fortran

2014-12-01 Thread Jörg Stiller
Hi, I am using the Open MPI 1.8.3 with gcc 4.9.2 and ifort 15.0.1 and the MPI_F08 module on Mac OS X 4.9. With the latter, the == and /= operators are overloaded for MPI handles , e.g. MPI_REQUEST_NULL /= MPI_REQUEST_NULL should work and give the result .false. With gfortran 4.9.2 all is fin

Re: [OMPI users] OpenMPI with blcr problem

2014-12-01 Thread Dewan Ibtesham (Shafi)
th earlier versions of openMPI but having problem on > 1.8.3 > > When I tried to configure, I get the following warning > > "configure:298525: WARNING: unrecognized options: --with-ft, --with-blcr" > > ./configure --help also doesn't provide any blc

Re: [OMPI users] OpenMPI with blcr problem

2014-12-01 Thread Ralph Castain
8" > > I am trying to build blcr with openmpi. I have done it before without any > problem with earlier versions of openMPI but having problem on > 1.8.3 > > When I tried to configure, I get the following warning > > "configure:298525: WARNING: unrecognized options: