We should include some description here.
NOTE: This repository make part of the ringer analysis kit (rak).
We should include some description here.
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
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.
Branch | Build Status |
---|---|
Master |