<div dir="ltr">Hi Andreas,<div><br></div><div>Thanks, no that typo was just in the email, here is the arch file I used:</div><div><br></div><div><div><br></div><div>NVCC     = nvcc</div><div>CC       = cc</div><div>CPP      =</div><div>FC       = ftn</div><div>LD       = ftn</div><div>AR       = ar -r</div><div>CPPFLAGS =</div><div>DFLAGS   = -D__FFTW3 -D__parallel -D__SCALAPACK -D__PW_CUDA -D__ACC  -D__DBCSR_ACC</div><div>FCFLAGS  = -O2 -fopenmp -ffree-form -D__FFTW3 -D__parallel -D__SCALAPACK -D__PW_CUDA -D__ACC -D__DBCSR_ACC</div><div>CFLAGS   = -D__FFTW3 -D__parallel -D__SCALAPACK -D__PW_CUDA -D__ACC -D__DBCSR_ACC</div><div>LDFLAGS  = $(FCFLAGS)</div><div>NVFLAGS  = $(DFLAGS) -O2 -arch sm_35</div><div>LIBS     = -lfftw3 -lfftw3_threads</div><div>LIBS    += -lcudart -lcublas -lcufft</div><div><br></div></div><div>For the other issue, for the version without the DBCSR, it was this:</div><div><br></div><div><div><br></div><div>NVCC     = nvcc</div><div>CC       = cc</div><div>CPP      =</div><div>FC       = ftn</div><div>LD       = ftn</div><div>AR       = ar -r</div><div>CPPFLAGS =</div><div>DFLAGS   = -D__FFTW3 -D__parallel -D__SCALAPACK -D__PW_CUDA </div><div>FCFLAGS  = -O2 -fopenmp -ffree-form -D__FFTW3 -D__parallel -D__SCALAPACK -D__PW_CUDA </div><div>CFLAGS   = -D__FFTW3 -D__parallel -D__SCALAPACK -D__PW_CUDA </div><div>LDFLAGS  = $(FCFLAGS)</div><div>NVFLAGS  = $(DFLAGS) -O2 -arch sm_35</div><div>LIBS     = -lfftw3 -lfftw3_threads</div><div>LIBS    += -lcudart -lcublas -lcufft</div><div><br></div><div>I also tried without any PW_CUDA. In both cases where I don't ask for DBCSR, it builds, but I get that strange out-of range subscript warning that refers to a libcusmm function, (many times), which is also strange because it shouldn't be building that with DBCSR off, right?</div><div><br></div></div><div>Thanks so much for your help,</div><div>Ada</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 8, 2017 at 5:02 AM, Andreas Glöss <span dir="ltr"><<a href="mailto:andreas...@gmail.com" target="_blank">andreas...@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Ada,<br><br>Can you please check your ARCH-file for typos - -D__DBCSR-ACC should be -D__DBCSR_ACC? In case this doesn't solve the problem, please feel free to attach your ARCH-file to your reply.<br><br>Best regards,<br>Andreas<br></div><div class="HOEnZb"><div class="h5">

<p></p>

-- <br>
You received this message because you are subscribed to a topic in the Google Groups "cp2k" group.<br>
To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/cp2k/Y6P9ivZeaXA/unsubscribe" target="_blank">https://groups.google.com/d/<wbr>topic/cp2k/Y6P9ivZeaXA/<wbr>unsubscribe</a>.<br>
To unsubscribe from this group and all its topics, send an email to <a href="mailto:cp2k+uns...@googlegroups.com" target="_blank">cp2k+unsubscribe@googlegroups.<wbr>com</a>.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
Visit this group at <a href="https://groups.google.com/group/cp2k" target="_blank">https://groups.google.com/<wbr>group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/<wbr>optout</a>.<br>
</div></div></blockquote></div><br></div>