pti-gpu icon indicating copy to clipboard operation
pti-gpu copied to clipboard

Support std::experimental::filesystem

Open mabraham opened this issue 1 year ago • 1 comments

For example, SLES 15 uses gcc 7.5 as the system compiler and C++ standard library. This supports C++17, but does so for std::filesystem via the std::experimental namespace and requires linking an extra library and including a specially named header.

This change imports BSD-licensed community CMake content to make building unitrace smoother on such platforms.

mabraham avatar Jun 26 '24 07:06 mabraham

Tested on LRZ cluster

mabraham avatar Jun 26 '24 08:06 mabraham

This issue has been resolved. Close it.

zma2 avatar Jan 13 '25 17:01 zma2