Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

what is the max number of open files? Maximum unit number which can be specified?

bmchenry
New Contributor II
636 Views
Looking in the documentation and can't find what isthe maximum number of open files.
Compiler Limits listing does not list.
where can i find the maximum number
(from other compilers from way back when it used to be 99, is it now more?

thank you

Brian


0 Kudos
1 Reply
Steven_L_Intel1
Employee
636 Views
There is no compiler-imposed limit on the number of open files. The OS may impose a limit depending on available resources.

From the documentation on unit specifiers, "The integer is in the range 0 through 2,147,483,643."
0 Kudos
Reply