|
|
按照这个博文《量子化学程序OpenMolcas的简易安装》安装openMolcas时提示报错请问是什么原因?(cmake是按照卢老师的文章:GROMACS的安装方法 安装的)
- [haorui@mafang build]$ CC=icc CXX=icpc FC=ifort cmake3 -DLINALG=MKL -DOPENMP=ON \-DCMAKE_INST ALL_PREFIX=/home/haorui/soft/OpenMolcas-v21.06 ../
- -- The Fortran compiler identification is Intel 15.0.0.20140723
- -- The C compiler identification is Intel 15.0.0.20140723
- -- Check for working Fortran compiler: /opt/intel/composer_xe_2015.0.090/bin/intel64/ifort
- -- Check for working Fortran compiler: /opt/intel/composer_xe_2015.0.090/bin/intel64/ifort - works
- -- Detecting Fortran compiler ABI info
- -- Detecting Fortran compiler ABI info - done
- -- Checking whether /opt/intel/composer_xe_2015.0.090/bin/intel64/ifort supports Fortran 90
- -- Checking whether /opt/intel/composer_xe_2015.0.090/bin/intel64/ifort supports Fortran 90 - yes
- -- Check for working C compiler: /opt/intel/composer_xe_2015.0.090/bin/intel64/icc
- -- Check for working C compiler: /opt/intel/composer_xe_2015.0.090/bin/intel64/icc - works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.8", minimum required is "3.0")
- Configuring compilers:
- Detecting Molcas version info:
- -- OPENMOLCAS_VERSION: v21.06 ?
- Detecting system info:
- -- OS: Linux-x86_64
- -- ADDRMODE: 64
- -- PLATFORM: LINUX64
- Configuring HDF5 support:
- -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS C) (found version "")
- -- HDF5 not found, it will be deactivated
- Configuring linear algebra libraries:
- -- Using Intel Math Kernel Library (MKL)
- -- MKLROOT = /opt/intel/composer_xe_2015.0.090/mkl
- -- MKL_INCLUDE_PATH = /opt/intel/composer_xe_2015.0.090/mkl/include
- -- MKL_LIBRARY_PATH = /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64
- -- LINALG_LIBRARIES: /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_intel_ilp64.so; /opt/intel/composer_xe_2015.0.090/mkl/lib/intel64/libmkl_core.so;/opt/intel/composer_xe_2015. 0.090/mkl/lib/intel64/libmkl_intel_thread.so
- Gromacs interface DISABLED
- BLOCK interface DISABLED
- CHEMPS2 interface DISABLED
- MSYM support DISABLED
- QCMaquis DMRG support DISABLED
- NECI interface DISABLED
- EFP interface DISABLED
- GEN1INT support DISABLED
- libwfa support DISABLED
- NEVPT2 support DISABLED
- MolGUI DISABLED
- Configuring runtime environment settings:
- -- DEFMOLCASMEM: 2048
- -- DEFMOLCASDISK: 20000
- -- RUNSCRIPT: $program $input
- -- RUNBINARY: $program
- -- RUNBINARYSER: $program
- Build type: Release
- -- C compiler: /opt/intel/composer_xe_2015.0.090/bin/intel64/icc
- -- C compiler flags: -std=gnu99 -qopenmp -O2
- -- Fortran compiler: /opt/intel/composer_xe_2015.0.090/bin/intel64/ifort
- -- Fortran compiler flags: -fpp -i8 -r8 -heap-arrays -qopenmp -O2 -fno-alias -traceback
- -- Definitions: _MOLCAS_;_I8_;_LINUX_
- -- Debug definitions:
- CMake Warning at Tools/pymolcas/CMakeLists.txt:37 (message):
- Some python modules are not available: pyparsing
- -- pymolcas: disabled
- CMake Error at CMakeLists.txt:3021 (message):
- Failed to configure the pymolcas driver.
- -- Configuring incomplete, errors occurred!
- See also "/home/Fangma/LYZ/xiugai/OpenMolcas-v21.06/build/CMakeFiles/CMakeOutput.log".
复制代码
|
|