Overview
(few words about the application)
...
CONQUEST is a DFT code designed for large-scale calculations, with excellent parallelisation. It gives a consistent, exact diagonalisation approach for systems from 1 to 10,000+ atoms, and brings the possibility of linear scaling calculations on over 1,000,000 atoms.
Building and Running example
Check out the source code from https://github.com/OrderN/CONQUEST-release.git.
Download libxc 6.2.2 from https://www.tddft.org/programs/libxc/download/.
Build libxc:
Code Block |
---|
cd libxc-6.2.2
./configure --prefix=<path> CC=mpicc FC=mpif90
make
make install |
Build Conquest:
Code Block |
---|
cd libxc-6.2.2
./configure --prefix=<path> CC=mpicc FC=mpif90
make
make install |
1. where to get the code, and input example
...