I'm getting this error every time I try to run the application though it compile well:
pool allocator: Specified pool size too big for this device
Current file: /home/marco/Desktop/tools.c function: PTC3D line: 330
This file was compiled: -ta=tesla:cc35,cc50,cc60,cc70,cc70,cc75,cc80
The strange thing is that I get this error only since I restarted the PC, while before I've never get it.
I compile with:
CC = nvc
CFLAGS = -c -acc -ta=tesla:managed:cuda11.0 -Minfo=accel -w -O3 -DTEST_CASE=3
LDFLAGS = -lm -acc -ta=tesla:managed:cuda11.0
In the code nothing has been changed so maybe it is related to the compiler. I installed a new program today and I could have touched something I shouldn't have.
I solved going in Software & Updates, in Additional Drivers, setting the recommended driver: NVIDIA driver meta package.