Hello,
I'm attempting to compile some Fortran code with ifort 15.0.2.
The compilation fails with:
algorithm/psy_dynamo_algorithm_rk_timestep_mod.f90(1): error #5462: Global name too long, shortened from: psy_dynamo_algorithm_rk_timestep_mod_mp_invoke_3_compute_mass_matrix_kernel_w2_type_$BLK.var$3033 to: sy_dynamo_algorithm_rk_timestep_mod_mp_invoke_3_compute_mass_matrix_kernel_w2_type_$BLK.var$3033
I found this thread which appears to indicate this problem was fixed back in version 12: https://software.intel.com/en-us/forums/topic/286764
Has it re-appeared and is there some flag/workaround for it?
Thanks,
Andy.