Skip to content

Commit

Permalink
Added examples for running both lulesh specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsemler authored and FrankD412 committed Jun 26, 2018
1 parent fe3b1ec commit bc47d46
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,22 @@ The example performs the following workflow locally:
- Substitute all necessary variables with their serial compilers and make LULESH.
- Execute a small parameter sweep of varying size and iterations (a simple sensitivity study)

In order to execute the sample study simply execute from the root directory of the repository:
Two copies of the workflow are in the ```samples/lulesh``` directory for unix and macosx.
This is due to differences with ```sed```. In order to execute the sample study simply
execute from the root directory of the repository:

$ maestro run ./samples/lulesh/lulesh_sample1.yaml
Unix:

$ maestro run ./samples/lulesh/lulesh_sample1_unix.yaml

MacOSX:

$ maestro run ./samples/lulesh/lulesh_sample1_macosx.yaml

When prompted, reply in the affirmative:

$ Would you like to launch the study?[yn] y

NOTE: This example can only be executed on Unix systems currently because it makes use of ```sed``` and ```curl```.

Maestro will create a timestamped directory in ```sample_output/lulesh```.

To monitor the study run:
Expand Down

0 comments on commit bc47d46

Please sign in to comment.