hi every body
after i set the benchmarks and do make
it stop when installing parsec
and asked me to enter
file to batch
and this is the error:
make[3]: Leaving directory `/home/aiesha/sniper/benchmarks/splash2/splash2/codes/apps/barnes'
make[2]: Leaving directory `/home/aiesha/sniper/benchmarks/splash2/splash2/codes'
make[1]: Leaving directory `/home/aiesha/sniper/benchmarks/splash2'
make -C parsec
make[1]: Entering directory `/home/aiesha/sniper/benchmarks/parsec'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
./checkdependencies.py
wget -O -
http://parsec.cs.princeton.edu/download/2.1/parsec-2.1-core.tar.gz | tar xz --keep-old-files ; true
--2015-11-09 02:16:47--
http://parsec.cs.princeton.edu/download/2.1/parsec-2.1-core.tar.gzResolving
parsec.cs.princeton.edu (
parsec.cs.princeton.edu)... failed: Name or service not known.
wget: unable to resolve host address ‘
parsec.cs.princeton.edu’
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
wget -O - -q
http://parsec.cs.princeton.edu/download/2.1/bugfixes/parsec-ocreat.patch | patch -p1 -dparsec-2.1
(Stripping trailing CRs from patch; use --binary to disable.)
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -N -u -r parsec-2.1-orig/pkgs/kernels/dedup/src/decoder.c parsec-2.1/pkgs/kernels/dedup/src/decoder.c
|--- parsec-2.1-orig/pkgs/kernels/dedup/src/decoder.c 2009-01-27 17:09:55.000000000 -0800
|+++ parsec-2.1/pkgs/kernels/dedup/src/decoder.c 2009-09-01 00:51:12.000000000 -0700
--------------------------
File to patch:
any help is appreciated