Skip to content

Commit

Permalink
remove usage of +
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Mar 11, 2024
1 parent 17f6f6f commit fb554e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/native/studies/minibude/Bude.prediff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

# filter number of gpus run on from output
cat $2 | sed 's/Running Chapel on [0-9]\+ GPUs\{0,1\}/Running Chapel on NN GPUs/' > $2.prediff.tmp
cat $2 | sed 's/Running Chapel on [0-9]\{1,\} GPUs\{0,1\}/Running Chapel on NN GPUs/' > $2.prediff.tmp
mv $2.prediff.tmp $2

0 comments on commit fb554e2

Please sign in to comment.