Skip to content

Commit

Permalink
Removed duplicated call to dbcsr_init_lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Mar 3, 2021
1 parent 7ba29c8 commit 13a1425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/start/cp2k_runs.F
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ RECURSIVE SUBROUTINE cp2k_run(input_declaration, input_file_name, output_unit, m

! DBCSR sets the GPU device, make sure it is the first GPU call
CALL dbcsr_init_lib(mpi_comm, io_unit=output_unit)
CALL dbcsr_init_lib(mpi_comm, io_unit=output_unit)

CALL cuda_nvtx_init()

Expand Down

0 comments on commit 13a1425

Please sign in to comment.