Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

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:

# Load intel compilers and mpi modules
cd libxc-6.2.2
./configure --prefix=<path> CC=mpicc FC=mpif90
make
make install 

Build Conquest:

# Load intel compilers and mpi modules
cd CONQUEST-release/src
# Edit system.make for XC lib and include paths, and FFT & blas libraries.
make

 Running Conquest:

 

Tasks

what to do

 

Submissions

(what is needed to submit)

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.