Skip to content

tonimueller/LeMonADE-GPU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

LeMonADE-GPU

GPU extensions of the LeMonADE library Repository with updaters, analyzers, and projects for sharing BFM stuff related to various topics.

Installation

  • Clone and Install git clone https://github.com/LeMonADE-project/LeMonADE.git
  • Install cmake (minimum version 3.1)
  • Install gcc (minimum version 4.8)
  • Install cuda (minimum version 7.0)
  • Just do for standard compilation: go to the main directory of the source code and do:
    # generates the projects
    ./configure -DINSTALLDIR_LEMONADEGPU=/path/to/install/lemonadeGPU_install -DLEMONADE_DIR=/path/to/installation/lemonade_install  -DCUDA_ARCH=arch_of_graphics_card -DBUILDDIR=/path/to/build -DLEMONADEGPU_TESTS=ON/OFF -DCMAKE_BUILD_TYPE=Release/Debug
    make install

Compute capability can be found in : https://developer.nvidia.com/cuda-gpus

License

See the LICENSE in the root directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.2%
  • Cuda 41.7%
  • CMake 2.9%
  • C 0.2%