[root@KWFPrimary build]# clear [root@KWFPrimary build]# ./run_cmake -- ************************************************************************** -- Starting configuration of Amber version 20.0.0... -- CMake Version: 3.18.2 -- For how to use this build system, please read this wiki: -- http://ambermd.org/pmwiki/pmwiki.php/Main/CMake -- For a list of important CMake variables, check here: -- http://ambermd.org/pmwiki/pmwiki.php/Main/CMake-Common-Options -- ************************************************************************** -- Amber source found, building AmberTools and Amber -- Miniconda is installed in the build directory! -- Found perl make: /usr/bin/make -- Perl modules well be installed to AMBERHOME/lib/perl -- Running updater... -- >>> Preparing to apply updates... please wait. -- >>> No new updates available for AmberTools 21 -- >>> No new updates available for Amber 20 -- Updater done. If you want to install updates, then set the APPLY_UPDATES variable to true. -- Checking whether to use built-in libraries... -- Unable to locate MKL_HOME for your system. To use MKL, set MKL_HOME to point to your MKL installation location. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (OpenMP_C) does not match the name of the calling package (OpenMPFixed). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/patched-cmake-modules/FindOpenMPFixed.cmake:408 (find_package_handle_standard_args) cmake/hanjianwei/FindMKL.cmake:194 (find_package) cmake/3rdPartyTools.cmake:213 (find_package) CMakeLists.txt:190 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) does not match the name of the calling package (OpenMPFixed). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/patched-cmake-modules/FindOpenMPFixed.cmake:408 (find_package_handle_standard_args) cmake/hanjianwei/FindMKL.cmake:194 (find_package) cmake/3rdPartyTools.cmake:213 (find_package) CMakeLists.txt:190 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (OpenMP_Fortran) does not match the name of the calling package (OpenMPFixed). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/patched-cmake-modules/FindOpenMPFixed.cmake:408 (find_package_handle_standard_args) cmake/hanjianwei/FindMKL.cmake:194 (find_package) cmake/3rdPartyTools.cmake:213 (find_package) CMakeLists.txt:190 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find MKL (missing: MKL_INTERFACE_LIBRARY MKL_GFORTRAN_INTERFACE_LIBRARY MKL_GNU_THREADING_LIBRARY MKL_CORE_LIBRARY MKL_WORKS MKL_FORTRAN_WORKS) -- Cannot search for FFTW Fortran headers because the serial headers were not found -- Could NOT find FFTW (missing: FFTW_LIBRARY_SERIAL FFTW_WORKS FFTW_INCLUDES_SERIAL FFTW_FORTRAN_WORKS) -- Failed to find NetCDF interface for F77 (NetCDF_INCLUDES_F77 = NetCDF_INCLUDES_F77-NOTFOUND, NetCDF_LIBRARIES_F77 = NetCDF_LIBRARIES_F77-NOTFOUND) -- Failed to find NetCDF interface for F90 (NetCDF_INCLUDES_F90 = NetCDF_INCLUDES_F90-NOTFOUND, NetCDF_LIBRARIES_F90 = NetCDF_LIBRARIES_F90-NOTFOUND) -- Could NOT find NetCDF (missing: NetCDF_C_WORKS NetCDF_LIBRARIES NetCDF_INCLUDES) -- Could NOT find XBLAS (missing: XBLAS_LIBRARY XBLAS_C_WORKS XBLAS_FORTRAN_WORKS) -- A library with BLAS API not found. Please specify library location. -- LAPACK requires BLAS -- A library with LAPACK API not found. Please specify library location. -- The ARPACK library was not found. Please set ARPACK_LIBRARY to point to it. (missing: ARPACK_LIBRARY ARPACK_WORKS) -- Could not find some or all of the five main APBS libraries. Please set APBS_GENERIC_LIB, APBS_ROUTINES_LIB, APBS_PMGC_LIB, APBS_MG_LIB, and APBS_MALOC_LIB to point to the correct libraries (missing: APBS_API_LIB APBS_ROUTINES_LIB APBS_MG_LIB APBS_PMGC_LIB APBS_GENERIC_LIB APBS_MALOC_LIB APBS_WORKS APBS_INCLUDES) -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) -- Could NOT find PUPIL (missing: PUPIL_MAIN_LIB PUPIL_BLIND_LIB PUPIL_TIME_LIB JNI_FOUND PUPIL_WORKS) -- Could NOT find LIO (missing: LIO_G2G_LIBRARY LIO_AMBER_LIBRARY LIO_WORKS) -- Could NOT find PLUMED (missing: PLUMED_LIBRARY PLUMED_KERNEL_LIBRARY PLUMED_INCLUDES PLUMED_WORKS) (Required is at least version "2.5") -- Could NOT find Boost (missing: Boost_INCLUDE_DIR thread system program_options iostreams regex timer chrono filesystem graph) -- Could NOT find MBX (missing: MBX_DIR) -- Could not find MBX. To locate it, add its install dir to the prefix path. -- Cannot find PLUMED. You will still be able to load it at runtime. If you want to link it at build time, set PLUMED_ROOT to where you installed it. -- Generating amber source scripts -- Configuring subdirs... -- FFTW: compiler supports stack alignment: TRUE -- Found bash: /usr/bin/bash -- netcdf-fortran: Detected TS29113 support in Fortran compiler -- Reticulating splines... If you can't see the following build report, then you need to turn off COLOR_CMAKE_MESSAGES -- ************************************************************************** -- Build Report -- Compiler Flags: -- C No-Opt: -Wall -Wno-unused-function -Wno-unknown-pragmas -Wno-unused-variable -Wno-unused-but-set-variable -O0 -- C Optimized: -Wall -Wno-unused-function -Wno-unknown-pragmas -Wno-unused-variable -Wno-unused-but-set-variable -O3 -mtune=native -- -- CXX No-Opt: -Wall -Wno-unused-function -Wno-unknown-pragmas -Wno-unused-local-typedefs -Wno-unused-variable -Wno-unused-but-set-variable -O0 -- CXX Optimized: -Wall -Wno-unused-function -Wno-unknown-pragmas -Wno-unused-local-typedefs -Wno-unused-variable -Wno-unused-but-set-variable -O3 -mtune=native -- -- Fortran No-Opt: -Wall -Wno-tabs -Wno-unused-function -ffree-line-length-none -Wno-unused-dummy-argument -Wno-unused-variable -O0 -- Fortran Optimized: -Wall -Wno-tabs -Wno-unused-function -ffree-line-length-none -Wno-unused-dummy-argument -Wno-unused-variable -O3 -mtune=native -- -- 3rd Party Libraries -- ---building bundled: ----------------------------------------------------- -- blas - for fundamental linear algebra calculations -- lapack - for fundamental linear algebra calculations -- arpack - for fundamental linear algebra calculations -- netcdf - for creating trajectory data files -- netcdf-fortran - for creating trajectory data files from Fortran -- fftw - used to do Fourier transforms very quickly -- xblas - used for high-precision linear algebra calculations -- boost - C++ support library -- ---using installed: ------------------------------------------------------ -- ucpp - used as a preprocessor for the NAB compiler -- zlib - for various compression and decompression tasks -- libbz2 - for bzip2 compression in cpptraj -- libm - for fundamental math routines if they are not contained in the C library -- perlmol - chemistry library used by FEW -- ---disabled: ------------------------------------------------ -- c9x-complex - used as a support library on systems that do not have C99 complex.h support -- lio - used by Sander to run certain QM routines on the GPU -- apbs - used by Sander as an alternate Poisson-Boltzmann equation solver -- pupil - used by Sander as an alternate user interface -- plumed - used as an alternate MD backend for Sander -- mkl - alternate implementation of lapack and blas that is tuned for speed -- mbx - computes energies and forces for pmemd with the MB-pol model -- Features: -- MPI: OFF -- OpenMP: OFF -- CUDA: OFF -- Build Shared Libraries: ON -- Build GUI Interfaces: ON -- Build Python Programs: ON -- -Python Interpreter: Internal Miniconda (version 3.9) -- Build Perl Programs: ON -- Build configuration: RELEASE -- Target Processor: x86_64 -- Build Documentation: OFF -- Sander Variants: normal LES API LES-API -- Install location: /root/amber_i/amber20/ -- Installation of Tests: ON -- Compilers: -- C: GNU 8.4.1 (/usr/bin/gcc) -- CXX: GNU 8.4.1 (/usr/bin/g++) -- Fortran: GNU 8.4.1 (/usr/bin/gfortran) -- Building Tools: -- addles amberlite ambpdb antechamber cifparse cphstats cpptraj emil etc few gbnsr6 gem.pmemd leap lib mdgx mm_pbsa mmpbsa_py moft nab ndiff-2.00 nfe-umbrella-slice nmode nmr_aux packmol_memgen paramfit parmed pbsa pdb4amber pmemd pymsmt pysander python_site_packages pytraj reduce rism sander saxs sebomd sff sqm xray xtalutil -- NOT Building Tools: -- quick - BUILD_QUICK is not enabled -- reaxff_puremd - BUILD_REAXFF_PUREMD is not enabled -- gpu_utils - Requires CUDA -- ************************************************************************** -- Environment resource files are provided to set the proper environment -- variables to use AMBER and AmberTools. This is required to run any Python -- programs (like MMPBSA.py, ParmEd, MCPB.py, and pytraj) -- -- If you use a Bourne shell (e.g., bash, sh, zsh, etc.), source the -- /root/amber_i/amber20//amber.sh file in your shell. Consider adding the line -- test -f /root/amber_i/amber20//amber.sh && source /root/amber_i/amber20//amber.sh -- to your startup file (e.g., ~/.bashrc) -- -- If you use a C shell (e.g., csh, tcsh), source the -- /root/amber_i/amber20//amber.csh file in your shell. Consider adding the line -- test -f /root/amber_i/amber20//amber.csh && source /root/amber_i/amber20//amber.csh -- to your startup file (e.g., ~/.cshrc) -- -- Amber will be installed to /root/amber_i/amber20/ -- Configuring done -- Generating done -- Build files have been written to: /root/amber_i/amber20_src/build ./run_cmake: line 41: -DCMAKE_INSTALL_PREFIX=/root/amber_i/amber20: No such file or directory If the cmake build report looks OK, you should now do the following: make install source /root/amber_i/amber20/amber.sh Consider adding the last line to your login startup script, e.g. ~/.bashrc [root@KWFPrimary build]#