summaryrefslogtreecommitdiff
path: root/benchmarks/README
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
committerTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
commit69f2911e04ffb1b19eef1fafb8c040af271f656e (patch)
tree231d3b6bdc3a202f7c255bfcf7bf2c36e32cee9e /benchmarks/README
creating branch for adding support for CUDA 3.x and Fermi
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829]
Diffstat (limited to 'benchmarks/README')
-rw-r--r--benchmarks/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/README b/benchmarks/README
new file mode 100644
index 0000000..6cdc339
--- /dev/null
+++ b/benchmarks/README
@@ -0,0 +1,20 @@
+To run benchmarks on GPGPU-Sim, you first need to place a copy or link to the
+configuration files (gpgpusim.config and the interconnect configuration file)
+in the simulation run directory. You can do this using the script
+"setup_config.sh" in this directory, which creates symbolic links. For example:
+
+ ./setup_config.sh QuadroFX5800
+
+To change the configuration, you need to first run
+
+ ./setup_config.sh --cleanup
+
+The configuration string to use is a directory name in $GPGPUSIM_ROOT/configs
+
+NOTE ** As of GPGPU-Sim 2.1.0b, GPGPU-Sim works with applications without
+recompiling by using the PTX source embedded during the normal CUDA compilation
+flow.
+
+Preface your LD_LIBRARY_PATH environment variable with the locaton
+$GPGPUSIM_ROOT/lib
+