Giter Site home page Giter Site logo

trax's Introduction

 -- trax --
 
 
 -- External Dependencies --
 
 * Recent Boost library, at least version 1.51. ( taken from CERN  AFS, if availble )
 * Google Protofbuf Library ( take  from AFS , if available )
 * OpenCL SDK ( either from Indtel or  AMD)
 
 -- Checkout --

To clone the repository and the contained submodule:

git clone https://github.com/ThomasHauth/trax.git
cd trax
git submodule init
git submodule update 
    
to get the correct revision of the external repo.

DO NOT commit your locally changed ".gitmodules" file to the central repo !

-- Compiling -- 

to compile an CERN / SLC machines, do the following:

starting in the "trax" root folder with the bash:

export TRAX_DIR=<full path to the trax folder>
export LD_LIBRARY_PATH=/afs/cern.ch/cms/slc6_amd64_gcc472/external/gcc/4.7.2/lib64/:/afs/cern.ch/cms/slc6_amd64_gcc472/external/gcc/4.7.2/lib/
export CXX=/afs/cern.ch/cms/slc6_amd64_gcc472/external/gcc/4.7.2/bin/g++
mkdir build
cd build
cmake ../src/
make -j8

to run the tests:
trax_test/trax_test

-- Protobuf --

on SLC: 
If your protobuffer library is not recent enough, download from the web and use this command to load the new lib
export LD_LIBRARY_PATH=/build/hauth/dev/protobuf-bin/lib/

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.