[petsc-users] problems after glibc upgrade to 2.17-157

Satish Balay balay at mcs.anl.gov
Wed Jan 4 10:25:16 CST 2017


On Wed, 4 Jan 2017, Matthew Knepley wrote:

> On Wed, Jan 4, 2017 at 9:19 AM, Klaij, Christiaan <C.Klaij at marin.nl> wrote:
> 
> > Attached is the log for
> >
> >
> > LIBS="-L/cm/shared/apps/intel/compilers_and_libraries_2016.
> > 3.210/linux/compiler/lib/intel64_lin -lifcore"
> >
> Something is strange with the quotes in this shell. Can you use this
> instead
> 
> LIBS=[-L/cm/shared/apps/intel/compilers_and_libraries_2016.
> 3.210/linux/compiler/lib/intel64_lin,-lifcore]

I don't think LIBS accepts this notation..

For eg: http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2017/01/01/configure_maint_arch-linux-gcc-ifc-cmplx_crank.log

The quotes should work. I don't know why its messed up. Alternative is:

'LIBS=-L/cm/shared/apps/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin -lifcore'

BTW: Is is easier to use --with-shared-libraries=0? [does this work?]

Satish


More information about the petsc-users mailing list