HINT: Compiler target flags insufficiently exploiting the extensions of this CPU model.

When running CP2K you may get the following HINT in the output:

HINT in environment.F:804 The compiler target flags used to build this 
binary are insufficiently exploiting the extensions which are available 
for this CPU model.

This means that the CPU running this CP2K executables has additional instructions (like AVX, etc.) which could be exploited to make small areas of the code run faster, but the compiler did not build the necessary code to do so when this CP2K executable was compiled from source.

If you are using a CP2K executable provided by your Linux distribution or the pre-built executable provided by us, then the only way around is to build CP2K from source yourself.

If you are building CP2K from source already, here is a checklist: