I need to return an an array of strings from a subroutine in fortran, the length of which is supposed to be determined at runtime. The solution I have found, which works with intel fortran, crashes with gfortran however.I need to return an an array of strings from a