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]
Bu işleme şunda yer alıyor:
Jonathan R. Madsen
2022-04-05 20:40:27 -05:00
işlemeyi yapan: GitHub
ebeveyn 6daac0f60c
işleme e7546b201a
21 değiştirilmiş dosya ile 916 ekleme ve 237 silme
-2
Dosyayı Görüntüle
@@ -30,9 +30,7 @@ def run(nfib):
if __name__ == "__main__":
omnitrace.initialize(__file__)
nfib = int(sys.argv[1]) if len(sys.argv) > 1 else 20
for i in range(5):
ans = run(nfib)
print(f"[{i}] fibonacci({nfib}) = {ans}")
omnitrace.finalize()