Inherits from
- FCompiler: numpy.distutils.fcompiler.FCompiler
Attributes
- compiler_type
compiler_type = 'intel'
- 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('-72'), Const('-w90'), Const('-w95')]), Const('compiler_fix') : List([Name('fc_exe'), Const('-FI')]), Const('compiler_f90') : List([Name('fc_exe')]), Const('linker_so') : List([Name('fc_exe'), Const('-shared')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]) } - module_dir_switch
module_dir_switch = '-module '
- module_include_switch
module_include_switch = '-I'
- pic_flags
pic_flags = [ '-KPIC' ]
- 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_free(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
Methods
- get_flags(self)
- get_flags_arch(self)
- get_flags_free(self)
- get_flags_linker_so(self)
- get_flags_opt(self)
