Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-30 Thread Howard Pritchard
Hi Geoff, This is kind of what I suspected. I think its a very bad design decision to have the open mpi runtime under the hood setting Open MP environment variables. At the very minimum, there should be an mca parameter to over ride this, or alternatively, this section of code would only be comp

[OMPI devel] mpiexec without -hosts option

2015-06-30 Thread Victor Rodriguez
HI team ( if this is not the proper channel please point me ) I am trying to implement MPI on yocto ( first try ) : http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb?id=824b6de96ddfe791a0013d96a84ad49de8e04d38 I tested running the mpibench http:/

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-30 Thread Geoffrey Paulsen
I discussed with Robert Ho who was working with Ralph on this option. He believes it's possible that the PGI compiler / runtime does not understand OMP_PROC_BIND=SPREAD which was only introduced in OpenMP 4.0. Unfortunately I can't find any docs as the http://www.pgroup.com/index.htm is down rig