[OMPI users] How can I pass my user limits (stacksize, etc.) to mpirun in OpenMPI

2008-09-09 Thread Amidu Oloso
mpirun under OpenMPI is not picking the limit settings from the user environment. Is there a way to do this, short of wrapping my executable in a script where my limits are set and then invoking mpirun on that script? Thanks. -Hamid

Re: [OMPI users] How can I pass my user limits (stacksize, etc.) to mpirun in OpenMPI

2008-09-10 Thread Amidu Oloso
://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages-more On Sep 9, 2008, at 7:04 PM, Amidu Oloso wrote: mpirun under OpenMPI is not picking the limit settings from the user environment. Is there a way to do this, short of wrapping my executable in a script where my limits are set and then