Lines Matching full:files
9 # Module Files
17 Module files hold information from a module that is necessary to compile
22 Module files must be searchable by module name. They are typically named
28 clear which compiler created a `.mod` file and files from multiple compilers
36 Module files will be Fortran source.
92 in the `.mod` file. (Currently they are readable in PGI `.mod` files.)
109 ## Reading and writing module files
114 for module files and where to write them. By default it will be the current
117 For PGI, `-I` specifies directories to search for include files and module
118 files. `-module` specifics a directory to write module files in as well as to
121 The search order for module files is:
126 ### Writing module files
131 Module files will be written after semantics, i.e. after the compiler has
133 **NOTE:** PGI does create `.mod` files sometimes even when the module has a
140 ### Reading module files
150 When processing `.mod` files we know they are valid Fortran with these properties:
168 ## Hermetic modules files
170 Top-level module files for libraries can be build with `-fhermetic-module-files`.
171 This option causes these module files to contain copies of all of the non-intrinsic