GCC Version (linking system libstdc++ to library path)

I have install the pre-built binaries for running gnina. However, I have error when running the function.

wget https://github.com/gnina/gnina/releases/download/v1.0.1/gnina
chmod +x gnina
./gnina
./gnina: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./gnina)
./gnina: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./gnina)
./gnina: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./gnina)
./gnina: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./gnina)

Sincerely,
Saw Simeon

Dear Saw,

It seems that gnina requires cuda and GPU to work.
We are currently deploying some GPU nodes that should be available pretty soon on the cluster.
We might then be able to deploy a working version of gnina built in a Singularity image.

Please bear with us ! We will get back to you asap.

Julien

1 « J'aime »

Thanks Julien,

I managed to run gnina on the terminal console of RStudio server.

Sincerely,
Saw Simeon