Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- ar_exe
ar_exe = 'lib.exe'
- compile_switch
compile_switch = '/c '
- compiler_type
compiler_type = 'intelv'
- executables
executables = { Const('version_cmd') : List([Name('fc_exe'), Mod((Const('-FI -V -c %(fname)s.f -o %(fname)s.o'), Dict([(Const('fname'), CallFunc(Name('dummy_fortran_file'), [], None, None))])))]), Const('compiler_f77') : List([Name('fc_exe'), Const('-FI'), Const('-w90'), Const('-w95')]), Const('compiler_fix') : List([Name('fc_exe'), Const('-FI'), Const('-4L72'), Const('-w')]), Const('compiler_f90') : List([Name('fc_exe')]), Const('linker_so') : List([Name('fc_exe'), Const('-shared')]), Const('archiver') : List([Name('ar_exe'), Const('/verbose'), Const('/OUT:')]), Const('ranlib') : Name('None') } - fc_exe
fc_exe = 'ifl'
- library_switch
library_switch = '/OUT:'
- module_dir_switch
module_dir_switch = '/module:'
- module_include_switch
module_include_switch = '/I'
- object_switch
object_switch = '/Fo'
- version_pattern
version_pattern = 'Intel\\(R\\) Fortran Compiler for 32-bit applications, Version (?P<version>[^\\s*]*)'
Method summary
- get_flags(self)
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_free(self)
- get_flags_opt(self)
Methods
- get_flags(self)
- get_flags_arch(self)
- get_flags_debug(self)
- get_flags_free(self)
- get_flags_opt(self)
