<div dir="ltr">Dear Henrique,<br><br>It's quite obvious why you don't see any GPU-usage
 - your make.log is missing all the changes you made, eg. just 'grep' 
for 'D__ACC'. Either your <span style="font-family: georgia,serif;">make</span> ignores '+=' declarations, the ordering is
 wrong (eg. FCFLAGS before additional DFLAGS) and/or you edited the wrong ARCH-file. Please try the 
following:<br><br>- just add the additional preprocessor flags to the DFLAGS, avoiding '+='<br>- just add the additional libs to LIBS, avoiding '+='<br>- recompile using the 'make ARCH=[your_arch_triple] VERSION=[your_version, eg. popt]' notation, and check the make.log for your changes<br><br>If you still have troubles getting CP2K to use the GPU feel free to attach your complete ARCH-file.<br><br>Best regards,<br>Andreas<br></div>