Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed Apr 23, 2018
1 parent bb64aaa commit 45023e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions soc/fermisurface.f90
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ subroutine fermisurface3D
close(outfileindex)
endif

#if defined (MPI)
call mpi_barrier(mpi_cmw, ierr)
#endif

deallocate(W)
deallocate(Hamk_bulk)
Expand Down Expand Up @@ -307,7 +309,9 @@ subroutine orbitaltexture
enddo
close(outfileindex)
endif
#if defined (MPI)
call mpi_barrier(mpi_cmw, ierr)
#endif


outfileindex= outfileindex+ 1
Expand All @@ -321,7 +325,9 @@ subroutine orbitaltexture
enddo
close(outfileindex)
endif
#if defined (MPI)
call mpi_barrier(mpi_cmw, ierr)
#endif


outfileindex= outfileindex+ 1
Expand All @@ -338,7 +344,9 @@ subroutine orbitaltexture
enddo
close(outfileindex)
endif
#if defined (MPI)
call mpi_barrier(mpi_cmw, ierr)
#endif



Expand Down

0 comments on commit 45023e2

Please sign in to comment.