<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.E-MailFormatvorlage19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Hi
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">The libint installer sometimes fails to build the Fortran interface, i.e. the module file libint_f.mod. The installer (makefile) uses the CXX instead of the Fortran
 linker to generate the module file which does not work in all cases. Change to the libint-2.6.0 build folder and run “make fortran” there. This should generate a libint_f.mod file in the subfolder libint-2.6.0/fortran which is installed (copied) after “make
 install”.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">I don’t see any --D__SCALAPACK flag in your arch file which is required for parallel builds (-D__parallel) using MPI.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">HTH<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Matthias<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="DE" style="font-size:11.0pt;font-family:"Calibri",sans-serif">Von:</span></b><span lang="DE" style="font-size:11.0pt;font-family:"Calibri",sans-serif"> cp2k@googlegroups.com <cp2k@googlegroups.com>
<b>Im Auftrag von </b>Sam Broderick<br>
<b>Gesendet:</b> Donnerstag, 27. Januar 2022 16:53<br>
<b>An:</b> cp2k <cp2k@googlegroups.com><br>
<b>Betreff:</b> [CP2K:16517] Difficulties with Install & existing libraries<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Good Evening!<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">After much reading, searching (this list, too) and trial-and-error, I am still unable to install cp2k. While I am hardly an expert, I have had success in installing a variety of packages such as blas/fftw/gcc11.2/gsl/hdf/lapack/libint/libxc/netcdf/openmpi/pfft/scalapack.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">The crux of the issue is convincing the CP2K v9.1 to link to external libraries. From the best I can tell, my arch file leaves make wanting to use source code, e.g.: <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">/home/sam/Downloads/cp2k/cp2k-9.1/src/libint_wrapper.F:31:8:<br>
<br>
   31 |    USE libint_f, ONLY: &<br>
      |        1<br>
Fatal Error: Cannot open module file ‘libint_f.mod’ for reading at (1): No such file or directory<br>
compilation terminated.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">I already have linint and libxc installed. My fairly short arch file (Linux-x86-64-mpifort.psmp) is below.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Does anyone see what I am doing wrong?<br>
<br>
Many thanks,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Sam Broderick<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal">CC       := mpicc<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">CXX      := mpic++ -g<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">FC       := mpifort<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LD       := mpifort<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">AR       := ar -r<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">DFLAGS   := -D__NO_STATM_ACCESS -D__parallel -D__MPI_VERSION=3<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">DFLAGS   += -D__LIBXC<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">DFLAGS   += -D__LIBINT<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">DFLAGS   += -D__FFTW3<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">LIBXC_INC      := /opt/extlib/libxc/5.1.7/mpicc/4.1.1/gcc/11.2.0/include<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBINT_INC     := /opt/extlib/libint/2.6.0/mpicc/4.1.1/gcc/11.2.0/include<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">FFTW_INC       := /opt/extlib/fftw/3.3.10/mpicc/4.1.1/gcc/11.2.0/include<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">CFLAGS   := -fopenmp<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">CFLAGS   += -I$(LIBINT_INC)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">CFLAGS   += -I$(LIBXC_INC)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">CFLAGS   += -I$(FFTW_INC)<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">FCFLAGS  := -O2 -funroll-loops -ftree-vectorize -march=native -ffree-form $(DFLAGS) $(CFLAGS)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LDFLAGS  := $(FCFLAGS)<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">LIBXC_LIB      := /opt/extlib/libxc/5.1.7/mpicc/4.1.1/gcc/11.2.0/lib<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBINT_LIB     := /opt/extlib/libint/2.6.0/mpicc/4.1.1/gcc/11.2.0/lib<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">FFTW_LIB       := /opt/extlib/fftw/3.3.10/mpicc/4.1.1/gcc/11.2.0/lib<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">BLAS_LIB       := /opt/extlib/blas/3.10.0/mpicc/4.1.1/gcc/11.2.0/lib<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">SCALAPACK_LIB  := /opt/extlib/scalapack/2.1.0/mpicc/4.1.1/gcc/11.2.0/lib<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LAPACK_LIB     := /opt/extlib/lapack/3.10.0/mpicc/4.1.1/gcc/11.2.0/lib<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">LIBS     := -llapack -lblas -lscalapack -lfftw3 -lfftw3_omp -lmpi<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBS     += -Wl,-rpath=$(LIBXC_LIB) -L$(LIBXC_LIB) -lxcf03 -lxc<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBS     += -Wl,-rpath=$(LIBINT_LIB) -L$(LIBINT_LIB) -lint2<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBS     += -Wl,-rpath=$(FFTW_LIB) -L$(FFTW_LIB) -lfftw3_mpi -lfftw3_omp -lfftw3 
<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBS     += -Wl,-rpath=$(SCALAPACK_LIB) -L$(SCALAPACK_LIB) -lscalapack<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBS     += -Wl,-rpath=$(LAPACK_LIB) -L$(LAPACK_LIB) -llapack<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">LIBS     += -Wl,-rpath=$(BLAS_LIB) -L$(BLAS_LIB) -lblas<o:p></o:p></p>
</div>
</div>
</div>
<p class="MsoNormal">-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to
<a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/29efe32b-d4eb-40a0-9024-bb9dc45e4e60n%40googlegroups.com?utm_medium=email&utm_source=footer">
https://groups.google.com/d/msgid/cp2k/29efe32b-d4eb-40a0-9024-bb9dc45e4e60n%40googlegroups.com</a>.<o:p></o:p></p>
</div>
</div>
</body>
</html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "cp2k" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/1c7c97a89bb141ab9a525c0832ef1bf2%40psi.ch?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/1c7c97a89bb141ab9a525c0832ef1bf2%40psi.ch</a>.<br />