eth-cscs/production

ReFrame 2.18 does not work on Daint

vkarak opened this issue · 3 comments

module load reframe
reframe
python3: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /apps/common/UES/jenkins/SLES12/easybuild/software/Python-bare/3.7.3/lib/libpython3.7m.so.1.0)
python3: /lib64/libc.so.6: version `GLIBC_2.26' not found (required by /apps/common/UES/jenkins/SLES12/easybuild/software/Python-bare/3.7.3/lib/libpython3.7m.so.1.0)

I think we should simply not make 2.18 default on Daint. The 2.18 tests will not work either.

I have manually changed the default, reverting back to 2.17:

> module avail -t reframe 2>&1 | grep default
reframe/2.17(default)

Thanks @lucamar, it works now!