blackhat is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/blackhat does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of SqliteData


Ignore:
Timestamp:
May 13, 2015, 5:30:44 PM (9 years ago)
Author:
Daniel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SqliteData

    v1 v1  
     1To use the sqlite data bases instead of the text files you need to have the sqlite and boost libraries available. If they were available when the configure script was run the extension should have been compiled automatically.
     2
     3One needs to set the following options:
     4
     5{{{
     6USE_DB yes
     7ASSEMBLY_DB_PATH /the/path/assembly.sqlite
     8TREES_DB_PATH /the/path/trees.sqlite
     9CUT_DB_PATH /the/path/cuts.sqlite
     10RAT_DB_PATH /the/path/rationals.sqlite
     11PARENTS_DB_PATH /the/path/parents.sqlite"
     12PARTIALS_DB_PATH /the/path/partials.sqlite"
     13}}}