Skip to content

Status of PARSEC 3.0 Benchmarks

bprail edited this page Jul 21, 2016 · 8 revisions

This page summarizes the status for each of the PARSEC 3.0 benchmarks.

  • Blackscholes -
  • Bodytrack - Change in LLVM 3.3 disabled support for libraries of bitcode files, changed makefile to link with the .o files
  • Dedup - Change to encoder.h to include headers for fstat
  • facesim - Significant code is placed in a library, would require more work than bodytrack to circumvent.
  • Splash2x LU - Change run.sh to use splash2x path, not splash2
  • Splash2x Water_nsquared - Can easily exceed available memory of system

Contech uses a near equivalent to the default gcc-pthread config files, except:
export CC="$CONTECH_HOME/scripts/contech_wrapper_par.py"
export CXX="$CONTECH_HOME/scripts/contech_wrapper_par++.py"