Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bcc | 16,889 | 19 hours ago | 836 | apache-2.0 | C | |||||
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more | ||||||||||
Ebpf_exporter | 1,560 | 7 days ago | 5 | December 27, 2021 | 2 | mit | C | |||
Prometheus exporter for custom eBPF metrics | ||||||||||
Pykernels | 74 | 4 years ago | 6 | mit | Python | |||||
Python library for working with kernel methods in machine learning | ||||||||||
Graph Kernels | 53 | a year ago | gpl-2.0 | C++ | ||||||
Graph kernels | ||||||||||
Histogram | 46 | 10 years ago | 2 | JavaScript | ||||||
Create JavaScript image histograms with Canvas | ||||||||||
Pytorch Mutual Information | 31 | 4 months ago | Python | |||||||
Mutual Information in Pytorch | ||||||||||
Density_estimation | 21 | 4 years ago | MATLAB | |||||||
density_estimation | ||||||||||
Kdbg | 19 | 4 months ago | bsd-2-clause | Shell | ||||||
FreeBSD kernel debugging scripts | ||||||||||
Cadishi | 9 | 3 years ago | other | Python | ||||||
Cadishi: CAlculation of DIStance HIstograms | ||||||||||
Imageviewer | 8 | a year ago | 2 | C++ | ||||||
OpenGl based imageviwer and processor... |
CADISHI -- CAlculation of DIStance HIstograms -- is a software package that enables scientists to compute (Euclidean) distance histograms efficiently. Any sets of objects that have 3D Cartesian coordinates may be used as input, for example, atoms in molecular dynamics datasets or galaxies in astrophysical contexts. CADISHI drives the high-performance kernels pydh (CPU) and cudh (GPU, optional) to do the actual histogram computation. The kernels pydh and cudh are part of CADISHI and are written in C++ and CUDA.
For more information, we refer to our publication:
K. Reuter, J. Koefinger; CADISHI: Fast parallel calculation of particle-pair distance histograms on CPUs and GPUs; Comp. Phys. Comm. (236), 274 (2019).
A preprint of the paper is available on arXiv.org.
The CADISHI package is installed in the canonical way e.g. as follows:
python setup.py install --user
The setup_install_local.sh script may be used to perform the local installation. Make sure to add $HOME/.local/bin to your PATH environment variable.
CADISHI was developed, built, and tested on SUSE Linux Enterprise Server 11 and 12, Ubuntu Linux 14.04 LTS and 16.04 LTS, and Scientific Linux 7 using the Anaconda Python distribution version 2, release 4.0.0, and newer. CADISHI requires gcc, and optionally nvcc, to compile C++ code during the installation. CADISHI was successfully tested Mac computers as well.
CADISHI provides a single executable cadishi that gives access to the distance histogram calculations. Run cadishi --help to get an overview on the available commands and options.
To run an example calculation based on the data set included in CADISHI proceed as follows:
Note that the input data needs to be prepared in HDF5 format for performance reasons. See the included example dataset for details. The histograms are written to an HDF5 file as well. CADISHI uses multiple processes to be able to utilize all the compute resources (CPU cores, GPUs) available on a node simultaneously.
Documentation is available at http://cadishi.readthedocs.io/en/latest/. Alternatively, you may access the local copy at doc/html/index.html after having cloned the repository.
The CADISHI software is designed and packaged as a Python package. Each Python source file contains docstrings, explaining each module and function. Nevertheless, an explanation of the directory structure and of important files therein is given in the following.
The CADISHI package is released under the permissive MIT license. See the file LICENSE.txt for details.
Copyright 2015-2019 Klaus Reuter (MPCDF), Juergen Koefinger (MPIBP)
In case you're using CADISHI for own academic or non-academic research, we kindly request that you cite CADISHI in your publications and presentations. We suggest the following citation as appropriate:
K. Reuter, J. Koefinger; CADISHI: Fast parallel calculation of particle-pair distance histograms on CPUs and GPUs; Computer Physics Communications (2018); <https://doi.org/10.1016/j.cpc.2018.10.018>.