File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
src/tests/integration/pde_solvers/navier-stokes Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,20 @@ groups:
11
11
- master
12
12
- devel
13
13
- caffeinate-opencoarrays
14
- files :
15
- exclude :
16
- - " *.md"
17
- users :
18
- - afanfa
19
- - rouson
20
- - zbeekman
14
+ teams :
15
+ - team-opencoarrays
21
16
# https://github.com/orgs/sourceryinstitute/teams/team-opencoarrays
22
17
OpenCoarrays :
23
18
# Whenever someone has a PR, on any branch require at least 1
24
19
# collaborator to explicitly review it
25
20
required : 1
26
21
users : all
22
+ conditions :
23
+ branches :
24
+ exclude :
25
+ - master
26
+ - devel
27
+ - caffeinate-opencoarrays
27
28
ConfigManagers :
28
29
required : 1
29
30
conditions :
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}"
9
9
set (fft_library ${CMAKE_CURRENT_SOURCE_DIR} /libfft_avx.a )
10
10
endif ()
11
11
add_executable ( coarray_navier_stokes
12
+ EXCLUDE_FROM_ALL
12
13
coarray-shear_coll.F90
13
14
${walltime_o}
14
- EXCLUDE_FROM_ALL
15
15
)
16
16
target_link_libraries (coarray_navier_stokes OpenCoarrays ${fft_library} )
17
17
endif ()
You can’t perform that action at this time.
0 commit comments