Re: [OMPI devel] Problem with multiple identical entries in ~/.openmpi/mca-params.conf

2013-09-20 Thread Nathan Hjelm
I will look into this. -Nathan On Fri, Sep 20, 2013 at 05:49:41PM -0400, Vallee, Geoffroy R. wrote: > Hi, > > I found a very unexpected behavior with r29217: > > % cat ~/.openmpi/mca-params.conf > #pml_base_verbose=0 > pml_base_verbose=0 > > % mpicc -o helloworld helloworld.c > > Then if i

[OMPI devel] Problem with multiple identical entries in ~/.openmpi/mca-params.conf

2013-09-20 Thread Vallee, Geoffroy R.
Hi, I found a very unexpected behavior with r29217: % cat ~/.openmpi/mca-params.conf #pml_base_verbose=0 pml_base_verbose=0 % mpicc -o helloworld helloworld.c Then if i update the mca-params.conf to have two identical entries, i have segfaults: % cat ~/.openmpi/mca-params.conf