Skip to content

mo_kind: add option to use iso_fortran_env; added qp

Sebastian Müller requested to merge update_mo_kind into develop

added cmake option:

cmake -DFORCES_WITH_ISO_FORTRAN_ENV=ON -B build -S .

this will use the kind definitions of iso_fortran_env instead of is_c_binding.

Also add qp and cqp for quad precision.

Merge request reports