小舟Ferry分享 http://blog.sciencenet.cn/u/DonarF1

博文

installation of QE-hlrn

已有 2888 次阅读 2015-6-15 17:28 |个人分类:QE|系统分类:科研笔记

参考 https://portal.pawsey.org.au/docs/Supercomputers/Magnus/Quantum_Espresso


module swap PrgEnv-cray PrgEnv-intel

 export CC=cc; export FC=ftn; export F77=ftn; ./configure --enable-parallel --enable-openmp --prefix=`pwd`


For implicit threading mode, a prerequisite is to have an FFTW3 threaded library installed (libfftw3_omp). If it is notpresent, then FFTW3 has to be reconfigured and rebuilt with threading support, before Quantum ESPRESSO is configured.Implicit threading mode can be enabled by defining -D__FFTW3 (instead of -D__FFTW) and -D__FFTW3_OMP_IMPL macroparameters in DFLAGS variable inside of the make.sys file. In addition, it is necessary to specify the path to the FFTW3 library Enabling FFTE library and FFTW3 threading in Quantum ESPRESSO5within FFT_FLAGS variable (-L/path/to/fftw3), as well as FFTW3 libraries to be linked with, in the same line (-lfftw3_omp and -lfftw3). Explicit mode can be enabled in a similar way, only adding-D__FFTW3_OMP_EXPL macro parameter instead of the one for implicit mode, and linking with just the serial FFTW3 library,instead of also linking with the threaded one



note:

You should always use the option disk_io=low. With this option the wave functions are only written at the end of the job rather than after every intermediate step. This will substantially reduce the load on the disk systems and make your job run faster.

Also it is not allowed to run the the phonon part of Quantum ESPRESSO (i.e. ph.x) on Beskow. This is because the phonon part does not seem to have the equivalent of disk_io=low and therefore creates more IO than the shared Lustre system can handle.


LANL_woodchuck

module list

1) mkl/11.4.1   2) intel/15.0.5   3) intel-mpi/5.1.3

setenv CC cc

setenv F77 mpif90

setenv FC mpif90

./configure --enable-parallel --enable-openmp



https://blog.sciencenet.cn/blog-100989-898212.html

上一篇:vasp+GW+BSE
下一篇:TBPW
收藏 IP: 192.12.184.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-25 16:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部