Update docs to reflect current way of computing viscous stress (#286) #175
ci.yml
on: push
Formatting
18s
Save-PR-Number
0s
Matrix: CPU-CMake
Matrix: Lint-clang-tidy
Matrix: GPU-CUDA
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]
|