I ran "make trackfm_fig7" and got an error:
/home/llvm-project/build/bin/clang++ -O1 -march=native -fPIC -fno-builtin -fno-vectorize -fno-exceptions -I../../runtime/inc/ -c main.cpp -nostdinc++ -nostdlib++ -isystem /proj/rmt-PG0/noelle_setup/llvm-project/build/include/c++/v1 -emit-llvm
main.cpp:2:10: fatal error: 'algorithm' file not found
#include
^~~~~~~~~~~~
1 error generated.
make_loop_chunk:34: recipe for target 'main_lib' failed
The error is that there is no “/proj/rmt-PG0/noelle_setup/llvm-project/build/include/c++/v1” path, should I need to change it to “/home/llvm-project/build/include/c++/v1” ?
I ran "make trackfm_fig7" and got an error:
/home/llvm-project/build/bin/clang++ -O1 -march=native -fPIC -fno-builtin -fno-vectorize -fno-exceptions -I../../runtime/inc/ -c main.cpp -nostdinc++ -nostdlib++ -isystem /proj/rmt-PG0/noelle_setup/llvm-project/build/include/c++/v1 -emit-llvm
main.cpp:2:10: fatal error: 'algorithm' file not found
#include
^~~~~~~~~~~~
1 error generated.
make_loop_chunk:34: recipe for target 'main_lib' failed
The error is that there is no “/proj/rmt-PG0/noelle_setup/llvm-project/build/include/c++/v1” path, should I need to change it to “/home/llvm-project/build/include/c++/v1” ?