Skip to content

Latest commit

 

History

158 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wannier90 usage

Installation on STOKES cluster

Load modules:

module load oneapi/oneapi-2023.1.0/mpi/mpi-2021.9.0

module load openblas/openblas-0.3.25-oneapi-2023.1.0

module load oneapi/oneapi-2023.1.0/mkl/mkl-2023.1.0

Copy configure file for Intel compiler:

cp ./config/make.inc.ifort ./make.inc

Check the directory for MKL library:

module show oneapi/oneapi-2023.1.0/mkl/mkl-2023.1.0

Edit make.inc file:

F90 = mpif90
MPIF90=mpif90
LIBDIR = /apps/oneapi/oneapi-2023.1.0/mkl/2023.1.0/lib/intel64

Compile the program:

make

Copy executables into bin directory:

cp *.x ~/bin

Installation on MAC computer

Check that the required software is installed:

gfortran --version
mpicc --version
cmake --version

brew install gcc open-mpi openblas cmake

mkdir Software

cd Software

cd wannier90

mkdir build

cd build

cmake ..

make

Check the installed wannier90 executable:

wannier90.x --version

Wannier90: 3.1.0

About

Test examples for QE+Wannier90 and QE+Yambo GW + Wannier90

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages