Skip to content

Update docs to reflect current way of computing viscous stress (#286) #175

Update docs to reflect current way of computing viscous stress (#286)

Update docs to reflect current way of computing viscous stress (#286) #175

Triggered via push October 18, 2023 16:58
Status Failure
Total duration 1h 21m 49s
Artifacts

ci.yml

on: push
Formatting
18s
Formatting
Save-PR-Number
0s
Save-PR-Number
Matrix: CPU-CMake
Matrix: Lint-clang-tidy
Matrix: GPU-CUDA
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
Lint-clang-tidy (EB-OFF)
Process completed with exit code 6.
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L125
'hipMallocHost' is deprecated: use hipHostMalloc instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L206
'hipFreeHost' is deprecated: use hipHostFree instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L125
'hipMallocHost' is deprecated: use hipHostMalloc instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L206
'hipFreeHost' is deprecated: use hipHostFree instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L125
'hipMallocHost' is deprecated: use hipHostMalloc instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L206
'hipFreeHost' is deprecated: use hipHostFree instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L125
'hipMallocHost' is deprecated: use hipHostMalloc instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/sunmemory/hip/sundials_hip_memory.hip.cpp#L206
'hipFreeHost' is deprecated: use hipHostFree instead [-Wdeprecated-declarations]
GPU-HIP: Submodules/sundials/src/nvector/hip/nvector_hip.hip.cpp#L2464
ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
GPU-HIP: Submodules/sundials/src/nvector/hip/nvector_hip.hip.cpp#L2464
ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
Lint-clang-tidy (EB-OFF)
all parameters should be named in a function [readability-named-parameter]
Lint-clang-tidy (EB-OFF)
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
Lint-clang-tidy (EB-OFF)
all parameters should be named in a function [readability-named-parameter]
Lint-clang-tidy (EB-OFF)
avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
Lint-clang-tidy (EB-OFF)
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
Lint-clang-tidy (EB-OFF)
repeated branch in conditional chain [bugprone-branch-clone]