I am using Intel OneAPI base kit and HPCToolkit to run a simple MPI and DPCPP program. The program can be found here: https://www.intel.com/content/www/us/en/developer/articles/technical/compile-and-run-mpi-programs-using-dpcpp-language.html
The program is compiled as in the website:
$ export I_MPI_CXX=dpcpp
$ mpiicpc -fsycl -std=c++17 -lsycl -ltbb main.cpp -o dpc_reduce
However I get the error as “algorithm “ file not found with include; use “quotes” instead. I tried using quotes but I get the same error. Any help please.