Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MP System and Software Behavior Modeling Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monterey Phoenix
MP System and Software Behavior Modeling Tool
Commits
c8ff00bc
Commit
c8ff00bc
authored
5 years ago
by
McCullick, Philip (CIV)
Browse files
Options
Downloads
Patches
Plain Diff
Add readme.md with basic getting started info
parent
3e05e6e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+20
-0
20 additions, 0 deletions
readme.md
with
20 additions
and
0 deletions
readme.md
0 → 100644
+
20
−
0
View file @
c8ff00bc
# Monterey Phoenix - Trace Generator
## Setup/Requirements
*
C++ compiler
## Running Event Generator
The event generator can be run using the rall.sh script in the build folder:
```
bash
./Code/rall.sh
[
mp_filepath]
[
scope]
```
-
mp_filepath should be the location of the MP file that you want to process
-
scope is the number of repetitions, use higher values with caution
There are example MP files in the Firebird_Pre_loaded_examples folder. To build those files, run the following command:
```
bash
./Code/rall.sh ./Firebird_Pre_loaded_examples/Example01_simple_message_flow.mp 1
```
The output will be saved to Example01_simple_message_flow.json
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment