Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 355 Bytes

Coupled Cluster code from grad school. Uses CMake to generate Makefile. Depends on a c++11 compatible compiler, blas, mpi, and gsl.

General use looks like: module load gcc module load openblas module load openmpi module load gsl cmake . make

This will generate the executable ccd.exe in the src directory. A readme on running this executable is in src.