I'm trying to put some data in a fortran file in the form of a string(about 15000 characters long), and received the error when compiled with intel fortran:
catastrophic error: Token too long, max is 7194. Last token on line -4611686018407622524
Does anyone know how to deal with it?
The compiler version is 13.0.0. The same file can be compiled with IBM xlf fortran compiler and gfortran without problem.
The fortran file is here