[petsc-users] problems after glibc upgrade to 2.17-157
Satish Balay
balay at mcs.anl.gov
Wed Jan 4 12:24:06 CST 2017
On Wed, 4 Jan 2017, Satish Balay wrote:
> So I guess your best bet is static libraries..
Or upgrade to intel-17 compilers.
Satish
-------
[balay at el7 benchmarks]$ icc --version
icc (ICC) 17.0.1 20161005
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.
[balay at el7 benchmarks]$ icc sizeof.c -lifcore
[balay at el7 benchmarks]$ ldd a.out
linux-vdso.so.1 => (0x00007ffed4b02000)
libifcore.so.5 => /soft/com/packages/intel/17/u1/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libifcore.so.5 (0x00007f5a65430000)
libm.so.6 => /lib64/libm.so.6 (0x00007f5a65124000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5a64f0e000)
libc.so.6 => /lib64/libc.so.6 (0x00007f5a64b4c000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f5a64948000)
libimf.so => /soft/com/packages/intel/17/u1/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libimf.so (0x00007f5a6445c000)
libsvml.so => /soft/com/packages/intel/17/u1/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libsvml.so (0x00007f5a63550000)
libintlc.so.5 => /soft/com/packages/intel/17/u1/compilers_and_libraries_2017.1.132/linux/compiler/lib/intel64/libintlc.so.5 (0x00007f5a632e6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5a65793000)
[balay at el7 benchmarks]$ ./a.out
long double : 16
double : 8
int : 4
char : 1
short : 2
long : 8
long long : 8
int * : 8
size_t : 8
[balay at el7 benchmarks]$
More information about the petsc-users
mailing list