Update Contributing to Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -36,6 +36,9 @@ The test generates the following output under the same directory in files and di ...@@ -36,6 +36,9 @@ The test generates the following output under the same directory in files and di
* Trace and global view graphs * Trace and global view graphs
* Runtime status * Runtime status
# Extending Research
Research projects can result in new capabilities that can then be integrated into Gryphon. Researchers working on projects that automate access to data structures derived from trace generation are encouraged to start with .gry files. .gry files contain the entire state of a given project including its .mp code, all traces generated when the trace generator was run, and all settings. The .gry format is described at [Gryphon .gry JSON File Format](Gryphon .gry JSON File Format)
# Submitting Pull Requests # Submitting Pull Requests
Please submit code by submitting pull requests. Here is the basic workflow: Please submit code by submitting pull requests. Here is the basic workflow:
* Clone the Gryphon repository. * Clone the Gryphon repository.
... ...
......