I want to run QE on a single computer with these specs:
I have QE compiled with QE_ENABLE_CUDA=ON and QE_ENABLE_OPENACC=ON.
The GPU is working, but CPU uses a single thread even if I try to set OMP_NUM_THREADS=8.
Is it possible to make QE fill both the GPU to 100% use and the CPU to use 8 threads? If so... how can I do it? What I am missing?