Skip to content

Commit

Permalink
Prettify.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Oct 20, 2024
1 parent d831f69 commit 9d096fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/f77_interface.F
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ MODULE f77_interface
rm_mp_perf_env
USE nnp_environment, ONLY: nnp_init
USE nnp_environment_types, ONLY: nnp_type
USE offload_api, ONLY: offload_get_chosen_device,&
offload_get_device_count,&
USE offload_api, ONLY: offload_get_device_count,&
offload_init,&
offload_set_chosen_device
USE periodic_table, ONLY: init_periodic_table
Expand Down Expand Up @@ -219,9 +218,9 @@ SUBROUTINE init_cp2k(init_mpi, ierr)
LOGICAL, INTENT(in) :: init_mpi
INTEGER, INTENT(out) :: ierr

INTEGER :: unit_nr, offload_device_count
INTEGER, TARGET :: offload_chosen_device
INTEGER :: offload_device_count, unit_nr
INTEGER, POINTER :: active_device_id
INTEGER, TARGET :: offload_chosen_device
TYPE(cp_logger_type), POINTER :: logger

IF (.NOT. module_initialized) THEN
Expand Down

0 comments on commit 9d096fc

Please sign in to comment.