Re: [OMPI users] opal_cr_tmp_dir

2010-05-18 Thread ananda.mudar
ursey Subject: Re: [OMPI users] opal_cr_tmp_dir To: Open MPI Users Message-ID: Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes When you defined them in your environment did you prefix them with 'OMPI_MCA_'? Open MPI looks for this prefix to identify which

Re: [OMPI users] opal_cr_tmp_dir

2010-05-18 Thread Josh Hursey
also did not resolve the problem. Whenever I restart my program, the temporary files are getting stored in the default /tmp directory instead of the directory I had defined. Thanks Ananda = Subject: Re: [OMPI users] opal_cr_tmp_dir From: Ralph Castain (rhc_at_[hidden]) Dat

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread ananda.mudar
] opal_cr_tmp_dir From: Ralph Castain (rhc_at_[hidden]) List-Post: users@lists.open-mpi.org Date: 2010-05-12 19:48:16 * Previous message: ananda.mudar_at_[hidden]: "Re: [OMPI users] opal_cr_tmp_dir" <http://www.open-mpi.org/community/lists/users/2010/05/13040.php> * In reply to:

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread Ralph Castain
another way to set these parameters? > > Thanks > > Ananda > > ====== > > Subject: Re: [OMPI users] opal_cr_tmp_dir > From: Ralph Castain (rhc_at_[hidden]) > Date: 2010-05-12 18:09:17 > > Previous message: ananda.mudar_at_[hidden]: "Re: [OMPI

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread ananda.mudar
Ralph When you say manually, do you mean setting these parameters in the command line while calling mpirun, ompi-restart, and ompi-checkpoint? Or is there another way to set these parameters? Thanks Ananda == Subject: Re: [OMPI users] opal_cr_tmp_dir From: Ralph Castain

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread Ralph Castain
nmpi/mca-params.conf > > orte_tmpdir_base = /home/ananda/ORTE > > opal_cr_tmp_dir = /home/ananda/OPAL > > $ > > > > Should I be setting OMPI_MCA_opal_cr_tmp_dir? > > > > FYI, I am using openmpi 1.3.4 with blcr 0.8.2 > > > Thanks > > Ananda >

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread ananda.mudar
= Subject: Re: [OMPI users] opal_cr_tmp_dir From: Ralph Castain (rhc_at_[hidden]) List-Post: users@lists.open-mpi.org Date: 2010-05-12 16:47:16 * Previous message: Jeff Squyres: "Re: [OMPI users] getc in openmpi" <http://www.open-mpi.org/community/lis

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread Ralph Castain
gt; ====== > > Subject: Re: [OMPI users] opal_cr_tmp_dir > From: Ralph Castain (rhc_at_[hidden]) > Date: 2010-05-12 14:38:00 > > Previous message: ananda.mudar_at_[hidden]: "[OMPI users] opal_cr_tmp_dir" > In reply to: ananda.mudar_at_[hidden]: "[OMPI

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread ananda.mudar
== Subject: Re: [OMPI users] opal_cr_tmp_dir From: Ralph Castain (rhc_at_[hidden]) List-Post: users@lists.open-mpi.org Date: 2010-05-12 14:38:00 * Previous message: ananda.mudar_at_[hidden]: "[OMPI users] opal_cr_tmp_dir" <http://www.open-mpi.org/community/lists/users/2010

Re: [OMPI users] opal_cr_tmp_dir

2010-05-12 Thread Ralph Castain
It's a different MCA param: orte_tmpdir_base On May 12, 2010, at 12:33 PM, wrote: > I am setting the MCA parameter “opal_cr_tmp_dir” to a directory other than > /tmp while calling “mpirun”, “ompi-restart”, and “ompi-checkpoint” commands > so that I don’t fill up /tmp filesystem. But I see th

[OMPI users] opal_cr_tmp_dir

2010-05-12 Thread ananda.mudar
I am setting the MCA parameter "opal_cr_tmp_dir" to a directory other than /tmp while calling "mpirun", "ompi-restart", and "ompi-checkpoint" commands so that I don't fill up /tmp filesystem. But I see that openmpi-sessions* directory is still getting created under /tmp. How do I overcome this prob