Updated LAXlib timers

This commit is contained in:
Pietro Bonfa 2020-03-28 12:08:39 +01:00
parent 95fd7f881b
commit ce9a2e9552
2 changed files with 4 additions and 4 deletions

View File

@ -282,7 +282,7 @@ SUBROUTINE laxlib_cdiaghg_gpu( n, m, h_d, s_d, ldh, e_d, v_d, me_bgrp, root_bgrp
!
!
!
CALL start_clock( 'cdiaghg_gpu' )
CALL start_clock_gpu( 'cdiaghg' )
!
! ... only the first processor diagonalizes the matrix
!
@ -470,7 +470,7 @@ SUBROUTINE laxlib_cdiaghg_gpu( n, m, h_d, s_d, ldh, e_d, v_d, me_bgrp, root_bgrp
#endif
#endif
!
CALL stop_clock( 'cdiaghg_gpu' )
CALL stop_clock_gpu( 'cdiaghg' )
!
RETURN
!

View File

@ -265,7 +265,7 @@ SUBROUTINE laxlib_rdiaghg_gpu( n, m, h_d, s_d, ldh, e_d, v_d, me_bgrp, root_bgrp
#endif
#undef VARTYPE
!
CALL start_clock( 'rdiaghg_gpu' )
CALL start_clock_gpu( 'rdiaghg' )
!
! ... only the first processor diagonalize the matrix
!
@ -420,7 +420,7 @@ SUBROUTINE laxlib_rdiaghg_gpu( n, m, h_d, s_d, ldh, e_d, v_d, me_bgrp, root_bgrp
#endif
#endif
!
CALL stop_clock( 'rdiaghg_gpu' )
CALL stop_clock_gpu( 'rdiaghg' )
!
RETURN
!