gem5/splash2/codes/apps/fmm
Sanchayan Maity 0f4b39775c Fix splash2 benchmark
During the last commit of splash2 benchmark it seems before committing
when we ran "make clean", it effectively undid what the patch at below
link did
http://www.capsl.udel.edu/splash/Download.html

Fix this since without this it is not possible to build the arcane
splash2 benchmark.
2017-04-26 21:33:02 +05:30
..
inputs Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
box.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
box.H Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
construct_grid.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
construct_grid.H Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
correct.out Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
cost_zones.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
cost_zones.H Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
defs.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
defs.H Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
fmm.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
interactions.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
interactions.H Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
libpthread.a Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
m5op_x86.o Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
Makefile Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
memory.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
memory.H Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
particle.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
particle.H Commit splash2 benchmark 2017-04-26 20:50:15 +05:30
partition_grid.C Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
partition_grid.H Fix splash2 benchmark 2017-04-26 21:33:02 +05:30
README.fmm Commit splash2 benchmark 2017-04-26 20:50:15 +05:30

GENERAL INFORMATION:

The FMM application implements a parallel adaptive Fast Multipole Method
to simulate the interaction of a system of bodies (N-body problem).  A
description of this implementation can be found in:

Singh, J. P., et. al.  A Parallel Adaptive Fast Multipole Method.
     Proceedings of Supercomputing 93, November 1993.

RUNNING THE PROGRAM:

To see how to run the program, please see the comment at the top of the
file fmm.C, or run the application with the "-h" command line option.
Optional command line parameters allow for individual processor timing 
statistics to be printed out, as well as the final particle positions.
Input parameters can be placed in an input file and redirected through 
standard input.  Of the nine input parameters, the ones which would 
normally be changed are the number of particles and the number of 
processors.  If other parameters are changed, these changes should be 
reported in any results that are presented.  Sample input files are 
included in the inputs subdirectory.  

Sample output for a 1 processor run with the input file inputs/input.256
and the timing and output flags specified is contained in the file 
correct.out.

BASE PROBLEM SIZE:

The base problem size for an upto-64 processor machine is 16,384 
particles.  For this many particles, you can use the input file provided 
(and change only the number of processors).

DATA DISTRIBUTION:

Our "POSSIBLE ENHANCEMENT" comments in the source code tell where one
might want to distribute data and how. Data distribution, however, does
not make much difference to performance on the Stanford DASH
multiprocessor.