Re: [OMPI users] PGI 10.0 configure fails (OMPI 1.3.3)

2009-11-24 Thread Jeff Squyres
There were 2 issues in Libtool itself (one of the tools that is used to automatically create OMPI's configure script). PGI supplied one patch to the GNU Libtool maintainers; they slightly modified that patch and fixed the 2nd issue as well: http://lists.gnu.org/archive/html/bug-libtool

Re: [OMPI users] PGI 10.0 configure fails (OMPI 1.3.3)

2009-11-24 Thread Scott Beardsley
There appears to be a workaround posted on the forum[1]. I applied that "fix" but noticed no differences. Perhaps Jeff Squyres can add some insight? Thanks Scott [1] http://www.pgroup.com/userforum/viewtopic.php?p=6114

Re: [OMPI users] Q regarding MPI_SHORT and MPI_Isend

2009-11-24 Thread Natarajan CS
Thanks everyone for the reply and happy Turkey day! Cheers! On Tue, Nov 24, 2009 at 10:46 AM, Jeff Squyres wrote: > On Nov 23, 2009, at 4:49 PM, Natarajan CS wrote: > > Oh okay that explains the behaviour of MPI_SHORT, guess sizeof is going to >> give me the same value no matter what MPI_Datat

Re: [OMPI users] PGI 10.0 configure fails (OMPI 1.3.3)

2009-11-24 Thread Reuti
Am 24.11.2009 um 23:11 schrieb Scott Beardsley: pgcc v9 has problem to compile the above test program: Not for me (pgcc v9.0-3): $ cat c.c #include int main () { struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); return 0; } $ pgcc -V pgcc 9.0-3 64-bit target on x86-64 Linux

Re: [OMPI users] PGI 10.0 configure fails (OMPI 1.3.3)

2009-11-24 Thread Scott Beardsley
> pgcc v9 has problem to compile the above test program: Not for me (pgcc v9.0-3): $ cat c.c #include int main () { struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); return 0; } $ pgcc -V pgcc 9.0-3 64-bit target on x86-64 Linux -tp gh-64 Copyright 1989-2000, The Portland Group

Re: [OMPI users] PGI 10.0 configure fails (OMPI 1.3.3)

2009-11-24 Thread chan
- "Scott Beardsley" wrote: > #include > int main () > { > struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); >   return 0; > } > > $ pgcc conftest.c > PGC-S-0037-Syntax error: Recovery attempted by deleting keyword > struct > (conftest.c: 4) > PGC-S-0039-Use of undeclared vari

[OMPI users] PGI 10.0 configure fails (OMPI 1.3.3)

2009-11-24 Thread Scott Beardsley
There is a post on the PG forums[1] that claims it is a bug in the OMPI 1.3.3 configure script. I couldn't find any reference on the openmpi-users or openmpi-devel lists. Is there a fix for the configure script floating around. It seems more like a PGI problem to me. pgcc (v10.0) can't compile the

[OMPI users] How to install openmpi to suport thread_level_multiple?

2009-11-24 Thread Luís Miranda
How to install openmpi to suport thread_level_multiple?

Re: [OMPI users] Open MPI Query

2009-11-24 Thread Jeff Squyres
On Nov 24, 2009, at 5:25 AM, Vivek Satpute wrote: 1) I am using openmpi-1.2.8 ( it is part of OFED-1.4 ). Is has two examples i) Note that *Mellanox* OFED has Open MPI v1.2.8, which is pretty ancient. I'm told they plan to update the OMPI included in their OFED distribution in the near f

Re: [OMPI users] Q regarding MPI_SHORT and MPI_Isend

2009-11-24 Thread Jeff Squyres
On Nov 23, 2009, at 4:49 PM, Natarajan CS wrote: Oh okay that explains the behaviour of MPI_SHORT, guess sizeof is going to give me the same value no matter what MPI_Datatype I use? Thanks for the quick response! Correct. MPI_ is just a handle to an internal MPI data structure. Its size

Re: [OMPI users] Q regarding MPI_SHORT and MPI_Isend

2009-11-24 Thread George Bosilca
Each predefined MPI datatype is mapped to a standard type. The table that defines this relation can be found in the MPI Standard (2.2) in Annex A page 534. george. On Nov 23, 2009, at 16:49 , Natarajan CS wrote: Oh okay that explains the behaviour of MPI_SHORT, guess sizeof is going to

Re: [OMPI users] Open MPI Query

2009-11-24 Thread jody
Hi >> 2) Does MPI_Send() and MPI_Recv() calls send message from process on >> one machine to >>    process on another machine ? If yes, then how can I achieve this ? > > Take a look at what the example codes are doing.  Read man mpirun.  Wait > for someone here to point you to an MPI primer or tut

Re: [OMPI users] Open MPI Query

2009-11-24 Thread Terry Frankcombe
On Tue, 2009-11-24 at 15:55 +0530, Vivek Satpute wrote: > Hi, > > I am new to Open MPI ( which is part of OFED-1.4 packege ). I have few > basic queries about > Open MPI : > > 1) I am using openmpi-1.2.8 ( it is part of OFED-1.4 ). Is has two > examples i) hello_c ii) ring_c > Does those exam

[OMPI users] Open MPI Query

2009-11-24 Thread Vivek Satpute
Hi, I am new to Open MPI ( which is part of OFED-1.4 packege ). I have few basic queries about Open MPI : 1) I am using openmpi-1.2.8 ( it is part of OFED-1.4 ). Is has two examples i) hello_c ii) ring_c Does those examples work on Multiple machines or meant for a single node (i.e. localhost)

Re: [OMPI users] segmentation fault: Address not mapped

2009-11-24 Thread Iris Pernille Lohmann
Thanks a lot for explaining this to me. It is nice to understand what the problem is about. Thanks Iris -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of George Bosilca Sent: 23 November 2009 19:39 To: Open MPI Users Subject: Re: [OMPI