proof
PEAC
PEAC is a set of tools to facilitate setting up a full featured analysis facility on set of machines or a multi-core machine.
Current PEAC documentation can be found at http://mon1.saske.sk/peac/doc/peac-main/ .
Processing in PROOF
In this section we will have a first look at PROOF processing starting from simple generations of random numbers. Historically this is not the way all this was developed, but we think it is easier to understand the various components starting from this use case.
The PROOF sandbox
Each user gets a working area on each node of the cluster. This area is called sandbox. The default location on a local machine is $HOME/.proof (on PROOF-Lite $HOME/.proof/path-from-where-we-started). However, on eal clusters the administrator decides where the user sandboxes will be created. You can find out the location of the sandbox with Print().
TProof: the PROOF shell
TProof is the interface class to the PROOF session. Everything done in the PROOF session is done using the methods of the TProof class.
TProof has many methods which we will encountered while trying to use PROOF. We start with two of them which allow to examine the session:
Starting PROOF
In this section we describe how to start a PROOF session in a few relevant cases:
PROOF Hands-on tutorial
PROOF Frequently Asked Questions
This page is meant to collect answers to frequently raised issues. By its nature this page will be in continuous evolution.