[NLPL Task Force (A)] [uninett.no #196965] Tensorflow issues, pt. 2

Henrik R. Nagel via RT support at metacenter.no
Fri Oct 25 11:41:36 UTC 2019


Hi,

Installing TensorFlow goes without any problems for me:

$ salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --mem-per-cpu=10G --time=01:00:00 --partition=accel --account=<your account>
salloc: Nodes c7-8 are ready for job
$ ssh c7-8
<hrn at c7-8><~> module load foss/2019b
<hrn at c7-8><~> module load Python/3.7.4-GCCcore-8.3.0
<hrn at c7-8><~> module load CUDA/10.0.130 cuDNN/7.4.2.24-CUDA-10.0.130
<hrn at c7-8><~> module --ignore-cache load NCCL/2.4.8-CUDA-10.0
<hrn at c7-8><~> python3 -m pip install tensorflow-gpu==1.13.1 --user
...
Successfully installed ...

But testing it did not go well:

<hrn at c7-8><~> python3
.>>> import tensorflow
...
ImportError: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /cluster/home/hrn/.local/lib/python3.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)


GLIBC follows with the Linux kernel. In order to get a newer version of GLIBC the Linux kernel must be upgraded and this will involve upgrading all the software on Saga. We cannot do this. The problem is that the library mentioned in the error message has not been compiled on Saga. At the moment, I don't see how this problem can be solved.

Best regards,

Henrik



More information about the infrastructure mailing list