Skip to content

Commit d94195c

Browse files
committed
small README.md adjustments
1 parent 092c05c commit d94195c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In Linux system (bash shell) download distributed-ranges-tutorial from GitHub an
2626
git clone https://github.com/mateuszpn/distributed-ranges-tutorial
2727
cd distributed-ranges-tutorial
2828
CXX=icpx CC=icx cmake -B build
29-
cmake --build build
29+
cmake --build build -j
3030
mpirun -n N ./build/src/example_name
3131
```
3232

@@ -48,6 +48,7 @@ In case your environment is not configured properly or you just prefer a hassle-
4848
cd custom-directory-name
4949
CXX=icpx CC=icx cmake -B build -DENABLE_SYCL=ON
5050
cmake --build build -j
51+
mpirun -n N ./build/src/example_name
5152
```
5253

5354
where 'custom-directory-name' stands for the name of a directory containing local repo data on a docker volume

0 commit comments

Comments
 (0)