|
在 install_cp2k_toolchain.sh 里注释掉了
- elif (mpirun --version 2>&1 | grep -s -q "Intel"); then
- echo "MPI is detected and it appears to be Intel MPI"
- # with_gcc=__DONTUSE__
- export MPI_MODE=intelmpi
复制代码
以及
- #else
- # # if gcc is installed, then mpi needs to be installed too
- # if [ "$with_gcc" = "__INSTALL__" ]; then
- # echo "You have chosen to install GCC, therefore MPI libraries will have to be installed too"
- # with_openmpi="__INSTALL__"
- # with_mpich="__INSTALL__"
- # with_intelmpi="__DONTUSE__"
- # fi
复制代码
然后 elpa 报错……
- ./install_cp2k_toolchain.sh --math-mode=mkl --with-gcc=install --mpi-mode=intelmpi --with-pexsi=install --with-elpa=install --with-ptscotch=install --with-superlu=install --with-quip=install --with-plumed=install
- MPI is detected and it appears to be Intel MPI
- Compiling with 16 processes.
- ==================== Installing GCC ====================
- gcc-11.2.0 is already installed, skipping it.
- Step gcc took 0.00 seconds.
- ==================== Getting proc arch info using OpenBLAS tools ====================
- OpenBLAS detected LIBCORE = haswell
- OpenBLAS detected ARCH = x86_64
- ==================== Installing CMake ====================
- cmake-3.22.1 is already installed, skipping it.
- Step cmake took 0.00 seconds.
- ==================== Finding Intel MPI from system paths ====================
- path to mpirun is /public1/apps/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/bin/mpirun
- path to mpicc is /public1/apps/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/bin/mpicc
- path to mpif90 is /public1/apps/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/bin/mpif90
- path to mpicxx is /public1/apps/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/bin/mpicxx
- Found lib directory /public1/apps/intel/compilers_and_libraries_2018.1.163/linux/mpi/intel64/lib
- libmpi is found in ld search path
- libmpicxx is found in ld search path
- Step intelmpi took 0.00 seconds.
- ==================== Finding MKL from system paths ====================
- MKLROOT is found to be /public1/apps/intel/compilers_and_libraries_2018.1.163/linux/mkl
- libm is found in ld search path
- libdl is found in ld search path
- Step mkl took 0.00 seconds.
- Step fftw took 0.00 seconds.
- ==================== Installing LIBINT ====================
- libint-2.6.0 is already installed, skipping it.
- Step libint took 1.00 seconds.
- ==================== Installing LIBXC ====================
- libxc-5.1.7 is already installed, skipping it.
- Step libxc took 0.00 seconds.
- Step libsmm took 0.00 seconds.
- ==================== Installing Libxsmm ====================
- libxsmm-1.17.tar.gz is found
- Installing from scratch into /public2/wanghuan/cp2k9i/tools/toolchain/install/libxsmm-1.17
- Step libxsmm took 19.00 seconds.
- Step scalapack took 0.00 seconds.
- ==================== Installing COSMA ====================
- COSMA-v2.5.1.tar.gz is found
- Installing from scratch into /public2/wanghuan/cp2k9i/tools/toolchain/install/COSMA-2.5.1
- Step cosma took 25.00 seconds.
- ==================== Installing ELPA ====================
- elpa-2021.11.001.tar.gz is found
- patching file nvcc_wrap
- Installing from scratch into /public2/wanghuan/cp2k9i/tools/toolchain/install/elpa-2021.11.001/cpu
- ERROR: (./scripts/stage5/install_elpa.sh, line 111) Non-zero exit code detected.
复制代码
|
|