Hi All,
I am able to to compile the parsec and splash benchmarks without any issues. But when I am trying to run the parsec benchmarks, I am facing the following issue. My splash runs don't have any problem (I tried couple of splash benchmarks and I can run them succesfully using the test input without any issue).
Command :- $ ./run-sniper -p parsec-blackscholes -i small -n 4 -c gainestown
Error:-
[PARSEC] Error: Cannot find file 'SNIPER_APP_LD_PRELOAD=$LD_PRELOAD; unset LD_PRELOAD; /home/rp/sniper/sniper/run-sniper -n 4 -m 'localhost' -d '/home/rp/sniper/sniper/benchmarks' -c gainestown --roi --curdir=/home/rp/sniper/sniper/benchmarks -- '.
I think the error is coming from the parsec/__init.py__ script, when the subprocess communicate is being called in the run function. But I am not sure which file it is not able to find. I have tried manually untarring the inputsimsmall.tar in the sniper/benchmarks/parsec/parsec-2.1/pkgs/apps/blackscholes/inputs/ directory, still the problem persists.
Do I need to take any further steps to be able to run parsec with sniper?
Thanks in advance.
Reena