Replace unit 100-102 since those are

reserved by the Cray compiler. 



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13985 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sponce 2017-11-10 12:09:46 +00:00
parent f249273f82
commit 4feb2c5985
1 changed files with 3 additions and 2 deletions

View File

@ -71,9 +71,8 @@
! !
! Output of quantity for restarting purposes (101-200) ! Output of quantity for restarting purposes (101-200)
! Note that 100-102 are reserved Cray unit and cannot be used.
! !
INTEGER :: epwdata = 101 ! EPW data [epwdata.fmt]
INTEGER :: iundmedata = 102 ! Dipole matrix in wannier basis [dmedata.fmt]
INTEGER :: iunvmedata = 103 ! Velocity matrix in wannier basis [vmedata.fmt] INTEGER :: iunvmedata = 103 ! Velocity matrix in wannier basis [vmedata.fmt]
INTEGER :: iunksdata = 104 ! Hamiltonian in wannier basis INTEGER :: iunksdata = 104 ! Hamiltonian in wannier basis
INTEGER :: iuepb = 105 ! Electron-phonon matrix in Bloch INTEGER :: iuepb = 105 ! Electron-phonon matrix in Bloch
@ -98,6 +97,8 @@
INTEGER :: crystal = 121 ! Unit for crystal data INTEGER :: crystal = 121 ! Unit for crystal data
INTEGER :: iunifc = 122 ! Unit for the IFC produced by q2r.x INTEGER :: iunifc = 122 ! Unit for the IFC produced by q2r.x
INTEGER :: iunimem = 123 ! Unit for reading memory information from the system status file INTEGER :: iunimem = 123 ! Unit for reading memory information from the system status file
INTEGER :: epwdata = 124 ! EPW data [epwdata.fmt]
INTEGER :: iundmedata = 125 ! Dipole matrix in wannier basis [dmedata.fmt]
! !
! Output quantites related to Wannier (201-250) ! Output quantites related to Wannier (201-250)