[OMPI devel] 1.4.5rc2 tests on MacOSX Lion (2 pass, 1 FAIL)

2012-01-26 Thread Paul Hargrove
More results: PASS: macos-10.7/gcc (llvm-gcc-4.2) macos-10.7/clang (Apple clang version 3.0) - lots of warnings on atomic_impl.h These are the compilers that come w/ Xcode 4.2 FAIL: macos-10.7/pgi-11.10 Fails as follows: > Making all in tools/orte-clean > source='../../../../orte/too

Re: [OMPI devel] Gather(linear_sync) is truncated using derived data type

2012-01-26 Thread Jeff Squyres
Oops -- somehow we missed this email. Thanks for the bug report! I've filed https://svn.open-mpi.org/trac/ompi/ticket/2981 for it. On Jan 16, 2012, at 12:36 AM, Y.MATSUMOTO wrote: > Dear All, > > Next feed back is about MPI_Gather problem. > > Gather may be truncated in following condition:

[OMPI devel] 1.4.5rc2 testing FAILURE: icc/ia64 atomics

2012-01-26 Thread Paul H. Hargrove
Testing Intel compilers on Linux/IA64, I cannot build ompi-1.4.5rc2. "make all" is failing building the atomics, as shown below. Error is the same for icc versions 9.1.046 and 10.0.025. -Paul rm -f atomic-asm.S ln -s "/mnt/home/c_phargrov/OMPI/openmpi-1.4.5rc2-linux-ia64-icc-9.1//openmpi-1.4.5

Re: [OMPI devel] Retrying a MPI_SEND

2012-01-26 Thread Hugo Daniel Meyer
Hello @ll. I'm reviving this topic because i've done things as you propose, and i still can't catch the error mentioned before. I will put here some pieces of code to contextualize. I've set the error handler: *MPI_Errhandler_set(MPI_COMM_WORLD,MPI_ERRORS_RETURN);* Then do a send like this: *

Re: [OMPI devel] SOLVED: 1.4.5rc2 Solaris results [libtool problem]

2012-01-26 Thread TERRY DONTJE
This is awesome Paul, thanks a lot! I'll put in some verbage into the README and submit a CMR. --td On 1/26/2012 2:49 AM, Paul H. Hargrove wrote: I am pleased to report that w/ help from Terry I can now build nearly everything w/ the Solaris Studio 12.2 and 12.3 compilers. Upon comparing our

[OMPI devel] SOLVED: 1.4.5rc2 Solaris results [libtool problem]

2012-01-26 Thread Paul H. Hargrove
I am pleased to report that w/ help from Terry I can now build nearly everything w/ the Solaris Studio 12.2 and 12.3 compilers. Upon comparing our build environments we discovered that CXX=CC works but CXX=sunCC does not, even though they are both symlinks to the same compiler executable. I sti