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
- gcc 4.7.3 or higher
- CUDA 5.5
Installation
- Clone repo or import it with Eclipse
- Install required libs.
./install.sh Setup CUDA required variables. Add following lines to
/etc/profileexport PATH=/usr/local/cuda-5.5/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:/usr/local/lib:$LD_LIBRARY_PATHbuild application with
make allCopy configuration files
config.iniandddj_logger.propfrom their samples and edit as you wishRun all tests
make testRun program
make run
Common Problems
error while loading shared libraries: libcudart.so.5.5:ornvcc fatal : Path to libdevice library not specifiedThere 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
- Repositories: 2
- Profile: https://github.com/d-d-j
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"