ddj_store

Distributed Time Series Database on CUDA cluster

https://github.com/d-d-j/ddj_store

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Distributed Time Series Database on CUDA cluster

Basic Info
  • Host: GitHub
  • Owner: d-d-j
  • License: mit
  • Language: C++
  • Default Branch: master
  • Size: 10.4 MB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created almost 11 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation

README.md

DDJ STORE

Requirements

  1. gcc 4.7.3 or higher
  2. CUDA 5.5

Installation

  1. Clone repo or import it with Eclipse
  2. Install required libs. ./install.sh
  3. Setup CUDA required variables. Add following lines to /etc/profile

    export PATH=/usr/local/cuda-5.5/bin:$PATH
    export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:/usr/local/lib:$LD_LIBRARY_PATH
    
  4. build application with make all

  5. Copy configuration files config.ini and ddj_logger.prop from their samples and edit as you wish

  6. Run all tests make test

  7. Run program make run

Common Problems

  1. error while loading shared libraries: libcudart.so.5.5: or nvcc fatal : Path to libdevice library not specified There are some environmental variables needed for CUDA:

    export PATH=/usr/local/cuda-5.5/bin:$PATH
    export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:/usr/local/lib:$LD_LIBRARY_PATH
    

Owner

  • Name: DDJ
  • Login: d-d-j
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Dutkowski"
  given-names: "Jakub"
- family-names: "Dzitkowski"
  given-names: "Karol"
- family-names: "Janiszewski"
  given-names: "Tomasz"

title: "ddj_store"
version: 1.0.0
date-released: 2022-02-06
url: "https://github.com/d-d-j/ddj_store"

GitHub Events

Total
Last Year