Skip to content

Commit

Permalink
RI-HFX: initialize libint independently of HFX
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed Jul 21, 2020
1 parent d15f8a6 commit 7c9713b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hfx_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,9 @@ SUBROUTINE hfx_ri_init(ri_data, qs_kind_set, particle_set, atomic_kind_set, para

CALL timeset(routineN, handle)

! initialize libint
CALL cp_libint_static_init()

NULLIFY (ri_aux_basis_set, qs_kind)

natom = SIZE(particle_set)
Expand Down Expand Up @@ -1449,6 +1452,9 @@ SUBROUTINE hfx_ri_release(ri_data)

CALL timeset(routineN, handle)

! cleanup libint
CALL cp_libint_static_cleanup()

CALL hfx_ri_write_stats(ri_data)

IF (ASSOCIATED(ri_data%pgrid)) THEN
Expand Down

0 comments on commit 7c9713b

Please sign in to comment.