diff --git a/INSTALL.md b/INSTALL.md index c703b72af3..60541d61f5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -424,6 +424,15 @@ functions replacing the dgemm calls with `offload_dgemm` will eventually be offl The SPLA library has internal criteria to decide if it is worth to do the operation on GPU or not. Calls to `offload_dgemm` also accept pointers on GPU or a combination of them. +### 2y. libgrpp (optional, enables calculations with ECPs) + +- libgrpp is a library for the calculation of integrals with GTOs and ECPs +- The libgrpp library can be found under +- During the installation, the directories `$(LIBGRPP_DIR)/lib` and `$(LIBGRPP_DIR)/include` are + created. +- Add `-D__LIBGRPP` to DFLAGS, `-I$(LIBGRPP_DIR)/include` to FCFLAGS and + `-L$(LIBGRPP_DIR)/lib -llibgrpp` to LIBS +