Skip to content

jlieberm/prometheus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 25, 2022
6f7f03d · Sep 25, 2022
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus

We should include some description here.

NOTE: This repository make part of the ringer analysis kit (rak).

Organization:

We should include some description here.

How to run on singularity:

Download the prometheus local image to your home:

singularity pull docker://jodafons/ringer:base

After donwload it, just execute the run command:

singularity run --nv ringer_base.sif

NOTE: The argument --nv is responsible to attach the gpu into the container if you have it.

Inside of the singularity enviroment, just setup all prometheus dependencies using:

source /setup_all_here.sh ringer-atlas

Install by hand:

After that, you can download the prometheus repository into your home:

git clone https://github.com/jodafons/prometheus.git

and install it:

cd prometheus && mkdir build && cd build && cmake .. && make && cd ..
source setup.sh

NOTE: Need to have ROOT and Gaugi installed.

Framework status:

Branch Build Status
Master Build Status

Notes:

About

ringer analysis framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Other 1.8%