I used stat, which works fine in gfortran, but it is not available in ifort. Is there a way to get the file size using ifort?
INQUIRE(FILE=filename, SIZE=file_size)
filename is a character scalar, file_size is an integer scalar that will be determined by the size of the file in file storage units ("in bytes" on ifort) or -1 if the size cannot be determined.
filename
file_size
Source: https://habr.com/ru/post/1491982/More articles:How do I unit test this custom cmdlet - c #Android library is built using Gradle, but "package R does not exist" when creating an error - androidCQL 3 Cassandra 1.2 counter: how to insert a primary key? - cassandraMatrix processor access and multiplication optimization - javaClient error 403: Forbidden when trying to remove / update sets using SoundCloud API python - pythonREST alarms for Angularjs ng-grid - angularjsRails 4 - saving an object with nested attributes - ruby-on-rails-4SimpleDateFormat does not handle 12 m correctly. - javaXvfb IO error: client killed - pythonJava: using key names from a properties file without using hardcoded strings as keys - javaAll Articles