Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 716 Bytes
project author
PIC
Jorge Luis Gálvez Vallejo

PIC is named after the Huastec word PIC which means otter.

A work in progress on writing a cool backend for Fortan applications focused on Quantum Chemistry software.

Building and dependencies

There's two build systems included in the present version, CMake and the Fortran Package Manager.

The dependencies of the project are, as of now, CMake (if using cmake), MPI, OpenMP, and a BLAS/LAPACK library.

CMake

mkdir build
cd build
cmake ../
make -j
ctest

FPM

Install the FPM following the instructions and then simply: fpm build