Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2024
1 parent 1213574 commit 5a3c84c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/dbcsr_config.F
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ SUBROUTINE dbcsr_set_config( &
CALL dbcsr_cfg%mm_dense%set(mm_dense)
END IF


END SUBROUTINE dbcsr_set_config

SUBROUTINE dbcsr_get_default_config( &
Expand Down Expand Up @@ -628,7 +627,7 @@ SUBROUTINE dbcsr_print_config(unit_nr)

IF (dbcsr_cfg%turn_off_acc%val) THEN
WRITE (UNIT=unit_nr, FMT='(1X,A,T81,A4)') &
"DBCSR| ACC is turned off: only CPU is used", dbcsr_cfg%turn_off_acc%print_source()
"DBCSR| ACC is turned off: only CPU is used", dbcsr_cfg%turn_off_acc%print_source()
END IF

IF (use_acc()) THEN
Expand Down

0 comments on commit 5a3c84c

Please sign in to comment.