Skip to content

Commit

Permalink
comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Nov 6, 2023
1 parent c7d921c commit 796dc85
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/tce/ccsd/ccsd_t2.F
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ SUBROUTINE ccsd_t2(rtdb,d_f1,d_i0,d_t1,d_t2,d_v2,
CALL DELETEFILE(d_i1)
IF (.not.MA_POP_STACK(l_i1_offset))
1 CALL ERRQUIT('ccsd_t2',-1,MA_ERR)
!
!
!
CALL OFFSET_ccsd_t2_7_1(l_i1_offset,k_i1_offset,size_i1)
CALL TCE_FILENAME('ccsd_t2_7_1_i1',filename)
CALL CREATEFILE(filename,d_i1,size_i1)
Expand All @@ -283,6 +286,9 @@ SUBROUTINE ccsd_t2(rtdb,d_f1,d_i0,d_t1,d_t2,d_v2,
CALL DELETEFILE(d_i1)
IF (.not.MA_POP_STACK(l_i1_offset))
1 CALL ERRQUIT('ccsd_t2',-1,MA_ERR)
!
!
!
CALL OFFSET_vt1t1_1_1(l_i1_offset,k_i1_offset,size_i1)
CALL TCE_FILENAME('vt1t1_1_1_i1',filename)
CALL CREATEFILE(filename,d_i1,size_i1)
Expand All @@ -295,9 +301,9 @@ SUBROUTINE ccsd_t2(rtdb,d_f1,d_i0,d_t1,d_t2,d_v2,
CALL c2f_t2_t12(d_t1,k_t1_offset,d_t2,k_t2_offset)
cpu = - util_cpusec()
wall = - util_wallsec()
c
c
c
!
!
!
if (.not.rtdb_get(rtdb,'tce:ccsd_t2_8_alg',mt_int,1,
1 ccsd_t2_8_alg)) then
ccsd_t2_8_alg = 2
Expand Down Expand Up @@ -333,9 +339,9 @@ SUBROUTINE ccsd_t2(rtdb,d_f1,d_i0,d_t1,d_t2,d_v2,
else
CALL errquit('ccsd_t2_8_alg',ccsd_t2_8_alg,INPUT_ERR)
endif
c
c
c
!
!
!
cpu = cpu + util_cpusec()
wall = wall + util_wallsec()
cpusecs(37) = cpu
Expand Down

0 comments on commit 796dc85

Please sign in to comment.