[OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-08-29 Thread Bibrak Qamar
Hi all, I have the following runtime error while running Java MPI jobs. I have check the previous answers to the mailing list regarding this issue. The solutions were to install libtool and configure-compile-and-install openmpi again this time with the latest version of m4 autoconfig automake li

Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-08-30 Thread Bibrak Qamar
___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo

Re: [OMPI devel] NO LT_DLADVISE - CANNOT LOAD LIBOMPI JAVA BINDINGS

2013-09-02 Thread Bibrak Qamar
> libltdl library included in the source tarball...? > > > On Aug 30, 2013, at 7:47 AM, Bibrak Qamar wrote: > > > so it happens to be that installing lt_dladvise package (libltdl) using > yum is quite easy a task but I don't have sudo powers. > > > > I found th

Re: [OMPI devel] Java bindings

2013-10-09 Thread Bibrak Qamar
Yes, I am curious too regarding the architecture of the applications. Will it be Map-Reduce functionality implemented using Java but for communications MPI will be used? Or Will the Hadoop be integrated with MPI (using the Java-Bindings)? Bibrak On Wed, Oct 9, 2013 at 9:49 PM, Tom Vacek wrot

Re: [OMPI devel] Java bindings

2013-10-09 Thread Bibrak Qamar
Just curious, are these projects open ? Bibrak Qamar On Wed, Oct 9, 2013 at 10:30 PM, Ralph Castain wrote: > Actually, yes! Now that the bindings have been updated, we have several > projects getting underway - just had a conference call about one of them > this morning :-) >

[OMPI devel] Developer's guide to OpenMPI

2013-10-24 Thread Bibrak Qamar
Hi, I am searching for something of a guide to OpenMPI developer. Specifically, I need to understand how the OpenMPI is initialized. For example how the COMM_WORLD is initialized. Is there any help in this regard? Thanks Bibrak Qamar

[OMPI devel] unable to open mca_shmem_mmap

2013-11-01 Thread Bibrak Qamar
Thanks -- Bibrak Qamar

[OMPI devel] On the Java binding for OpenMPI

2014-01-13 Thread Bibrak Qamar
of the 20th European MPI Users' Group Meeting* (EuroMPI '13). ACM, New York, NY, USA, 141-142. DOI=10.1145/2488551.2488599 http://doi.acm.org/10.1145/2488551.2488599 It would be great to know if I am missing any major work happening out there in this realm. regards, Bibrak Qamar http://hpc.seecs.edu.pk/~bibrak.qamar/

[OMPI devel] Loading Open MPI from MPJ Express (Java) fails

2014-03-12 Thread Bibrak Qamar
Hi all, I am writing a new device for MPJ Express that uses a native MPI library for communication. Its based on JNI wrappers like the original mpiJava. The device works fine with MPICH3 (and MVAPICH2.2). Here is the issue with loading Open MPI 1.7.4 from MPJ Express. I have generated the follow

Re: [OMPI devel] Loading Open MPI from MPJ Express (Java) fails

2014-03-14 Thread Bibrak Qamar
MPJ Express and Open MPI's Java bindings I didn't use the MPI.newBuffer. regards Bibrak Qamar On Wed, Mar 12, 2014 at 6:42 PM, Ralph Castain wrote: > Here's what I had to do to load the library correctly (we were only using > ORTE, so substitute "libmpi") -

Re: [OMPI devel] Loading Open MPI from MPJ Express (Java) fails

2014-03-26 Thread Bibrak Qamar
PJ Express (using MVAPICH2.2 - with ByteBuffer) --> currently I don't know how it performs better than Open MPI? Bibrak Qamar On Mon, Mar 24, 2014 at 10:16 PM, Jeff Squyres (jsquyres) < jsquy...@cisco.com> wrote: > On Mar 14, 2014, at 9:29 AM, Bibrak Qamar wrote: > > &g