Caliper can profile OpenMP constructs with the help of the OpenMP tools interface (OMPT). This requires a compiler with OMPT support, e.g. clang 9+. Build Caliper with -DWITH_OMPT=On to enable it.
Dose the OpenMP option only support for clang 9+ currently? I use GCC/G++ on ubuntu 18.
I want to use Caliper to profiler my openmp program on ubuntu. When I install Caliper, the following error occurred:
As mentioned in the document
Dose the OpenMP option only support for clang 9+ currently? I use GCC/G++ on ubuntu 18.