Difference between revisions of "Developers"
From MohidWiki
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | If you're interested in contributing to MOHID, such as adding new features or, hey, why not, adding a whole new module, then you'll be glad to know that MOHID is open-source software and licensed with a GPL. You can get the code and compile it for yourself, make changes and submit them to our team at the [[codeplex]] website. You're also invited to write technical papers or documentation, such as [[entries in this wiki| | + | If you're interested in contributing to MOHID, such as adding new features or, hey, why not, adding a whole new module, then you'll be glad to know that MOHID is open-source software and is licensed with a GPL. You can get the code and compile it for yourself, make changes and submit them to our team at the [[codeplex]] website. You're also invited to write technical papers or other documentation, such as manuals and [[Sign_up|entries in this wiki]]. You can find some trivia and facts about the MOHID code [[Mohid facts|here]]. |
− | + | ==Pre-requisites== | |
+ | ===Windows=== | ||
+ | *VS Studio 2008 or greater | ||
+ | *Intel Fortran version 11.1 or greater | ||
+ | |||
+ | ===Linux=== | ||
+ | *[[HDF5|HDF5 libraries built with the fortran interface]] | ||
+ | *(OPTIONAL) [[Netcdf|Netcdf libraries built with the fortran interface]] | ||
+ | *Intel Fortran version 9.0 or greater | ||
+ | |||
+ | ==Downloading and compiling the MOHID software== | ||
+ | *See [[Codeplex]] | ||
+ | |||
+ | ==Internal links== | ||
+ | *[[Software to run Mohid|Downloads]] | ||
+ | |||
+ | [[Category:MOHID]] |
Latest revision as of 13:39, 7 May 2010
If you're interested in contributing to MOHID, such as adding new features or, hey, why not, adding a whole new module, then you'll be glad to know that MOHID is open-source software and is licensed with a GPL. You can get the code and compile it for yourself, make changes and submit them to our team at the codeplex website. You're also invited to write technical papers or other documentation, such as manuals and entries in this wiki. You can find some trivia and facts about the MOHID code here.
Contents
Pre-requisites
Windows
- VS Studio 2008 or greater
- Intel Fortran version 11.1 or greater
Linux
- HDF5 libraries built with the fortran interface
- (OPTIONAL) Netcdf libraries built with the fortran interface
- Intel Fortran version 9.0 or greater
Downloading and compiling the MOHID software
- See Codeplex