Marcin Copik
Marcin Copik
Process analyzers and minio storage require running on some port. Currently we use 8081 for analyzers and 9000 for storage. We could have a routine to automatically detect free port...
Currently we run a sequence of PAPI experiments. We should use papi_avail to detect which counters are available and use the number of available hardware counters to optimize experiments.
Hi! I've been using the plugin for a few days now, and it has been going pretty well. It's very helpful when it comes to summarizing events and deadlines. I...
Method then() in completion_future, responsible for launching a callback functor when completion_future is ready, takes a const reference to functor and then passes it **by reference to newly created thread:**...
Hi! Great work with the CV! I noticed that using Font Awesome icons in the CV comes with some troubles. It doesn't look terribly well because the coloring of section...
**Describe the bug** An application of `greedy_fuse` breaks one of the loops in CloudSC, as seen in the screenshot below. In this context, `ZSINKSUM` is both an input and output...
Since our last release, certain language runtimes have been deprecated, and new ones have been added. In preparation for the next release, we now need to prune the language versions...
SeBS originally used different storage buckets for each benchmark, which can lead to problems on AWS - S3 has a hard limit of 100 buckets per account (#185). In [branch...
We shouldn't use more than three buckets; for code, experiments, and benchmark data. - [x] Use a dedicated name for resources, retained in cache across invocations. - [x] Recover the...