Re: [OMPI users] Problems using Intel MKL with OpenMPI and Pathscale

2008-04-14 Thread Brian Barrett
On Apr 14, 2008, at 12:30 AM, Åke Sandgren wrote: On Sun, 2008-04-13 at 08:00 -0400, Jeff Squyres wrote: Do you get the same error if you disable the memory handling in Open MPI? You can configure OMPI with: --disable-memory-manager Doesn't help, it still compiles ptmalloc2 and trying to

Re: [OMPI users] Problems using Intel MKL with OpenMPI and Pathscale

2008-04-14 Thread Åke Sandgren
On Sun, 2008-04-13 at 08:00 -0400, Jeff Squyres wrote: > Do you get the same error if you disable the memory handling in Open > MPI? You can configure OMPI with: > > --disable-memory-manager Doesn't help, it still compiles ptmalloc2 and trying to turn off ptmaloc2 during runtime doesn't h

Re: [OMPI users] Problems using Intel MKL with OpenMPI and Pathscale

2008-04-13 Thread Åke Sandgren
On Sun, 2008-04-13 at 08:00 -0400, Jeff Squyres wrote: > Do you get the same error if you disable the memory handling in Open > MPI? You can configure OMPI with: > > --disable-memory-manager Ah, I have apparently missed that config flag, will try on monday. -- Ake Sandgren, HPC2N, Umea

Re: [OMPI users] Problems using Intel MKL with OpenMPI and Pathscale

2008-04-13 Thread Jeff Squyres
Do you get the same error if you disable the memory handling in Open MPI? You can configure OMPI with: --disable-memory-manager On Apr 9, 2008, at 3:01 PM, Åke Sandgren wrote: Hi! I have an annoying problem that i hope someone here has some info on. I'm trying to build a code with Ope

Re: [OMPI users] Problems using Intel MKL with OpenMPI and Pathscale

2008-04-09 Thread Brock Palen
How large is your stack size? I have had to increases that before, I don't use pathscale myself though. I do use Threaded GOTO with OpenMPI all the time. Brock Palen www.umich.edu/~brockp Center for Advanced Computing bro...@umich.edu (734)936-1985 On Apr 9, 2008, at 3:01 PM, Åke Sandgre

[OMPI users] Problems using Intel MKL with OpenMPI and Pathscale

2008-04-09 Thread Åke Sandgren
Hi! I have an annoying problem that i hope someone here has some info on. I'm trying to build a code with OpenMPI+Intel MKL+Pathscale. When using the sequential (non-threaded) MKL everything is ok, but when using the threaded MKL i get a segfault. This doesn't happen when using MVAPICH so i susp