Difference between revisions of "Compiling with CMake"
From Geos-chem
Line 18: | Line 18: | ||
− | This content has been migrated to the [https://geos-chem.readthedocs.io/en/latest/gcc-guide/02-build/compile.html '''Compile the source code''' chapter of geos-chem.readthedocs.io]. | + | This content has been migrated to the [https://geos-chem.readthedocs.io/en/latest/gcc-guide/02-build/compile.html '''Compile the source code''' chapter of <tt>geos-chem.readthedocs.io</tt>]. |
---- | ---- | ||
'''''[[Compiling GEOS-Chem|Previous]] | [[Compiling with GNU Make|Next]] | [[Getting Started with GEOS-Chem]]''''' | '''''[[Compiling GEOS-Chem|Previous]] | [[Compiling with GNU Make|Next]] | [[Getting Started with GEOS-Chem]]''''' |
Revision as of 20:38, 3 August 2022
Previous | Next | Getting Started with GEOS-Chem
- Minimum system requirements
- Installing required software
- Configuring your computational environment
- Downloading source code
- Downloading data directories
- Creating run directories
- Configuring runs
- Compiling GEOS-Chem
- ... with CMake
- ... with GNU Make
- Running
- Output files
- Python tools for use with GEOS-Chem
- Coding and debugging
- Further reading
This content has been migrated to the Compile the source code chapter of geos-chem.readthedocs.io.