Remove temporary files (#223)

* config updates

- remove temporary file when destroyed
- extend parse_numeric_range: support vector, increment, better delimit
- git version info in omnitrace banner
- use OMNITRACE_BASIC_VERBOSE instead of OMNITRACE_VERBOSE

* Fix array-bounds warning in openmp lu.cpp

* Bump version to 1.7.4

* Update run-ci.py

- options to repeat
  - until-pass (default: 3)
  - until-fail (default: None)
  - after-timeout (default: 2)

[ROCm/rocprofiler-systems commit: 2096f1f0c2]
Tá an tiomantas seo le fáil i:
Jonathan R. Madsen
2023-01-10 01:06:12 -06:00
tiomanta ag GitHub
tuismitheoir 7f73cf67bb
tiomantas 1cdf67257e
D'athraigh 5 comhad le 145 breiseanna agus 47 scriosta
@@ -1851,7 +1851,7 @@ jacu(int k)
*/
void
l2norm(int nx0, int ny0, int nz0, int ist, int iend, int jst, int jend,
double v[][ISIZ2 / 2 * 2 + 1][ISIZ1 / 2 * 2 + 1][5], double sum[])
double v[][ISIZ2 / 2 * 2 + 1][ISIZ1 / 2 * 2 + 1][5], double sum[5])
{
/*
* ---------------------------------------------------------------------