...
Download libxc 6.2.2 from https://www.tddft.org/programs/libxc/download/.
Build libxc:
Code Block |
---|
# Load intel compilers and mpi modules
cd libxc-6.2.2
./configure --prefix=<path> CC=mpicc FC=mpif90
make
make install |
Build Conquest:
Code Block |
---|
# Load intel compilers and mpi modules cd libxc-6.2.2 ./configure --prefix=<path> CC=mpicc FC=mpif90 make make install |
1. where to get the code, and input example
...
building example
...
running example
...
CONQUEST-release/src
# Edit system.make for XC lib and include paths, and FFT & blas libraries.
make |
Running Conquest:
Code Block |
---|
Tasks
what to do
Submissions
...