File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ include(FetchContent)
35
35
FetchContent_Declare (
36
36
distributed-ranges
37
37
GIT_REPOSITORY https://github.com/oneapi-src/distributed-ranges.git
38
- GIT_TAG c618154a1bceda33e5d61e1536179aeaa11b68f4 )
38
+ GIT_TAG main )
39
39
FetchContent_MakeAvailable (distributed-ranges )
40
40
41
41
FetchContent_Declare (
42
42
cpp-format
43
43
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
44
- GIT_TAG 0b0f7cf )
44
+ GIT_TAG master )
45
45
FetchContent_MakeAvailable (cpp-format )
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