Skip to content

Commit

Permalink
Merge branch 'master' into Igeom1_pflux_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErolBa committed Dec 4, 2024
2 parents 029fdb1 + 962843c commit 2af6e0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/hesian.f90
Original file line number Diff line number Diff line change
Expand Up @@ -425,15 +425,15 @@ subroutine hesian( NGdof, position, Mvol, mn, LGdof )

if( LHmatrix ) then

if( myid.eq.0 ) then ; cput = GETTIME ; write(ounit,'("hesian : ",f10.2," : LHmatrix="L2" ;")')cput-cpus, LHmatrix ;
open(munit, file=trim(get_hidden(ext))//".GF.ma", status="unknown", form="unformatted")
write(munit) NGdof
write(munit) ohessian(1:NGdof,1:NGdof)
close(munit)
endif

if( myid.eq.0 ) then ; cput = GETTIME ; write(ounit,'("hesian : ",f10.2," : LHmatrix="L2" ;")')cput-cpus, LHmatrix ;
open(munit, file=trim(get_hidden(ext))//".GF.ma", status="unknown", form="unformatted")
write(munit) NGdof
write(munit) ohessian(1:NGdof,1:NGdof)
close(munit)
endif

endif


! if( myid.eq.0 .and. ( LHevalues .or. LHevectors ) ) then ! the call to dforce below requires all cpus; 04 Dec 14;
if( ( LHevalues .or. LHevectors ) ) then
Expand Down

0 comments on commit 2af6e0d

Please sign in to comment.