Skip to content

Commit 35cc683

Browse files
committed
Comment out too detailed time calculation calls
1 parent 885b65d commit 35cc683

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/Fortran_libraries/PARALLEL_src/SPH_SHELL_src/legendre_transform_spin.f90

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ subroutine leg_bwd_trans_vector_spin(ncomp, nvector)
5050
integer(kind = kint), intent(in) :: ncomp, nvector
5151
!
5252
!
53-
call start_eleps_time(25)
53+
! call start_eleps_time(25)
5454
call order_b_trans_vector_spin(ncomp, nvector, sp_rlm_spin(1,1))
55-
call end_eleps_time(25)
56-
call start_eleps_time(26)
55+
! call end_eleps_time(25)
56+
! call start_eleps_time(26)
5757
call clear_b_trans_spin(ione, 3*nvector)
58-
call end_eleps_time(26)
58+
! call end_eleps_time(26)
5959
!
60-
call start_eleps_time(27)
60+
! call start_eleps_time(27)
6161
call legendre_b_trans_vector_spin(ncomp, nvector, &
6262
& sp_rlm_spin(1,1), vr_rtm_spin(1,1))
63-
call end_eleps_time(27)
63+
! call end_eleps_time(27)
6464
!
65-
call start_eleps_time(28)
65+
! call start_eleps_time(28)
6666
call back_b_trans_vector_spin(ncomp, nvector, vr_rtm_spin(1,1))
67-
call end_eleps_time(28)
67+
! call end_eleps_time(28)
6868
!
6969
end subroutine leg_bwd_trans_vector_spin
7070
!
@@ -101,21 +101,21 @@ subroutine leg_fwd_trans_vector_spin(ncomp, nvector)
101101
integer(kind = kint), intent(in) :: ncomp, nvector
102102
!
103103
!
104-
call start_eleps_time(29)
104+
! call start_eleps_time(29)
105105
call order_f_trans_vector_spin(ncomp, nvector, vr_rtm_spin(1,1))
106-
call end_eleps_time(29)
107-
call start_eleps_time(30)
106+
! call end_eleps_time(29)
107+
! call start_eleps_time(30)
108108
call clear_f_trans_spin(ione, 3*nvector)
109-
call end_eleps_time(30)
109+
! call end_eleps_time(30)
110110
!
111-
call start_eleps_time(31)
111+
! call start_eleps_time(31)
112112
call legendre_f_trans_vector_spin(ncomp, nvector, &
113113
& vr_rtm_spin(1,1), sp_rlm_spin(1,1))
114-
call end_eleps_time(31)
114+
! call end_eleps_time(31)
115115
!
116-
call start_eleps_time(32)
116+
! call start_eleps_time(32)
117117
call back_f_trans_vector_spin(ncomp, nvector, sp_rlm_spin(1,1))
118-
call end_eleps_time(32)
118+
! call end_eleps_time(32)
119119
!
120120
end subroutine leg_fwd_trans_vector_spin
121121
!

0 commit comments

Comments
 (0)