Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-25 Thread Gilles Gouaillardet
Michael, i will followup on that in the devel mailing list. imho, there are three ways to see this : 1) this is an environment (e.g. user) issue: if you want it to work, then slurm should be rebuilt with pgi compiler. 2) this is a libtool issue : it does not support mixing .la files built

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-25 Thread Michael Di Domenico
On Mon, Jul 25, 2016 at 4:53 AM, Gilles Gouaillardet wrote: > > as a workaround, you can configure without -noswitcherror. > > after you ran configure, you have to manually patch the generated 'libtool' > file and add the line with pgcc*) and the next line like this : > > /* if

Re: [OMPI users] openmpi 1.10.2 and PGI 15.9

2016-07-25 Thread Gilles Gouaillardet
Michael, as a workaround, you can configure without -noswitcherror. after you ran configure, you have to manually patch the generated 'libtool' file and add the line with pgcc*) and the next line like this : /* if pgcc is used, libtool does *not* pass -pthread to pgcc any more */ #

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