This function attempt some magic to speed up the read of a large text file in order to transfer it to memory.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | fname |
File to be read |
||
character(len=OMMP_STR_CHAR_MAX), | intent(out), | allocatable | :: | outstr(:) |
Data structure to be filled with the data from file |