Skip to content

Commit 2e8cd49

Browse files
committed
fixed sample.json
Signed-off-by: todd.erdner <[email protected]>
1 parent 587f7dd commit 2e8cd49

File tree

1 file changed

+2
-2
lines changed
  • DirectProgramming/DPC++/ParallelPatterns/openmp_reduction

1 file changed

+2
-2
lines changed

DirectProgramming/DPC++/ParallelPatterns/openmp_reduction/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"mkdir build",
1919
"cd build",
2020
"cmake ..",
21-
"make dpc_reduce",
22-
"./src/dpc_reduce"
21+
"make ",
22+
"./src/openmp_reduction"
2323
]
2424
}
2525
]

0 commit comments

Comments
 (0)