qcscine / qcmaquis

Release-only repository for SCINE QCMaquis, the DMRG software from the Reiher group.
BSD 3-Clause "New" or "Revised" License
32 stars 15 forks source link

make the integer kind of the Fortran interface code dependent on the CMake option LAPACK_64_BIT #4

Open stknecht opened 3 years ago

stknecht commented 3 years ago

At present, there is a mixture of integer (implicit kind=4 and) kind=8 declarations which does not allow to compile the code with default integer kind=4. In OpenMolcas, we always compile with default integer kind=8 such that it does not show up.