You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backend_root="infer"#The root install directory of the PerformanceAnalysis libraries. If set to "infer" it will be inferred from the path of the executables
21
+
chimbuko_services="infer"#The location of the Chimbuko service script. If set to "infer" it will be inferred from backend_root
21
22
22
23
####################################
23
24
#Options for the provenance database
@@ -29,6 +30,7 @@ provdb_engine="ofi+tcp;ofi_rxm" #the OFI libfabric provider used for the Mochi
29
30
provdb_port=5000 #the port of the provenance database
30
31
provdb_nthreads=4 #number of worker threads; should be >= the number of shards
31
32
provdb_writedir=chimbuko/provdb #the directory in which the provenance database is written. Chimbuko creates chimbuko/provdb which can be used as a default
33
+
provdb_commit_freq=10000 #frequency ms at which the provenance database is committed to disk. If set to 0 it will commit only at the end
32
34
33
35
#With "verbs" provider (used for infiniband, iWarp, etc) we need to also specify the domain, which can be found by running fi_info (on a compute node)
34
36
provdb_domain=mlx5_0 #only needed for verbs provider <------------ ***SET ME (if using verbs)***
@@ -86,9 +88,6 @@ TAU_ADIOS2_FILE_PREFIX=tau-metrics #the prefix of tau adios2 files; full filena
0 commit comments