Difference between revisions of "Guide to compilers for GEOS-Chem"

From Geos-chem
Jump to: navigation, search
(Further reading)
 
(3 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
#[[GNU Fortran compiler|The GNU Fortran compiler (aka gfortran)]]
 
#[[GNU Fortran compiler|The GNU Fortran compiler (aka gfortran)]]
 
#[[Intel Fortran Compiler|The Intel Fortran compiler (aka ifort)]]
 
#[[Intel Fortran Compiler|The Intel Fortran compiler (aka ifort)]]
#[[Known issues caused by compiler bugs]]
 
 
#[[Fortran language resources]]
 
#[[Fortran language resources]]
  
 
== Further reading ==
 
== Further reading ==
  
#[[Compiling GEOS-Chem]]
 
#[[Debugging GEOS-Chem]]
 
#[[Guide to GEOS-Chem error messages]]
 
#[[Guide to netCDF in GEOS-Chem]]
 
#[[Guide to GEOS-Chem performance]]
 
 
#[[Passing array arguments efficiently in GEOS-Chem]]
 
#[[Passing array arguments efficiently in GEOS-Chem]]
 
#[[Floating point math issues]]
 
#[[Floating point math issues]]
  
 
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:20, 14 June 2019 (UTC)
 
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:20, 14 June 2019 (UTC)

Latest revision as of 18:58, 21 May 2024

Getting Started with GEOS-Chem | GEOS-Chem Main Page | GEOS-Chem Guides

Overview

On this page we provide links to information about the compilers that can be used to build the GEOS-Chem executable.

Contents

  1. Supported compilers for GEOS-Chem
  2. The GNU Fortran compiler (aka gfortran)
  3. The Intel Fortran compiler (aka ifort)
  4. Fortran language resources

Further reading

  1. Passing array arguments efficiently in GEOS-Chem
  2. Floating point math issues

--Bob Yantosca (talk) 14:20, 14 June 2019 (UTC)