added output of precision to init

This commit is contained in:
Martin Diehl 2012-01-13 15:20:29 +00:00
parent f3bb2271c9
commit 07186e0751
1 changed files with 5 additions and 2 deletions

View File

@ -49,8 +49,11 @@ implicit none
write(6,*) '<<<+- prec init -+>>>'
write(6,*) '$Id$'
write(6,*)
write(6,*) 'NaN: ',DAMASK_NAN
write(6,*) 'NaN /= NaN: ',DAMASK_NaN/=DAMASK_NaN
write(6,'(a,i3)'), ' Bytes for pReal: ',pReal
write(6,'(a,i3)'), ' Bytes for pInt: ',pInt
write(6,'(a,i3)'), ' Bytes for pLongInt: ',pLongInt
write(6,'(a,e3.3)'), ' NaN: ',DAMASK_NAN
write(6,'(a,l3)'), ' NaN /= NaN: ',DAMASK_NaN/=DAMASK_NaN
write(6,*)
!$OMP END CRITICAL (write2out)