summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-05-31 23:23:58 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:32 -0700
commit7edfd64a2b39222d7424d2b6c0f14a68fe1903ed (patch)
tree7c28fc5c7b87ce46cf38acf14e0a220845eb68f0 /version
parentf10b93eae05cafe2d6ea18e146d517d96d94c133 (diff)
- Update README file to be slightly more user friendly (i.e., try not to imply user should bugger off and stop asking developer for help)
- Remove ridiculously long and cryptic comment from setup_environment. Most people will use CUDA_INSTALL_PATH. - Remove decuda targets from Makefile - Add check to Makefile to insist that setup_environment was run first - Add version file (eliminate redundancy) and remove version strings from src/cuda-sim/cuda-sim.cc [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12874]
Diffstat (limited to 'version')
-rw-r--r--version2
1 files changed, 2 insertions, 0 deletions
diff --git a/version b/version
new file mode 100644
index 0000000..f4afe4f
--- /dev/null
+++ b/version
@@ -0,0 +1,2 @@
+const char *g_gpgpusim_version_string = "GPGPU-Sim Simulator Version 3.1.0+edits (development branch)";
+const char *g_gpgpusim_build_string = "$Change: 12865 $";