- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
as we know, the .mod file will be Created if a source file being compiled defines a Fortran module (MODULE statement).
the .mod file will be in the current path
Can I specify the Path where this file will be ceated to, and How?
thanks for you attention!
the .mod file will be in the current path
Can I specify the Path where this file will be ceated to, and How?
thanks for you attention!
- Marcas:
- Intel® Fortran Compiler
Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
As documented in the ifort Users guide, use the -module option.
module
Specifies the directory where module files should be placed when created and where they should be searched for.
Syntax
Linux and Mac OS X: -module path
Windows: /module:path
Arguments
path Is the directory for module files.

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora