Open rasmussn opened 7 years ago
Additional nonstandard specifiers are (from https://software.intel.com/en-us/node/678829):
DISP (DISPOSE) NAME (synonym for FILE) RECL (or RECORDSIZE) TYPE (synonym for STATUS)
There are actually several more (from casual glance at the Intel documentation)
According to the Intel Fortran compiler documentation, MODE specifier is a nonstandard synonym for ACCESS. The following program demonstrates the usage: