Hi!
I am trying to build and test CP2K with DBCSR on a new AMD system at the OLCF. I went through the toolchain and seem to have successfully built things that do run on the GPUs using Mi100s and GNU with CLE.
However, I realized that the linear scaling tests are not running with any % in the ACC column in the stats, and in fact, the arch file that I created did not have -D___DBCSR_ACC in the flags. When I added this flag, I get:
.cp2k/Makefile:124: *** GPUVER not recognized. Stop.
GPUVER is set to Mi100, which seemed to be ok for the other GPU parts of the code-- I see GPU in the grid statistics at the end of the test jobs I have run.
What am I doing wrong with the DBCSR build? I don't see a lot of documentation in the toolchain about DBCSR.
Thanks!
Ada