Python updates (#38)

* silence SFINAE disabled for fork_gotcha

* Python updates

- Options for --{module,function}-include
- libpyomnitrace is_initialized and is_finalized
- source instrumentation auto init
- atexit finalization
- improved python testing

* Documentation Update

* Fix to 'cmake -E cat' not available < cmake v3.18

* Fix for inverse tests

* Update cancelling.yml

[ROCm/rocprofiler-systems commit: 593b3b69b8]
이 커밋은 다음에 포함됨:
Jonathan R. Madsen
2022-04-05 20:40:27 -05:00
커밋한 사람 GitHub
부모 6daac0f60c
커밋 e7546b201a
21개의 변경된 파일916개의 추가작업 그리고 237개의 파일을 삭제
+1 -1
파일 보기
@@ -22,7 +22,7 @@ In order to view the list of the available runtime settings, their current value
omnitrace-avail --description
```
> HINT: use `--brief` to suppress printing current value and/or `-c 0` to suppress truncation of the descriptions
> ***Hint: use `--brief` to suppress printing current value and/or `-c 0` to suppress truncation of the descriptions***
Any setting which is boolean (`omnitrace-avail --settings --value --brief --filter bool`) accepts a case insensitive
match to nearly all common expressions for boolean logic: ON, OFF, YES, NO, TRUE, FALSE, 0, 1, etc.