-
Notifications
You must be signed in to change notification settings - Fork 0
Box Setup
The /vagrant directory in the gmat_build box will point to the directory containing the box's Vagrantfile and all installation scripts. You can use this for transferring files to and from the box.
On your host machine, issue:
vagrant ssh
from the gmat2020a_box directory, if not already logged into the gmat2020a_box.
On the gmat_build box issue:
/vagrant/gmat_dependencies.sh
This will install and build all the GMAT dependencies. This step may take several hours. It should only have to be run once on each gmat2020a_box.
After the script completes, it might be a good place to take a snapshot, see Snapshots.
The buildGMAT.sh script is designed to be run after all dependencies are installed by gmat_dependencies.sh and every time a source alteration is made.
On your host machine, issue:
vagrant ssh
To create NASA GMAT executables, issue:
/vagrant/buildGMAT.sh
This will run the cmake and make commands against the "official" GMAT directory. Two executables will be created in ~/gmat/application/bin.
- GMAT - The display version. This can be run from an an ssh session, if your host has an X server, an RDP/VNC desktop viewer, an XTerminal or from the virtual box's GUI terminal, see Viewing the GMAT GUI, below.
- GMATConsole - the line mode console version.
After the script completes, it might be a good place to take a snapshot, see Snapshots.