File tree Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 31
31
run : srun -p pvc-shared -w idc-beta-batch-pvc-node-12 scripts/daily.sh
32
32
- name : Run pre-commit
33
33
uses :
pre-commit/[email protected]
34
-
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ repos:
17
17
- id : trailing-whitespace
18
18
- id : end-of-file-fixer
19
19
- id : mixed-line-ending
20
- - id : check-xml
21
20
- id : check-yaml
22
21
- id : check-case-conflict
23
- - id : check-toml
24
- - id : check-json
25
22
- id : check-added-large-files
26
23
args : ['--maxkb=800']
27
24
@@ -31,11 +28,6 @@ repos:
31
28
hooks :
32
29
- id : isort
33
30
34
- - repo : https://github.com/fsfe/reuse-tool
35
- rev : v2.1.0
36
- hooks :
37
- - id : reuse
38
-
39
31
- repo : https://github.com/cheshirekow/cmake-format-precommit
40
32
rev : v0.6.13
41
33
hooks :
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ project(
11
11
VERSION 0.1
12
12
DESCRIPTION "Distributed ranges tutorial" )
13
13
14
-
15
-
16
14
find_package (MPI REQUIRED )
17
15
18
16
add_subdirectory (src )
@@ -24,9 +22,9 @@ option(ENABLE_FORMAT "Build with format library" ON)
24
22
include (FetchContent )
25
23
26
24
FetchContent_Declare (
27
- distributed-ranges
28
- GIT_REPOSITORY https://github.com/oneapi-src/distributed-ranges.git
29
- GIT_TAG c618154a1bceda33e5d61e1536179aeaa11b68f4 )
25
+ distributed-ranges
26
+ GIT_REPOSITORY https://github.com/oneapi-src/distributed-ranges.git
27
+ GIT_TAG c618154a1bceda33e5d61e1536179aeaa11b68f4 )
30
28
FetchContent_MakeAvailable (distributed-ranges )
31
29
32
30
FetchContent_Declare (
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: BSD-3-Clause
4
4
5
- pre-commit == 3.4.0
5
+ pre-commit == 3.4.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if(ENABLE_CUDA)
9
9
add_compile_options (-fsycl-targets=nvptx64-nvidia-cuda
10
10
-Wno-error=unknown-cuda-version )
11
11
add_link_options (-fsycl-targets=nvptx64-nvidia-cuda
12
- -Wno-error=unknown-cuda-version )
12
+ -Wno-error=unknown-cuda-version )
13
13
endif ()
14
14
15
15
add_executable (example1 example1.cpp )
You can’t perform that action at this time.
0 commit comments