-
## Expected Behavior
As of 10 hours ago, the build was fine, but one of the most recent pull requests has broken the build.
## Actual Behavior
HPX build fails with:
```
/home/users/khuck/bu…
khuck updated
6 years ago
-
## Expected Behavior
POWER 8 builds with Clang 5.0 used to work, until recently.
I think the last (?) commit that compiled on POWER8 was 085cbc672de93376a8a0577ed79a3fae71c35257.
## Actual Be…
khuck updated
6 years ago
-
When compiling `otf2xx` on my system, CMake fails to link any objects and throws the following error message:
```
c++: error: /usr/lib/libotf2.a;/usr/lib/libm.so: No such file or directory
```
I …
-
In the signature of `otf2::definition::container::emplace` (see [here](https://github.com/tud-zih-energy/otf2xx/blob/ef2b9a7828ccb0204e450fb49dab6bdf58f38841/include/otf2xx/definition/container.hpp#L1…
-
Defined here: https://github.com/tud-zih-energy/otf2xx/blob/6ac2a9b42d279182df94fd8984e09f5b91444a0f/include/otf2xx/registry.hpp#L605
This definition is like a property. There is no reference to it…
-
Reproduced the transient argument processing error (see http://ktau.nic.uoregon.edu:8020/#/builders/8/builds/383/steps/12/logs/stdio) with the test program:
```/var/lib/buildbot/slaves/phylanx/x86_…
khuck updated
5 years ago
-
`PERF_RECORD_COMM` provides information about name changes of processes **and threads**. This should allow better naming information. Requires Linux 3.16, so probably only optional for now.
-
`io_file` is not a real definition. It is rather an interface. As such there cannot be an instance of `io_file` but only of one of its subclasses `io_regular_file` and `io_directory`. This is similar …
-
Sometimes during build, the sources are corrupted or not properly downloaded. In order to mitigate this issue we can perform an md5sum check on the downloaded sources.
As a first step I am attaching …
-
First: [The docu of `start_time`](https://github.com/tud-zih-energy/otf2xx/blob/c63a2648abd82152b14a59b3ec771b423610c460/include/otf2xx/definition/clock_properties.hpp#L94) is wrong. The `start_time` …