• 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2023-04-21T18:46:46+09:00","default:StatE","StatE")
#author("2023-06-19T17:39:58+09:00","default:StatE","StatE")
* Installation [#i7aa7c16]
Here how to compile Quantum-ESPRESSO 7.2 on ohtaka at ISSP, the University of Tokyo.

First of all, make sure that the modules are loaded properly.
In this tutorial, we are going to use the following modules (Intel fortran + OpenMPI), as I found this is the safe option for now (as of April 24 2023).
In this tutorial, we are going to use the following modules (Intel fortran + IntelMPI):

  1) oneapi_compiler/2023.0.0   2) oneapi_mkl/2023.0.0   3) openmpi/4.1.5-oneapi-2023.0.0-classic  
  1) oneapi_compiler/2023.0.0   2) oneapi_mkl/2023.0.0   3) oneapi_mpi/2023.0.0  

To do this we need to execute

 module load oneapi_compiler/2023.0.0
 module load oneapi_mkl/2023.0.0
 module load openmpi/4.1.5-oneapi-2023.0.0-classic
 module load oneapi_mpi/2023.0.0

Let us first make directories for source codes, pseudopotentials, and calculations for Quantum-ESPRESSO in the home directory, for e.g.

 $ mkdir -p QE/src
 $ mkdir -p QE/pseudo
 $ mkdir -p QE/out

** Obtaining the code [#y8f5848c]
In the ${HOME}/QE/src directory, type
 $ git clone -b 'qe-7.2' --depth 1 https://gitlab.com/QEF/q-e.git qe-7.2
If "qe-7.2" is not specified, "q-e" may be generated.
** Configure and build [#s6403d64]
*** QE [#a4867fa6]
In qe-7.2, execute the following
 $ ./configure MPIF90=mpifort --enable-openmp
 $ ./configure MPIF90=mpiifort --enable-openmp --with-scalapack=intel
Then type
 $ make pw
Other programs can be found by just typing
 $ make
I usually build PW as well as PP by typing
 $ make pw pp
If you like to perform phonon calculations do
 $ make ph

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS