Hi,
First problem
I have export SNIPER_ROO and BENCHMARK_ROOT to sniper via the benchmarks folder, however i got this error when try to run the command :-
I did check the path for SNIPER_ROOT and BENCHMARKS_ROOT and it point the right path as show below, however when run command "make -j 4" it seems the SNIPER_ROOT environment variable got error and I am not sure how to solve this issue.
Second problem i encounter is when running parsec,
when i run command "$sudo ./run-sniper -p parsec-blackscholes -i test -n 4 -c gainestown" and it pop up error of invalid benchmark blackscholes.
Please help me to solve this two issue
![Screenshot 2024-02-06 014759.png]()
I have able successfully run thenspladh2-fft "sudo ./run-sniper -p splash2-fft -i test -n 4 -c gainestown"

But this is now when i running the "$sudo ./run-sniper -p parsec-blackscholes -i test -n 4 -c gainestown" and it pop up error of invalid benchmark blackscholes.
I did go thru the script for sniper/benchmarks/parsec/_int__.py
it seems that the blackscholes is missing in this script, it only contain the "facesim".
It is possible to overwritten the facesim into the blackscholes ?

PLease help me to solve this error.
Thank You.