<div dir="ltr">Hi Jiasen<br><br>you can run your cp2k binary with the --xml flag, e.g. "Linux-x86-64-gfortran.popt --xml"<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-536870145 1073786111 1 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        line-height:115%;
        mso-pagination:widow-orphan;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        mso-ansi-language:DE-CH;
        mso-fareast-language:EN-US;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        mso-ansi-language:DE-CH;
        mso-fareast-language:EN-US;}
.MsoPapDefault
        {mso-style-type:export-only;
        margin-bottom:10.0pt;
        line-height:115%;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.WordSection1
        {page:WordSection1; </style><span style="font-size:9.0pt;line-height:115%;
font-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-fareast-font-family:
Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:Arial;mso-ansi-language:EN-GB;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA;mso-no-proof:yes"></span>, which should generate a file "cp2k_input.xml". That file contains a full dump of the CP2K input file structure supported by that cp2k executable. Search (grep) for "ACID_HYDRONIUM" in that file.<br><br>The precompiled cp2k-6.1.ssmp binary is only OpenMP parallel but not MPI parallel and thus it does not run with mpirun/mpiexec. You can only employ multiple OpenMP threads, e.g. 4 threads using "export OMP_NUM_THREADS=4; cp2k-6.1.ssmp <input file>"<br><br>Matthias<br><br>On Tuesday, 10 July 2018 20:29:02 UTC+2, terr...@gmail.com  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">HI all,<br>I was trying to use the collective variable ACID_HYDRONIUM_DISTANCE as my CV, but cp2k took this as an unknown subsection of COLVAR. Has anyone successfully used this CV? or this is a problem originating from my compilation, because i found that ACID_HYDRONIUM_SHELL is also not recognized by my binary. Please kindly help me out of this, i appreciate your help. I am running with cp2k-6.1. I am running on Ubuntu 14.04.4 LTS, Here is the arch file i used for compilation on:<br><br>Linux-x86-64-gfortran.popt<br><br># Tested with: GFortran 6.4, MPICH 3.2, LAPACK 3.5.0, ScaLAPACK 2.0.2<br>CC         = gcc<br>CPP        =<br>FC         = mpif90<br>LD         = mpif90<br>AR         = ar -r<br>MPI_LIBRARY_PATH   = /home/jiasen/lib<br>LIBPATH    = /home/jiasen/lib<br>FFTW_LIB   = /home/jiasen/lib/fftw-3.3.8/.<wbr>libs<br>FFTW_INC   = /home/jiasen/lib/fftw-3.3.8/<wbr>api<br>LIBINT_LIB = /home/jiasen/lib/libint-1.1.4/<wbr>lib<br>LIBINT_INC = /home/jiasen/lib/libint-1.1.4/<wbr>include<br>DFLAGS     = -D__FFTW3 -D__LIBINT -D__MPI_VERSION=1 -D__BLACS\<br>             -D__LIBINT_MAX_AM=6 -D__LIBDERIV_MAX_AM1=5 -D__MAX_CONTR=4\<br>             -D__parallel -D__SCALAPACK<br>CPPFLAGS   = <br>FCFLAGS    = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none\<br>             -ftree-vectorize -funroll-loops\<br>             -mtune=native\<br>             -I$(FFTW_INC) -I$(LIBINT_INC) <br>LDFLAGS    = $(FCFLAGS) <br>LIBS       = $(MPI_LIBRARY_PATH)/<wbr>libscalapack.so\<br>             $(LIBPATH)/liblapack.so\<br>             $(LIBPATH)/libblas.so\<br>             $(FFTW_LIB)/libfftw3.so\<br>             $(LIBINT_LIB)/libderiv.a\<br>             $(LIBINT_LIB)/libint.a\<br>             /home/jiasen/lib/libblacs-<wbr>openmpi.so\<br><br><br>(MAY BE i should open another topic for the following)<br>Actually I would like to not compile cp2k-6.1 by myself were the precompiled cp2k-6.1.ssmp could work for me on a CentOS cluster. I have tried with openmpi-1.x.x and openmpi-2.x.x, but got the same problem. The problem of using the precompiled .ssmp is that it runs the job N times independently, instead of parallel. <br>the command I use is the following:<br><br>mpirun -n N .ssmp -i input -o output<br><br>if possible, please kindly guide me on how to run the precompiled excutables on my cluster.<br><br>Best Regards<br>Jiasen Guo<br><br></div></blockquote></div>