Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/computemachines/droplet-fcs

OpenCL accelerated simulation of FCS of single molecules in droplets
https://github.com/computemachines/droplet-fcs

Last synced: about 1 month ago
JSON representation

OpenCL accelerated simulation of FCS of single molecules in droplets

Awesome Lists containing this project

README

        

This is a c++ library with api visible from c++ or python3.4

The directory structure
.
|-- README
|-- SConstruct // build file (uses scons)
|-- build
|-- docs
|-- fcs // python code
|-- include // header files used by droplet-fcs
|-- libs // shared/static libraries used
|-- res // opencl kernels
|-- src // c++ code
`-- test // googletest unittests

build dependencies (ubuntu packages)
python3.4-dev
python3-numpy-dev

opencl headers and libraries

build with
$ git submodule init
$ git submodule update
$ make all

to use from python
$ cd build
$ python
>> from fcs import fcs
>> fcs.fcs()

`import fcs` from python looks for fcs.so in the current directory