When using a non-default int (e.g., `-DINT64`) there is a compilation here: ```fortran call integer_to_string(io_unit,int_fmt,tmp) ``` Since `io_unit` is `integer`, but that function is expecting `integer(IK)`.