Dunno. Do lower np values succeed? If so, at what value of np does
the job no longer start? Perhaps it's having a hard time creating the shared-memory backing file in /tmp. I think this is a 64-Mbyte file. If this is the case, try reducing the size of the shared area per this FAQ item: http://www.open-mpi.org/faq/?category=sm#decrease-sm Most notably, reduce mpool_sm_min_size below 67108864. Also note trac ticket 2043, which describes problems with the sm BTL exposed by GCC 4.4.x compilers. You need to get a sufficiently recent build to solve this. But, those problems don't occur until you start passing messages, and here you're not even starting up. Nicolas Bock wrote: Sorry, I forgot to give more details on what versions I am using: |
- [OMPI users] shared memory (sm) module not working properly? Nicolas Bock
- Re: [OMPI users] shared memory (sm) module not working ... Nicolas Bock
- Re: [OMPI users] shared memory (sm) module not work... Eugene Loh
- Re: [OMPI users] shared memory (sm) module not ... Nicolas Bock
- Re: [OMPI users] shared memory (sm) module ... Ralph Castain
- Re: [OMPI users] shared memory (sm) mo... Nicolas Bock