Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

Source Code and Data Files

GMAT source code and data approved for public release is distributed in several ways. 

A bundle of the source code is distributed in Files folder for each release using the naming convention:

GMAT-src-VERSIONNUMBER.zip

The data required to run GMAT is distributed in files for each release using the name convention:

GMAT-datafiles-VERSIONNUMBER.zip

A file containing source and data is distributed in files for each release using the name convention:

GMAT-src_and_data-R2020a.zip

Additionally, source code can be obtained via the public Git repo:

git clone https://git.code.sf.net/p/gmat/git gmat-git

Compiling

Compiling GMAT is configured via a set of Python scripts to configure dependencies, and Cmake files to manage the build process and compile the code.   See the Compilation Instructions for complete details.



  • No labels