Skip to content
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

Error on compilation with --enable-debug #446

Open
TravisMitchell opened this issue Aug 31, 2023 · 0 comments
Open

Error on compilation with --enable-debug #446

TravisMitchell opened this issue Aug 31, 2023 · 0 comments

Comments

@TravisMitchell
Copy link
Member

I found that compilation of models with --enable-debug is currently not working. The error provided is:

C++ cross.cpp
In file included from SolidGrid.h:5,
from SolidContainer.h:7,
from LatticeContainer.h:12,
from cross.cpp:5:
cross.cpp: In function ‘int cudaPreAlloc(void**, size_t)’:
cross.h:250:33: error: void value not ignored as it ought to be
250 | #define CudaMalloc(a__,b__) assert( (*((void**)(a__)) = malloc(b__)) != NULL )
| ^~~~~~
cross.cpp:125:33: note: in expansion of macro ‘CudaMalloc’
125 | CudaError ret = CudaMalloc(ptr, size);
| ^~~~~~~~~~
make[1]: *** [makefile:44: cross.o] Error 1
make[1]: Leaving directory '/####/CLB/d2q9'
make: *** [makefile.main:23184: CLB/d2q9/main] Error 2

@llaniewski as discussed here is the record for issue to be fixed today-ish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant