[OMPI users] problems when creating library for AIX

2006-09-06 Thread Brignone, Sergio
Hi, I configure OpenMPI version 1.1.1 with the following parameters: --enable-static --disable-shared --disable-io-romio --disable-mpi-f90 --disable-mpi-cxx Then, when creating the library, I got the following error: "../../../opal/event/select.c", line 146.16: 1506-045 (S) Undeclared ident

Re: [OMPI users] Probable MPI2 bug?

2006-09-06 Thread Brian Barrett
On Wed, 2006-09-06 at 10:40 -0700, Tom Rosmond wrote: > Brian, > > I notice in the OMPI_INFO output the following parameters that seem > relevant to this problem: > > MCA btl: parameter "btl_self_free_list_num" (current > value: "0") > MCA btl: parameter "btl_sel

Re: [OMPI users] Probable MPI2 bug?

2006-09-06 Thread Tom Rosmond
Brian, I notice in the OMPI_INFO output the following parameters that seem relevant to this problem: MCA btl: parameter "btl_self_free_list_num" (current value: "0") MCA btl: parameter "btl_self_free_list_max" (current value: "-1") MCA btl: parameter "btl_self_free_list_inc" (current value: "3

Re: [OMPI users] Does current Intel dual processor support MPI?

2006-09-06 Thread George Bosilca
From my perspective some [let's say #1 and #2) of the most important features of an application that has to last for a while is the readability and portability. And OMP code is far more readable than pthread one. The loops look like loops, the critical sections are obvious and the sequentia

Re: [OMPI users] Gfortran, Mac OS X and MPI_CART_CREATE problem

2006-09-06 Thread Jeff Squyres
Greetings; sorry for the late reply. Can you send the code that you're using? I am able to compile the F90 bindings on my OSX laptop (10.4.7) and compile / run some sample F90 MPI apps with OMPI 1.1.1. >From your config.out, it looks like your F90 bindings were compiled properly. On 8/12/06 11

Re: [OMPI users] Probable MPI2 bug?

2006-09-06 Thread Brian Barrett
On Mon, 2006-09-04 at 11:01 -0700, Tom Rosmond wrote: > Attached is some error output from my tests of 1-sided message > passing, plus my info file. Below are two copies of a simple fortran > subroutine that mimics mpi_allgatherv using mpi-get calls. The top > version fails, the bottom runs OK.

Re: [OMPI users] Dynamic loading of libmpi.dylib on Mac OS X

2006-09-06 Thread Brian Barrett
Thanks for the information. I've filed a bug in our bug tracker on this issue. It appears that for some reason, when libmpi is dlopened() by python, that objects it then dlopens are not able to find symbols in the libmpi. It will probably take me a bit of time to track this issue down, but you w

[OMPI users] Blacs tester failure due to bug in datatype_unpack.c (?)

2006-09-06 Thread Harald Forbert
I think I traced a bug found by blacs testers with various versions of openmpi in ompi/datatype/datatype_unpack.c (ompi/datatype/dt_unpack.c in 1.0.x). This might be related to ticket #65. At least after applying the following patch (for 1.1.[01]), the blacs reduce amax seems to work correctly: