Re: [OMPI users] ompi_info -c does not print configure arguments

2016-07-25 Thread Gilles Gouaillardet
Jeff, i made https://github.com/open-mpi/ompi/pull/1898 in order to add this feature Cheers, Gilles On 7/24/2016 10:13 AM, Gilles Gouaillardet wrote: Jeff, currently there is no way to retrieve the configure command line. I previously discussed this with Jeff S. and it seems autotools

Re: [OMPI users] ompi_info -c does not print configure arguments

2016-07-23 Thread Gilles Gouaillardet
Jeff, currently there is no way to retrieve the configure command line. I previously discussed this with Jeff S. and it seems autotools do not provide a reliable way to retrieve the configure command line. I will have a look at how mpich is doing it, and try to mimick that in ompi. if there is a