Giter Site home page Giter Site logo

paulgessinger / traccc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acts-project/traccc

0.0 2.0 0.0 4.06 MB

Demonstrator tracking chain on accelerators

License: Mozilla Public License 2.0

CMake 4.93% C++ 69.51% Shell 1.40% Cuda 22.62% Python 1.55%

traccc's Introduction

traccc

Demonstrator tracking chain for accelerators.

Requirements and dependencies

OS & compilers:

  • gcc should support c++17
  • Following table lists the (currently idenfitifed) working combinations of OS and compilers.
OS gcc cuda comment
Ubuntu 20.04 9.3.0 11.3 runs on CI
Centos 8 8.4.1 11.3

Data directory

  • the data directory is a submodule hosted as git lfs on https://gitlab.cern.ch/acts/traccc-data

Getting started

Clone the repository

Clone the repository and setup up the submodules, this requires git-lfs for the data from the traccc-data repository.

git clone [email protected]:acts-project/traccc.git
cd traccc
git submodule update --init

Build the project

cmake -S . -B <build_directory>
cmake --build <build_directory> <options>

Build options

Option Description
TRACCC_BUILD_CUDA Build the CUDA sources included in traccc
TRACCC_BUILD_SYCL Build the SYCL sources included in traccc
TRACCC_BUILD_TESTING Build the (unit) tests of traccc
TRACCC_USE_SYSTEM_VECMEM Pick up an existing installation of VecMem from the build environment
TRACCC_USE_SYSTEM_EIGEN3 Pick up an existing installation of Eigen3 from the build environment
TRACCC_USE_SYSTEM_ALGEBRA_PLUGINS Pick up an existing installation of Algebra Plugins from the build environment
TRACCC_USE_SYSTEM_DFELIBS Pick up an existing installation of dfelibs from the build environment
TRACCC_USE_SYSTEM_DETRAY Pick up an existing installation of Detray from the build environment
TRACCC_USE_SYSTEM_ACTS Pick up an existing installation of Acts from the build environment
TRACCC_USE_SYSTEM_GOOGLETEST Pick up an existing installation of GoogleTest from the build environment

Examples

cpu reconstruction chain

<build_directory>/bin/seq_example tml_detector/trackml-detector.csv tml_pixels/ <number of events> 

cuda reconstruction chain

  • Users can generate cuda examples by adding -DTRACCC_BUILD_CUDA=ON to cmake options
<build_directory>/bin/seq_example_cuda tml_detector/trackml-detector.csv tml_pixels/ <number of events> <run cpu tracking>

traccc's People

Contributors

beomki-yeo avatar stephenswat avatar paulgessinger avatar asalzburger avatar krasznaa avatar georgi-mania avatar hadrieng2 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.