File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ In Linux system (bash shell) download distributed-ranges-tutorial from GitHub an
26
26
git clone https://github.com/mateuszpn/distributed-ranges-tutorial
27
27
cd distributed-ranges-tutorial
28
28
CXX=icpx CC=icx cmake -B build
29
- cmake --build build
29
+ cmake --build build -j
30
30
mpirun -n N ./build/src/example_name
31
31
```
32
32
@@ -48,6 +48,7 @@ In case your environment is not configured properly or you just prefer a hassle-
48
48
cd custom-directory-name
49
49
CXX=icpx CC=icx cmake -B build -DENABLE_SYCL=ON
50
50
cmake --build build -j
51
+ mpirun -n N ./build/src/example_name
51
52
```
52
53
53
54
where 'custom-directory-name' stands for the name of a directory containing local repo data on a docker volume
You can’t perform that action at this time.
0 commit comments