Supported compilers for GEOS-Chem: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== The GNU Fortran compiler == | == The GNU Fortran compiler == | ||
'''''GNU Fortran is our recommended open-source compiler for GEOS-Chem.''''' | '''''GNU Fortran is our recommended open-source compiler for GEOS-Chem.''''' | ||
[[GEOS-Chem v11-01]] and newer versions are compatible with the [[GNU Fortran compiler]], aka <tt>gfortran</tt>. This is a free and open-source compiler that comes pre-installed on many modern computer systems. As such, GNU Fortran allows GEOS-Chem to be highly portable across a wide variety of platforms. For more information see: | [[GEOS-Chem v11-01]] and newer versions are compatible with the [[GNU Fortran compiler]], aka <tt>gfortran</tt>. This is a free and open-source compiler that comes pre-installed on many modern computer systems. As such, GNU Fortran allows GEOS-Chem to be highly portable across a wide variety of platforms, including cloud-computing platforms. For more information see: | ||
*[[GNU Fortran compiler|''GNU Fortran compiler'' page on the GEOS-Chem wiki]] | *[[GNU Fortran compiler|''GNU Fortran compiler'' page on the GEOS-Chem wiki]] | ||
*[ | *[[GNU_Fortran_compiler#GNU_Fortran_versions_tested_with_GEOS-Chem|GNU Fortran versions that have been verified to build GEOS-Chem properly]] | ||
*[[GNU_Fortran_compiler#Environment_settings_for_GNU_Fortran|Environment settings for GNU Fortran]] | |||
*[[GNU_Fortran_compiler#Performance|GEOS-Chem performance when compiled with GNU Fortran]] | |||
*[[GNU_Fortran_compiler#Compilation_options|Compilation options for GNU Fortran]] | |||
*[[GNU_Fortran_compiler#Known_issues|Known issues when compiling GEOS-Chem with GNU Fortran]] | |||
* | |||
* | |||
| | --[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:32, 14 June 2019 (UTC) | ||
== The Intel Fortran compiler == |
Revision as of 14:32, 14 June 2019
The GNU Fortran compiler
GNU Fortran is our recommended open-source compiler for GEOS-Chem.
GEOS-Chem v11-01 and newer versions are compatible with the GNU Fortran compiler, aka gfortran. This is a free and open-source compiler that comes pre-installed on many modern computer systems. As such, GNU Fortran allows GEOS-Chem to be highly portable across a wide variety of platforms, including cloud-computing platforms. For more information see:
- GNU Fortran compiler page on the GEOS-Chem wiki
- GNU Fortran versions that have been verified to build GEOS-Chem properly
- Environment settings for GNU Fortran
- GEOS-Chem performance when compiled with GNU Fortran
- Compilation options for GNU Fortran
- Known issues when compiling GEOS-Chem with GNU Fortran
--Bob Yantosca (talk) 14:32, 14 June 2019 (UTC)