On Thu, 17 Dec 2015, Esteban Hernández wrote: > Dear Alexander, > > Currently i'm running on server with Tesla M2075, > the device config is the following > > CUDA Driver Version / Runtime Version 7.0 / 7.0 > CUDA Capability Major/Minor version number: 2.0 Ah, unfortunately your hardware does not fit the minimum requirements: OpenACC offloading in GCC needs at least 3.0 compute capability (Kepler GPUs). Alexander