The Uranie platform, v4.10.0
Index
Starting with Uranie
In order to use Uranie, once the installation is done, one should start by sourcing the proper script, depending on the shell you're using:
Then, you can call any ROOT macro that would contain Uranie objects, by doing:
root myMacro.C
or, you can run it's equivalent in python by calling:
python myMacro.py
For more information, you can refer to the usermanual (see in the left-hand side menu).
Releases notes: news from v4.10.0
Built by default with ROOT v6.32/08 (recommended)
- Methods development:
- Add the Sensivitity::TCramerVonMises class to compute Cramer Von Mises indexes
- Add a new module to TMetropHasting to continue an existing MH computation for a given number of additional iterations and implement minor adjustments to facilitate restarting the TMetropHasting constructor with cleared tds attributes
- Add the possibility for DataServer to read (fileDataReadCSV) and export CSV (exportDataCSV) file
- Add a Ishigami binary (mainly for training session)
- Relauncher: improvement for launching complex codes (sharing of files between code, MPI parallel code call) (beta version - not yet documented)
- Launcher: Use of boost:process which should allow better scaling when using a large number of cpus
- Correction / modifications
- Correction and improvement of the THSIC class
- User manual :
- Add a Macro for TCramerVonMises
- A strong work is currently done to modify the documentation, the new version will be available in the next version
Uranie team