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