<div dir="ltr">In several of the arch files in the current dev branch I see these lines at the end:<br><br>cuda_cublas.o: cuda_cublas.F <br>  $(CPP) $(CPPFLAGSCU) $< > cuda_cublas.f90 <br>  $(FC) -c $(FCFLAGSCU) cuda_cublas.f90<br><br>However, I do not find cuda_cublas.F anywhere in the tree.<br><br>The reason I'm asking is that I am having zero luck getting a cuda-enabled version of CP2K to compile. I've tried various options found in this forum and elsewhere, many dated back to 2012. <br><br>Looking at my compiler options from the cuda arch files given, these flags are causing errors:<br>DFLAGS = $(DFLAGSBASE) -DDGEMM=cuda_d_gemm -Ddgemm=cuda_d_gemm -DDSYMM=gpu_d_symm -Ddsymm=gpu_d_symmEnter code here...<br><br>Namely countless "undefined reference to `cuda_d_gemm_'" errors.  I was wondering where "cuda_d_gemm" is defined.<br>




<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Monaco; color: #ffff0a; background-color: #000000; background-color: rgba(0, 0, 0, 0.91)}
span.s1 {font-variant-ligatures: no-common-ligatures}
</style>


<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Monaco; color: #ffff0a; background-color: #000000; background-color: rgba(0, 0, 0, 0.91)}
span.s1 {font-variant-ligatures: no-common-ligatures}
</style><style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Monaco; color: #ffff0a; background-color: #000000; background-color: rgba(0, 0, 0, 0.91)}
span.s1 {font-variant-ligatures: no-common-ligatures}
span.s2 {font-variant-ligatures: no-common-ligatures; color: #979797; background-color: #0000ff}
</style></div>