Difference between revisions of "Compiling"
From MohidWiki
m (1 revision) |
Davidbrito (talk | contribs) (→Compiling in Windows) |
||
Line 6: | Line 6: | ||
#Intel Fortran Compiler 9.0(IFC). | #Intel Fortran Compiler 9.0(IFC). | ||
− | See more on [[compiling with CVF|compiling with Compaq Visual Fortran 6.6c ]] | + | 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]] |
A [[makefile]] can also be used to compile Mohid in Windows. | A [[makefile]] can also be used to compile Mohid in Windows. |
Revision as of 18:28, 20 July 2009
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
A makefile can also be used to compile Mohid in Windows.
Compiling in *NIX platforms
Use a makefile.
Here are specific instructions to compile MOHID Water for Debian Linux.