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
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
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
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
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
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.
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
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: