Tuesday, November 1, 2011

SESC: Splash2 Benchmark Kernels & Applications Package

SPLASH -- "Stanford Parallel Applications for Shared Memory"

Splash benchmark suite, developed by group of people working in Stanford University, contains kernels and applications  for multiprocessor systems performance check.

Kernels:
Complex 1D FFT
Blocked LU Decomposition
Blocked Sparse Cholesky Factorization
Integer Radix Sort

Applications:
Barnes-Hut
Adaptive Fast Multipole
Ocean Simulation
Hierarchical Radiosity
Ray Tracer
Volume Renderer
Water Simulation with Spatial Data Structure
Water Simulation without Spatial Data Structure

Download Splash2 Package:
> cd ~/benchmarks
> mkdir splash2
> cd splash2
> wget http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz
> tar -xzf splash2.tar.gz

For sure after downloading Splash2 benchmark files, you need to compile it too in order to use for your work and for further development purposes.
If you need Pre-compiled Binaries of Splash2 benchmark, you can write me Email or from my GoogleDrive. You can check this page to solve compilation problems, click --> SESC: Splash2 Benchmark Compilation Issue.

11 comments:

  1. I can't download the file from the site. Do you have another backup?

    ReplyDelete
    Replies
    1. Hello!
      Send me your email Id. I will send to you via email.
      Regards

      Delete
    2. Hello Hashim Ali...Do you have precompiled binaries of parsec benchmark for running on sesc.

      Delete
    3. Hi!
      Tell me your email id, I will send it to you.
      Regards

      Delete
    4. Hi Hashim Ali,

      Even I am looking for precompiled binaries of PARSEC benchmarks for sesc.. It wud be really helpful if you can send me the binaries.. my mailid is naizath12@gmail.com.. thnks

      Delete
  2. Hi Hashim ALi,
    would you mind sending SPLASH to me?
    my email is :tavakoli.neda@gmail.com

    Best Regards

    ReplyDelete
  3. hi Hashim,

    I want mips binaries of PARSEC and SPLASH benchmarks for HORNET simulator.
    I tried but gives some error please send me if you have or give me some guideline how can i get it?..

    my email id :nihar.b.rathod@gmail.com

    Regards
    Nihar Rathod

    ReplyDelete
  4. Hi Hashim,
    Can you send me the precompiled binaries of the SPLASH 2 Benchmark? My email ID is 9.rasika@gmail.com

    Regards,
    Rasika Joshi

    ReplyDelete

Integration of SQLite3 and Netbeans C/C++ IDE

Few days back, I wanted to use SQLite database for one of my project. I spend couple of hours to find a way to integrate with Netbeans. Mayb...