[OMPI users] OMPI tested on Solaris 10 for AMD CPUs?

2006-12-14 Thread Dirk J. Evers
Hi all, has Open MPI been tested on Solaris 10 for AMD processors? I seem to have a problem with MPI_Bcast. First broadcast (2 ints) works fine, second broadcast (char string) hangs. I will check with a simpler example, but this is right at the start of my program, so really looks like a Open M

Re: [OMPI users] OMPI tested on Solaris 10 for AMD CPUs?

2006-12-14 Thread Donald Kerr
Dirk, I have tried the simple case you mention and have run successfully with the current v1.2 branch, Solaris 10 on AMD. Maybe the actual code snipet might help reproduce, how many processes and how many nodes are involved? I should probably try the the latest v1.2b download. -DON Dirk J

Re: [OMPI users] OMPI tested on Solaris 10 for AMD CPUs?

2006-12-14 Thread Rainer Keller
Hello, On Thursday 14 December 2006 10:28, Dirk J. Evers wrote: > has Open MPI been tested on Solaris 10 for AMD processors? it is currently not tested by the nightly build system for this OS. However, I have been running the trunk version of Open MPI before SC'06 with the mpich- and mpi_test_sui

[OMPI users] pgi compiler configure problems

2006-12-14 Thread Michael Galloway
good day all, i've been trying to build ompi with the 6.2-X version of the pgi compiler set (pgcc 6.2-4 64-bit target on x86-64 Linux). i've tried both 1.1.2 and the current nightly build 1.1.3b2r12766, both fail with this error from configure: *** Fortran 77 compiler checking whether we are usi

Re: [OMPI users] pgi compiler configure problems

2006-12-14 Thread David Gunter
Michael, I just did a quick config of 1.1.2 using PGI 6.2-4 and didn't run into this problem. Here's the environment I used (similar to yours): CXX=/usr/projects/hpctools/packages/x86_64/PGI/pgi_6.2-4/ linux86-64/6.2/bin/pgCC F90=/usr/projects/hpctools/packages/x86_64/PGI/pgi_6.2-4/ linux8

Re: [OMPI users] pgi compiler configure problems

2006-12-14 Thread Michael Galloway
On Thu, Dec 14, 2006 at 02:01:54PM -0500, Michael Galloway wrote: > good day all, i've been trying to build ompi with the 6.2-X version of the pgi > compiler set (pgcc 6.2-4 64-bit target on x86-64 Linux). i've tried both > 1.1.2 and > the current nightly build 1.1.3b2r12766, both fail with this e

Re: [OMPI users] pgi compiler configure problems

2006-12-14 Thread Brian W. Barrett
On Dec 14, 2006, at 1:48 PM, Michael Galloway wrote: On Thu, Dec 14, 2006 at 02:01:54PM -0500, Michael Galloway wrote: good day all, i've been trying to build ompi with the 6.2-X version of the pgi compiler set (pgcc 6.2-4 64-bit target on x86-64 Linux). i've tried both 1.1.2 and the current