Re: [O-MPI users] (no subject)

2006-01-13 Thread Michael L. Stokes
Brian, I had compiled 1.0.1 which seemed to be the latest stable version. But just to be sure, I downloaded the latest, rebuilt, and I'm getting the same problem. I ran strace on the run and mpirun is hanging on a futex() call. Any notion of what might cause this? Thanks Mike > On Dec 30, 2

Re: [O-MPI users] (no subject)

2006-01-03 Thread Brian Barrett
On Dec 30, 2005, at 4:01 PM, Michael L. Stokes wrote: On Dec 30, 2005, at 1:05 PM, Michael L. Stokes wrote: I have compiled and installed OpenMPI on a SUSE based SGI PRISM (8 processor model). I configured the build with --with- device=ch_shmem, otherwise I took all the defaults. I installe

Re: [O-MPI users] (no subject)

2005-12-30 Thread Michael L. Stokes
> On Dec 30, 2005, at 1:05 PM, Michael L. Stokes wrote: > >> I have compiled and installed OpenMPI on a SUSE based SGI PRISM (8 >> processor model). I configured the build with --with-device=ch_shmem, >> otherwise I took all the defaults. I installed as root using the >> default >> install prefix

Re: [O-MPI users] (no subject)

2005-12-30 Thread Brian Barrett
On Dec 30, 2005, at 1:05 PM, Michael L. Stokes wrote: I have compiled and installed OpenMPI on a SUSE based SGI PRISM (8 processor model). I configured the build with --with-device=ch_shmem, otherwise I took all the defaults. I installed as root using the default install prefix. SO good so f

[O-MPI users] (no subject)

2005-12-30 Thread Michael L. Stokes
Users, I have compiled and installed OpenMPI on a SUSE based SGI PRISM (8 processor model). I configured the build with --with-device=ch_shmem, otherwise I took all the defaults. I installed as root using the default install prefix. SO good so far. Then I compile my hello world project using mpi