Re: [OMPI users] Global settings

2016-01-11 Thread Ralph Castain
Yes, of course - my apologies for the typo > On Jan 11, 2016, at 6:51 AM, Bennet Fauber wrote: > > Thanks, Ralph, > > The .../etc/mca-params.conf doesn't want the shell version with the > export and OMPI_MCA_ prefix, does it? > > $ tail -3 $MPI_HOME/etc/openmpi-mca-params.conf > # See "ompi_i

Re: [OMPI users] Global settings

2016-01-11 Thread Bennet Fauber
Thanks, Ralph, The .../etc/mca-params.conf doesn't want the shell version with the export and OMPI_MCA_ prefix, does it? $ tail -3 $MPI_HOME/etc/openmpi-mca-params.conf # See "ompi_info --param all all" for a full listing of Open MPI MCA # parameters available and their default values. orte_heter

Re: [OMPI users] Global settings

2016-01-11 Thread Jeff Squyres (jsquyres)
On Jan 11, 2016, at 8:32 AM, Bennet Fauber wrote: > > We have an issue with binding to cores with some applications and the > default causes issues. We would, therefore, like to set the > equivalent of > > mpirun --bind-to none > > globally. I tried search for combinations of 'openmpi global

Re: [OMPI users] Global settings

2016-01-11 Thread Ralph Castain
For the 1.10 series, putting "export OMPI_MCA_hwloc_base_binding_policy=none” into your default MCA param file will solve the problem. I believe that is true for all of the 1.8 series as well, and suspect the man page for 1.8.2 was simply out-of-date. You could verify that if you are using some