Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

memprof_m does not exist for non linux systems

snuverink_j requested to merge snuverink_j/OPAL-src:fix-Mac-compilation into master

on non-linux systems the DataSink::memprof_m does not exist https://gitlab.psi.ch/OPAL/src/blob/master/src/Structure/DataSink.h#L317 and should be removed from the source as well.

#ifdef __linux__
    std::unique_ptr<MemoryProfiler> memprof_m;
#endif

Merge request reports