Skip to content

Commit

Permalink
Minor bug fix to correct Unix sample spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Di Natale committed May 20, 2018
1 parent 661af30 commit 350f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/lulesh/lulesh_sample1_unix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ study:
description: Run LULESH.
run:
cmd: |
$(get-lulesh)/lulesh/lulesh2.0 -s $(SIZE) -i $(ITERATIONS) -p > $(outfile)
$(get-lulesh.workspace)/lulesh/lulesh2.0 -s $(SIZE) -i $(ITERATIONS) -p > $(outfile)
depends: [make-lulesh]

- name: post-process-lulesh
Expand Down

0 comments on commit 350f6bf

Please sign in to comment.