Removed version file from version control.

Details:
- Removed version file from version control to prevent git errors that occur
  when trying to pull new commits.
This commit is contained in:
Field G. Van Zee
2013-03-02 12:43:54 -06:00
parent bb612f864e
commit e9e0747c2f
3 changed files with 15 additions and 14 deletions

6
configure vendored
View File

@@ -87,9 +87,11 @@ main()
# The contents of version_file.
version=''
# The name of the build directory. This is where the template
# config.mk.in file lives.
# The name of the build directory.
build_dir='build'
# The names/paths for the template config.mk.in and its instantiated
# counterpart.
config_mk_in='config.mk.in'
config_mk_out='config.mk'
config_mk_in_path="${build_dir}/${config_mk_in}"

View File

@@ -1,11 +1,11 @@
1 Number of repeats per experiment (where best result is reported)
crg Matrix storage scheme(s) to test ('c' = col-major; 'r' = row-major; 'g' = general stride)
crji Vector storage scheme(s) to test ('c' = colvec/unit; 'r' = rowvec/unit; 'j' = colvec/non-unit; 'i' = rowvec/non-unit)
1 Test all combinations of storage schemes?
32 General stride spacing (for cases when testing general stride)
sdcz Datatype(s) to test
300 Problem size: first to test
600 Problem size: maximum to test
300 Problem size: increment between experiments
i Reaction to test failure ('i' = ignore; 's' = sleep() and continue; 'a' = abort)
0 Output results to stdout AND matlab files (0 = output only to stdout)
1 # Number of repeats per experiment (where best result is reported)
c #rg # Matrix storage scheme(s) to test ('c' = col-major; 'r' = row-major; 'g' = general stride)
c #rji # Vector storage scheme(s) to test ('c' = colvec/unit; 'r' = rowvec/unit; 'j' = colvec/non-unit; 'i' = rowvec/non-unit)
1 # Test all combinations of storage schemes?
32 # General stride spacing (for cases when testing general stride)
sdcz # Datatype(s) to test
100 # Problem size: first to test
400 # Problem size: maximum to test
100 # Problem size: increment between experiments
i # Reaction to test failure ('i' = ignore; 's' = sleep() and continue; 'a' = abort)
0 # Output results to stdout AND matlab files (0 = output only to stdout)

View File

@@ -1 +0,0 @@
0.0.3-2