lamoureux-lab / TorchProteinLibrary

PyTorch library of layers acting on protein representations
https://lamoureux-lab.github.io/TorchProteinLibrary/
MIT License
116 stars 23 forks source link

GCC > 7 is not allowed #25

Closed ignatovmg closed 4 years ago

ignatovmg commented 4 years ago

Error i'm getting, trying to use GCC 8

In file included from /gpfs/software/cuda/10.0/include/cuda_runtime.h:83, from : /gpfs/software/cuda/10.0/include/crt/host_config.h:129:2: error: #error -- unsupported GNU version! gcc versions later than 7 are not supported!

error -- unsupported GNU version! gcc versions later than 7 are not supported!

^~~~~ error: command '/gpfs/software/cuda/10.0/bin/nvcc' failed with exit status 1

lupoglaz commented 4 years ago

Sorry, I used CUDA version 10.0.130, it seems to work with g++ 7.4.0 Could you please write you nvcc and g++ versions? Also, check this compatibility table: https://gist.github.com/ax3l/9489132

lupoglaz commented 4 years ago

Update to nvcc version 10.1.105 should solve this problem.