-
Notifications
You must be signed in to change notification settings - Fork 0
Making GMAT Source Modifications
Harry Goldschmitt edited this page Nov 1, 2020
·
3 revisions
To make GMAT source modifications or to add additional source modules, perform. the following steps on the gmat2020a_box:
- vim is already installed on the gmat2020a_box. If you prefer a different editor/development environment, feel free to install it.
- Make source code changes.
- Enter:
cd $HOME
/vagrant/buildGMAT.sh
The buildGMAT.sh script reruns cmake to pick up new or changed source files, create or modify Makefiles, and then runs make against the generated Makefiles.