第一原理分子動力学プログラム STATE Senri Wiki
開始行:
* Installation [#i7aa7c16]
Here how to compile Quantum-ESPRESSO 7.3.1 on ohtaka at I...
First of all, make sure that the modules are loaded prope...
In this tutorial, we are going to use the following modul...
1) oneapi_compiler/2023.0.0 2) oneapi_mkl/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 oneapi_mpi/2023.0.0
Let us first make directories for source codes, pseudopot...
$ mkdir -p QE/src
$ mkdir -p QE/pseudo
$ mkdir -p QE/out
** Obtaining the code [#y8f5848c]
In the ${HOME}/QE/src directory, type
$ wget https://gitlab.com/QEF/q-e/-/archive/qe-7.3.1/q-e...
** Configure and build [#s6403d64]
*** QE [#a4867fa6]
In q-e-qe-7.3.1, execute the following
$ ./configure MPIF90=mpiifort --enable-openmp --with-sca...
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
* Execution [#b1ff5ab4]
When submitting the job, do NOT forget to load the module...
module load oneapi_compiler/2023.0.0
module load oneapi_mkl/2023.0.0
module load oneapi_mpi/2023.0.0
In addition, the following lines should be added, especi...
export FI_PROVIDER=psm3
ulimit -s unlimited
終了行:
* Installation [#i7aa7c16]
Here how to compile Quantum-ESPRESSO 7.3.1 on ohtaka at I...
First of all, make sure that the modules are loaded prope...
In this tutorial, we are going to use the following modul...
1) oneapi_compiler/2023.0.0 2) oneapi_mkl/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 oneapi_mpi/2023.0.0
Let us first make directories for source codes, pseudopot...
$ mkdir -p QE/src
$ mkdir -p QE/pseudo
$ mkdir -p QE/out
** Obtaining the code [#y8f5848c]
In the ${HOME}/QE/src directory, type
$ wget https://gitlab.com/QEF/q-e/-/archive/qe-7.3.1/q-e...
** Configure and build [#s6403d64]
*** QE [#a4867fa6]
In q-e-qe-7.3.1, execute the following
$ ./configure MPIF90=mpiifort --enable-openmp --with-sca...
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
* Execution [#b1ff5ab4]
When submitting the job, do NOT forget to load the module...
module load oneapi_compiler/2023.0.0
module load oneapi_mkl/2023.0.0
module load oneapi_mpi/2023.0.0
In addition, the following lines should be added, especi...
export FI_PROVIDER=psm3
ulimit -s unlimited
ページ名: