Difference between revisions of "Compiling"
From MohidWiki
Davidbrito (talk | contribs) (→Compiling in Windows) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
See more on [[compiling with CVF|compiling with Compaq Visual Fortran 6.6c ]], [[compiling with IFC|Intel Fortran Compiler 9.0 till 10]] and [[Compiling with IFC 11|Intel Fortran Compiler 11]] | See more on [[compiling with CVF|compiling with Compaq Visual Fortran 6.6c ]], [[compiling with IFC|Intel Fortran Compiler 9.0 till 10]] and [[Compiling with IFC 11|Intel Fortran Compiler 11]] | ||
− | + | == Compiling in Windows x64 == | |
+ | See more on [[Compiling_with_IFC_11#Build_Solution_in_x64|compiling with IFC11.1 on x64]]. | ||
== Compiling in [[*NIX platforms]] == | == Compiling in [[*NIX platforms]] == | ||
Use a [[*NIX platforms|makefile]]. | Use a [[*NIX platforms|makefile]]. | ||
− | |||
− | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Compiling]] | [[Category:Compiling]] |
Latest revision as of 12:04, 18 February 2011
Mohid can be compiled using different compilers under different operative systems.
Compiling in Windows
Currently, the Mohid developing team is working with two different FORTRAN 95 compilers:
- Compaq Visual Fortran 6.6c (CVF)
- Intel Fortran Compiler 9.0(IFC).
See more on compiling with Compaq Visual Fortran 6.6c , Intel Fortran Compiler 9.0 till 10 and Intel Fortran Compiler 11
Compiling in Windows x64
See more on compiling with IFC11.1 on x64.
Compiling in *NIX platforms
Use a makefile.