On Tuesday 23 September 2008 14:59, Aleksandar Donev wrote: > > select type ( x[1] ) > > type is ( my_extension ) > > print *, x%more_stuff > > end select > > That is a good point that we missed i take that back---it is not a good point. A coarray must have the same dynamic type on all images, so you can just say select type(x) and get it to work. Best, Aleks