[OMPI users] Problem with MPI_topo_test error message

2014-10-06 Thread Alain Miniussi
Hi, At line 50 of ompi/mpi/c/topo_test.c, we have: if (ompi_comm_invalid (comm)) { return OMPI_ERRHANDLER_INVOKE(MPI_COMM_WORLD, MPI_ERR_COMM, FUNC_NAME); meaning that such an error will always mention MPI_COMM_WORLD in its error message.

Re: [OMPI users] divide-by-zero in mca_btl_openib_add_procs

2014-06-03 Thread Alain Miniussi
Please note that I had the problem with 13.1.0 but not with the 13.1.1 On 28/05/2014 00:47, Ralph Castain wrote: On May 27, 2014, at 3:32 PM, Alain Miniussi wrote: Unfortunately, the debug library works like a charm (which make the uninitialized variable issue more likely). Indeed

Re: [OMPI users] divide-by-zero in mca_btl_openib_add_procs

2014-05-27 Thread Alain Miniussi
r. On May 27, 2014, at 4:49 AM, Alain Miniussi wrote: So it's working with a gcc compiled openmpi: [alainm@gurney mpi]$ /softs/openmpi-1.8.1-gnu447/bin/mpicc --showme gcc -I/softs/openmpi-1.8.1-gnu447/include -pthread -Wl,-rpath -Wl,/softs/openmpi-1.8.1-gnu447/lib -Wl,--enable-new-dtag

Re: [OMPI users] divide-by-zero in mca_btl_openib_add_procs

2014-05-27 Thread Alain Miniussi
#x27;t mind, yes - let's see if it is a problem with icc. We know some versions have bugs, though this may not be the issue here On May 26, 2014, at 7:39 AM, Alain Miniussi wrote: Hi, Did that too, with the same result: [alainm@tagir mpi]$ mpirun -n 1 ./a.out [tagir:05123] *** Pro

Re: [OMPI users] divide-by-zero in mca_btl_openib_add_procs

2014-05-27 Thread Alain Miniussi
execute. I hope this helps, Gus Correa On May 26, 2014, at 9:59 AM, Alain Miniussi wrote: Hi, I have a failure with the following minimalistic testcase: $: more ./test.c #include "mpi.h" int main(int argc, char* argv[]) { MPI_Init(&argc,&argv); MPI_Finalize(); retur

Re: [OMPI users] divide-by-zero in mca_btl_openib_add_procs

2014-05-26 Thread Alain Miniussi
you try running it under mpirun? mpirun -n 1 ./a.out just to see if it is the singleton that is causing the problem, or something in the openib btl itself. On May 26, 2014, at 6:59 AM, Alain Miniussi wrote: Hi, I have a failure with the following minimalistic testcase: $: more ./test.c

[OMPI users] divide-by-zero in mca_btl_openib_add_procs

2014-05-26 Thread Alain Miniussi
Hi, I have a failure with the following minimalistic testcase: $: more ./test.c #include "mpi.h" int main(int argc, char* argv[]) { MPI_Init(&argc,&argv); MPI_Finalize(); return 0; } $: mpicc -v icc version 13.1.1 (gcc version 4.4.7 compatibility) $: mpicc ./test.c $: ./a.out [tagir

[OMPI users] compile crash with pathscale and openmpi-1.3

2009-01-23 Thread Alain Miniussi
pport. Best regards, -- Alain Miniussi Equipe CRIMSON Mesocentre de Calcul SIGAMM +33 492 00 30 09https://crimson.oca.eu

Re: [OMPI users] mpi2c++ map?

2008-10-03 Thread Alain Miniussi
.open-mpi.org/mailman/listinfo.cgi/users -- Alain Miniussi Equipe CRIMSON Mesocentre de Calcul SIGAMM +33 492 00 30 09https://crimson.oca.eu