-
Notifications
You must be signed in to change notification settings - Fork 22
Description
This is related to issue #31 but slightly different problem. 0x24 cores also don't work in fah-gpu right now, same error "WU STALLED"
I posted in the FAH GPU forum, they pointed out that this was missing libexpat like the issue reported for 0x23, but adding that didn't fix it because the container appears to also using a downrev version of glibc.
Also @sanori 's PR from 31 appears to have not actually resulted in an updated version of the dockerfile because it hasn't been integrated yet.
Detailed logs available here: https://foldingforum.org/viewtopic.php?p=368319#p368319
but the short version is that even after copying over libexpat.so.1, I get the following result for core 0x24. This is running on ubuntu22, so it's not a host OS limitation for glibc as far as I can tell.
2d0be0932f23:/fah/cores/cores.foldingathome.org/openmm-core-24/centos-7.9.2009-64bit/release/0x24-8.1.4/Core_24.fah$ export LD_LIBRARY_PATH="$PWD" 2d0be0932f23:/fah/cores/cores.foldingathome.org/openmm-core-24/centos-7.9.2009-64bit/release/0x24-8.1.4/Core_24.fah$ ./FahCore_24 ./FahCore_24: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /fah/cores/cores.foldingathome.org/openmm-core-24/centos-7.9.2009-64bit/release/0x24-8.1.4/Core_24.fah/libOpenCL.so.1)
./FahCore_24: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /fah/cores/cores.foldingathome.org/openmm-core-24/centos-7.9.2009-64bit/release/0x24-8.1.4/Core_24.fah/libOpenCL.so.1)