-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation error at src/alg/totem_stress.cu:391 #42
Comments
We have not attempted to compile Totem with CUDA 8.0. I suggest compile On Sat, Oct 8, 2016 at 11:15 PM, Yuechao Pan [email protected]
|
it doesn't compile using CUDA 7.0 either. Maybe it's a gcc version issue rather than CUDA? the error is more about openMP than CUDA.
|
Please allow me sometime to look at this issue. I have compiled it using On Sun, Oct 9, 2016 at 11:39 AM, Yuechao Pan [email protected]
|
CUDA 7.5 + gcc 4.9 has the same error
|
Did it work with older CUDA/gcc? I will compile the code on git/master some On Mon, Oct 10, 2016 at 1:59 PM, Yuechao Pan [email protected]
|
Hello, On Sun, Oct 9, 2016 at 11:39 AM, Yuechao Pan [email protected]
|
I have tried cuda 7.0.27 + gcc-4.9.4 + ubuntu 14.04, and cuda 7.5.17 + gcc 5.4.0 (a bug fix release to 5.3, built from source) + CentOS 7.2.1511, but the problem is still the same. |
OK. Please let me know. On Sat, Oct 15, 2016 at 8:39 PM, Yuechao Pan [email protected]
|
Thanks a lot for many helps from @tahsinreza , and finally got Totem compiled on (CUDA 8.0 + gcc-4.8). The main thing is how to locate the correct nvcc and its library path. Attached is my version of src/make.defs, hope it may help. |
Hi, I'm trying to run Totem with CUDA 8.0 and gcc 4.8.5 under ubuntu 14.04.
After commenting out the atomicAdd() definition in totem_comkernel.cuh (as atomicAdd() for double has been defined in CUDA 8.0), running make under src resulted in compilation error, as below. Please advise on how to overcome this issue
The text was updated successfully, but these errors were encountered: