[OMPI devel] Build MPI applications with Open MPI

2012-05-03 Thread Rudakov Sergey
1>C:\VS10Projects\ResCMake\Debug\libmpi_cxxd.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x320 At file disconnect libmpi_cxxd.dll There are messages 1>pi.obj : error LNK2001: unresolved external symbol "__imp__ompi_mpi_double" 1>pi.obj : error LNK2001: unresolved extern

Re: [OMPI devel] mpirun hostname hangs on trunk r26380?

2012-05-03 Thread Ralph Castain
Fixed - worked fine on multi-node systems, but not when running only local. Sorry about that... On May 3, 2012, at 11:38 AM, Eugene Loh wrote: > I'm hanging on the trunk, even with something as simple as "mpirun hostname". > r26377 and earlier are fine, but r26381 is not. Quickly looking at t

[OMPI devel] mpirun hostname hangs on trunk r26380?

2012-05-03 Thread Eugene Loh
I'm hanging on the trunk, even with something as simple as "mpirun hostname". r26377 and earlier are fine, but r26381 is not. Quickly looking at the putback log, r26380 seems to be the likely candidate. I'll look at this some more, but the hang is here (orterun.c): 935 /* loop the e

Re: [OMPI devel] Potential ob1 bug

2012-05-03 Thread George Bosilca
Nathan, You're right, when we loop trying to restart a failed request we must reset the convertor. However: 1. the position in this case is always zero, so we don't have to save the previous position in order to restore it. 2. all cases must be protected, not only the mca_pml_ob1_send_request_s