The error appears for these two lines :
real(8),dimension(:),allocatable,intent(out) :: tab_doub
integer,dimension(:),allocatable,intent(out) :: tab_inte
in the subroutine Read_tab
allocatable and intent or not compatible with the sun compiler, there is not problem with the linux lahey fortran...