Posted
almost 7 years
ago
by
Axel Naumann
The ROOT team would like to invite you to the 11th ROOT Users' Workshop.
This time we meet in Sarajevo, the capital of Bosnia and Herzegovina -
a buzzing melting pot of cultures since centuries.
The workshop features four days of presentations and
... [More]
discussions on everything ROOT:
what works for you, what doesn't and how ROOT evolves to address future challenges.
ROOT is changing; this is your chance to influence what happens and to interact with all its developers!
Our way of saying "thank you for participating" is to make sure that you have a great time in a unique location!
The topics will cover:
ROOT roadmap
TDataFrame, a modern TTree::Draw()
On the way to ROOT 7: graphics, histograms, trees
New persistency features
Concurrency and ROOT
ROOT in Javascript
Machine learning in and with ROOT
Math tools and techniques
User feedback
Please mark your calendars
and start to think which abstracts to submit.
Registration and abstract submission will open soon.
Registration, Timetable and Event Info
Please proceed to the workshop site at https://cern.ch/root2018
for registration, abstract submission, and further event information!
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
This is the first version of the v6.12 release branch! (Who likes "00"-releases anyway? And 02 had a fundamental issue fixed right after the tag.)
Here are a couple of the main news items:
TDataFrame has new operations, e.g.
... [More]
storing a tree into a new file, possibly adding new branches and selecting entries.
More supported platforms: Xcode 9.2 on MacOS 10.13, new clang, new GCC; partial support for C++17. (Windows: we are getting there, 2018 is the year!)
Improved multi-threading capabilities: e.g. TH1::Fit() can evaluate in parallel and supports vectorization.
Invoking root with root -t enables multi-threaded execution for internal operations - faster results!
Convolution and normalized sums of TF1s.
Several improvements in TMVA
auto-coloring ("PFC", "PLC", "PMC" options) now also available for TF1
list initialization for PyROOT: C++'s f({"name", "title", 64, -4, 4}) (calling void f(const TH1F& h)) can now be invoked as f(('name', 'title', 64, -4, 4)) in Python.
lots of new supported classes and options in the JavaScript ROOT drawing and I/O library JSROOT.
NOTE that this release has a bug in GL / Eve that will be fixed shortly; see ROOT-9158
For all details, see the release notes:
Release Notes
The release notes for this release can be found here.
Source distribution
Platform
Files
Size
source
root_v6.12.04.source.tar.gz
155M
Binary distributions
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.12.04.Linux-centos7-x86_64-gcc4.8.tar.gz
134M
Linux fedora26 gcc7.2
root_v6.12.04.Linux-fedora26-x86_64-gcc7.2.tar.gz
121M
Linux fedora27 gcc7.2
root_v6.12.04.Linux-fedora27-x86_64-gcc7.2.tar.gz
121M
Ubuntu 14 gcc4.8
root_v6.12.04.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
119M
Ubuntu 16 gcc5.4
root_v6.12.04.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
121M
OsX 10.12 clang90
root_v6.12.04.macosx64-10.12-clang90.dmg
125M
OsX 10.12 clang90
root_v6.12.04.macosx64-10.12-clang90.tar.gz
125M
OsX 10.13 clang90
root_v6.12.04.macosx64-10.13-clang90.dmg
123M
OsX 10.13 clang90
root_v6.12.04.macosx64-10.13-clang90.tar.gz
123M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-fedora26-gcc72-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-fedora27-gcc72-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-centos7-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-mac1012-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-ubuntu16-gcc54-opt
Git
The entire ROOT source can be obtained from our public Git repository:
git clone http://github.com/root-project/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-12-04 v6-12-04
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
This is the first version of the v6.12 release branch! (Who likes "00"-releases anyway? And 02 had a fundamental issue fixed right after the tag.)
Here are a couple of the main news items:
TDataFrame has new operations, e.g.
... [More]
storing a tree into a new file, possibly adding new branches and selecting entries.
More supported platforms: Xcode 9.2 on MacOS 10.13, new clang, new GCC; partial support for C++17. (Windows: we are getting there, 2018 is the year!)
Improved multi-threading capabilities: e.g. TH1::Fit() can evaluate in parallel and supports vectorization.
Invoking root with root -t enables multi-threaded execution for internal operations - faster results!
Convolution and normalized sums of TF1s.
Several improvements in TMVA
auto-coloring ("PFC", "PLC", "PMC" options) now also available for TF1
list initialization for PyROOT: C++'s f({"name", "title", 64, -4, 4}) (calling void f(const TH1F& h)) can now be invoked as f(('name', 'title', 64, -4, 4)) in Python.
lots of new supported classes and options in the JavaScript ROOT drawing and I/O library JSROOT.
For all details, see the release notes:
Release Notes
The release notes for this release can be found here.
Source distribution
Platform
Files
Size
source
root_v6.12.04.source.tar.gz
155M
Binary distributions
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.12.04.Linux-centos7-x86_64-gcc4.8.tar.gz
134M
Linux fedora26 gcc7.2
root_v6.12.04.Linux-fedora26-x86_64-gcc7.2.tar.gz
121M
Linux fedora27 gcc7.2
root_v6.12.04.Linux-fedora27-x86_64-gcc7.2.tar.gz
121M
Ubuntu 14 gcc4.8
root_v6.12.04.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
119M
Ubuntu 16 gcc5.4
root_v6.12.04.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
121M
OsX 10.12 clang90
root_v6.12.04.macosx64-10.12-clang90.dmg
125M
OsX 10.12 clang90
root_v6.12.04.macosx64-10.12-clang90.tar.gz
125M
OsX 10.13 clang90
root_v6.12.04.macosx64-10.13-clang90.dmg
123M
OsX 10.13 clang90
root_v6.12.04.macosx64-10.13-clang90.tar.gz
123M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-fedora26-gcc72-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-fedora27-gcc72-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-centos7-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-mac1012-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-ubuntu16-gcc54-opt
Example for setting up ROOT and the corresponding compiler from CVMFS
. /cvmfs/sft.cern.ch/lcg/contrib/gcc/4.8/x86_64-centos7-gcc48-opt/setup.sh
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
Git
The entire ROOT source can be obtained from our public Git repository:
git clone http://github.com/root-project/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-12-04 v6-12-04
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
This is the first version of the v6.12 release branch! (Who likes "00"-releases anyway? And 02 had a fundamental issue fixed right after the tag.)
Here are a couple of the main news items:
TDataFrame has new operations, e.g.
... [More]
storing a tree into a new file, possibly adding new branches and selecting entries.
More supported platforms: Xcode 9.2 on MacOS 10.13, new clang, new GCC; partial support for C++17. (Windows: we are getting there, 2018 is the year!)
Improved multi-threading capabilities: e.g. TH1::Fit() can evaluate in parallel and supports vectorization.
Invoking root with root -t enables multi-threaded execution for internal operations - faster results!
Convolution and normalized sums of TF1s.
Several improvements in TMVA
auto-coloring ("PFC", "PLC", "PMC" options) now also available for TF1
list initialization for PyROOT: C++'s f({"name", "title", 64, -4, 4}) (calling void f(const TH1F& h)) can now be invoked as f(('name', 'title', 64, -4, 4)) in Python.
lots of new supported classes and options in the JavaScript ROOT drawing and I/O library JSROOT.
NOTE that this release has a bug in GL / Eve that will be fixed shortly; see ROOT-9158
For all details, see the release notes:
Release Notes
The release notes for this release can be found here.
Source distribution
Platform
Files
Size
source
root_v6.12.04.source.tar.gz
155M
Binary distributions
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.12.04.Linux-centos7-x86_64-gcc4.8.tar.gz
134M
Linux fedora26 gcc7.2
root_v6.12.04.Linux-fedora26-x86_64-gcc7.2.tar.gz
121M
Linux fedora27 gcc7.2
root_v6.12.04.Linux-fedora27-x86_64-gcc7.2.tar.gz
121M
Ubuntu 14 gcc4.8
root_v6.12.04.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
119M
Ubuntu 16 gcc5.4
root_v6.12.04.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
121M
OsX 10.12 clang90
root_v6.12.04.macosx64-10.12-clang90.dmg
125M
OsX 10.12 clang90
root_v6.12.04.macosx64-10.12-clang90.tar.gz
125M
OsX 10.13 clang90
root_v6.12.04.macosx64-10.13-clang90.dmg
123M
OsX 10.13 clang90
root_v6.12.04.macosx64-10.13-clang90.tar.gz
123M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-fedora26-gcc72-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-fedora27-gcc72-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-centos7-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-mac1012-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-ubuntu16-gcc54-opt
Example for setting up ROOT and the corresponding compiler from CVMFS
. /cvmfs/sft.cern.ch/lcg/contrib/gcc/4.8/x86_64-centos7-gcc48-opt/setup.sh
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.12.04/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
Git
The entire ROOT source can be obtained from our public Git repository:
git clone http://github.com/root-project/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-12-04 v6-12-04
State:
Pro
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
Support for XCode version 9 and clang version 5
Release Notes
The release notes for this release can be found here.
Source distribution
Platform
Files
Size
source
root_v6.10.08.source.tar.gz
150M
Binary
... [More]
distributions
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.10.08.Linux-centos7-x86_64-gcc4.8.tar.gz
124M
Linux fedora22 gcc5.3
root_v6.10.08.Linux-fedora22-x86_64-gcc5.3.tar.gz
110M
Linux fedora24 gcc6.1
root_v6.10.08.Linux-fedora24-x86_64-gcc6.1.tar.gz
107M
Ubuntu 14 gcc4.8
root_v6.10.08.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
109M
Ubuntu 16 gcc5.4
root_v6.10.08.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
110M
OsX 10.11 clang80
root_v6.10.08.macosx64-10.11-clang80.dmg
112M
OsX 10.11 clang80
root_v6.10.08.macosx64-10.11-clang80.tar.gz
111M
OsX 10.12 clang81
root_v6.10.08.macosx64-10.12-clang81.dmg
112M
OsX 10.12 clang81
root_v6.10.08.macosx64-10.12-clang81.tar.gz
111M
OsX 10.13 clang90
root_v6.10.08.macosx64-10.13-clang90.dmg
115M
OsX 10.13 clang90
root_v6.10.08.macosx64-10.13-clang90.tar.gz
114M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora24-gcc61-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu16-gcc54-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1012-clang81-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt
Example for setting up ROOT and the corresponding compiler from CVMFS
. /cvmfs/sft.cern.ch/lcg/contrib/gcc/4.8/x86_64-centos7-gcc48-opt/setup.sh
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
Git
The entire ROOT source can be obtained from our public Git repository:
git clone http://github.com/root-project/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-10-08 v6-10-08
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
Support for XCode version 9 and clang version 5
Release Notes
The release notes for this release can be found here.
Source distribution
Platform
Files
Size
source
root_v6.10.08.source.tar.gz
150M
Binary
... [More]
distributions
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.10.08.Linux-centos7-x86_64-gcc4.8.tar.gz
124M
Linux fedora22 gcc5.3
root_v6.10.08.Linux-fedora22-x86_64-gcc5.3.tar.gz
110M
Linux fedora24 gcc6.1
root_v6.10.08.Linux-fedora24-x86_64-gcc6.1.tar.gz
107M
Ubuntu 14 gcc4.8
root_v6.10.08.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
109M
Ubuntu 16 gcc5.4
root_v6.10.08.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
110M
OsX 10.11 clang80
root_v6.10.08.macosx64-10.11-clang80.dmg
112M
OsX 10.11 clang80
root_v6.10.08.macosx64-10.11-clang80.tar.gz
111M
OsX 10.12 clang81
root_v6.10.08.macosx64-10.12-clang81.dmg
112M
OsX 10.12 clang81
root_v6.10.08.macosx64-10.12-clang81.tar.gz
111M
OsX 10.13 clang90
root_v6.10.08.macosx64-10.13-clang90.dmg
115M
OsX 10.13 clang90
root_v6.10.08.macosx64-10.13-clang90.tar.gz
114M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora24-gcc61-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu16-gcc54-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1012-clang81-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt
Example for setting up ROOT and the corresponding compiler from CVMFS
. /cvmfs/sft.cern.ch/lcg/contrib/gcc/4.8/x86_64-centos7-gcc48-opt/setup.sh
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
Git
The entire ROOT source can be obtained from our public Git repository:
git clone http://github.com/root-project/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-10-08 v6-10-08
State:
Old
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
Support for XCode version 9 and clang version 5
Release Notes
The release notes for this release can be found here.
Source distribution
Platform
Files
Size
source
root_v6.10.08.source.tar.gz
150M
Binary
... [More]
distributions
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.10.08.Linux-centos7-x86_64-gcc4.8.tar.gz
124M
Linux fedora22 gcc5.3
root_v6.10.08.Linux-fedora22-x86_64-gcc5.3.tar.gz
110M
Linux fedora24 gcc6.1
root_v6.10.08.Linux-fedora24-x86_64-gcc6.1.tar.gz
107M
Ubuntu 14 gcc4.8
root_v6.10.08.Linux-ubuntu14-x86_64-gcc4.8.tar.gz
109M
Ubuntu 16 gcc5.4
root_v6.10.08.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
110M
OsX 10.11 clang80
root_v6.10.08.macosx64-10.11-clang80.dmg
112M
OsX 10.11 clang80
root_v6.10.08.macosx64-10.11-clang80.tar.gz
111M
OsX 10.12 clang81
root_v6.10.08.macosx64-10.12-clang81.dmg
112M
OsX 10.12 clang81
root_v6.10.08.macosx64-10.12-clang81.tar.gz
111M
OsX 10.13 clang90
root_v6.10.08.macosx64-10.13-clang90.dmg
115M
OsX 10.13 clang90
root_v6.10.08.macosx64-10.13-clang90.tar.gz
114M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-fedora24-gcc61-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1013-clang90-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu16-gcc54-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-mac1012-clang81-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-ubuntu14-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt
Example for setting up ROOT and the corresponding compiler from CVMFS
. /cvmfs/sft.cern.ch/lcg/contrib/gcc/4.8/x86_64-centos7-gcc48-opt/setup.sh
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.10.08/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
Git
The entire ROOT source can be obtained from our public Git repository:
git clone http://github.com/root-project/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-10-08 v6-10-08
State:
Pro
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
This is a development release. We created it to expose to users part of the enourmous amount of new functionalities which have been integrated in ROOT and will be available in ROOT 6.12/00.
These are some of the highlights of the
... [More]
new features you can find in ROOT 6.11/02:
Even more endemic parallelism - Among the many things, a parallelised hadd (hadd -j) and a parallel enabled prompt: just try it root -t!
An enhanced TDataFrame. Now it's possible to cache datasets in memory, to create readers for any data format (not just ROOT) thanks to the new TDataSource interface, much faster type inference via an improved jitting, a plethora of new options for saving datasets on disk.
The LZ4 compression algorithm can be now used for faster reading and writing.
Writing files in parallel with TBufferMerger has become much faster and scalable.
Source distribution
Platform
Files
Size
source
root_v6.11.02.source.tar.gz
153M
Binary distributions
Note that no binary distribution for XCode9 is available at the moment. In that case, ROOT can be built from sources starting from the tarball above.
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.11.02.Linux-centos7-x86_64-gcc4.8.tar.gz
130M
Linux fedora22 gcc5.3
root_v6.11.02.Linux-fedora22-x86_64-gcc5.3.tar.gz
117M
Ubuntu 16 gcc5.4
root_v6.11.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
117M
OsX 10.11 clang80
root_v6.11.02.macosx64-10.11-clang80.dmg
116M
OsX 10.11 clang80
root_v6.11.02.macosx64-10.11-clang80.tar.gz
116M
OsX 10.12 clang81
root_v6.11.02.macosx64-10.12-clang81.dmg
119M
OsX 10.12 clang81
root_v6.11.02.macosx64-10.12-clang81.tar.gz
119M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-centos7-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-mac1012-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-ubuntu16-gcc54-opt
Example for setting up ROOT and the corresponding compiler from CVMFS on LXPLUS7
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
State:
Dev
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
This is a development release. We created it to expose to users part of the enourmous amount of new functionalities which have been integrated in ROOT and will be available in ROOT 6.12/00.
These are some of the highlights of the
... [More]
new features you can find in ROOT 6.11/02:
Even more endemic parallelism - Among the many things, a parallelised hadd (hadd -j) and a parallel enabled prompt: just try it root -t!
An enhanced TDataFrame. Now it's possible to cache datasets in memory, to create readers for any data format (not just ROOT) thanks to the new TDataSource interface, much faster type inference via an improved jitting, a plethora of new options for saving datasets on disk.
The LZ4 compression algorithm can be now used for faster reading and writing.
Writing files in parallel with TBufferMerger has become much faster and scalable.
Source distribution
Platform
Files
Size
source
root_v6.11.02.source.tar.gz
153M
Binary distributions
Note that this release supports osx 10.13 and XCode9 only if built from sources.
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.11.02.Linux-centos7-x86_64-gcc4.8.tar.gz
130M
Linux fedora22 gcc5.3
root_v6.11.02.Linux-fedora22-x86_64-gcc5.3.tar.gz
117M
Ubuntu 16 gcc5.4
root_v6.11.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
117M
OsX 10.11 clang80
root_v6.11.02.macosx64-10.11-clang80.dmg
116M
OsX 10.11 clang80
root_v6.11.02.macosx64-10.11-clang80.tar.gz
116M
OsX 10.12 clang81
root_v6.11.02.macosx64-10.12-clang81.dmg
119M
OsX 10.12 clang81
root_v6.11.02.macosx64-10.12-clang81.tar.gz
119M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-centos7-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-mac1012-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-ubuntu16-gcc54-opt
Example for setting up ROOT and the corresponding compiler from CVMFS on LXPLUS7
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
[Less]
|
Posted
about 7 years
ago
by
Anonymous
Highlights
This is a development release. We created it to expose to users part of the enourmous amount of new functionalities which have been integrated in ROOT and will be available in ROOT 6.12/00.
These are some of the highlights of the
... [More]
new features you can find in ROOT 6.11/02:
Even more endemic parallelism - Among the many things, a parallelised hadd (hadd -j) and a parallel enabled prompt: just try it root -t!
An enhanced TDataFrame. Now it's possible to cache datasets in memory, to create readers for any data format (not just ROOT) thanks to the new TDataSource interface, much faster type inference via an improved jitting, a plethora of new options for saving datasets on disk.
The LZ4 compression algorithm can be now used for faster reading and writing.
Writing files in parallel with TBufferMerger has become much faster and scalable.
Source distribution
Platform
Files
Size
source
root_v6.11.02.source.tar.gz
153M
Binary distributions
Note that this release supports osx 10.13 and XCode9 only if built from sources.
Platform
Files
Size
CentOS Cern 7 gcc4.8
root_v6.11.02.Linux-centos7-x86_64-gcc4.8.tar.gz
130M
Linux fedora22 gcc5.3
root_v6.11.02.Linux-fedora22-x86_64-gcc5.3.tar.gz
117M
Ubuntu 16 gcc5.4
root_v6.11.02.Linux-ubuntu16-x86_64-gcc5.4.tar.gz
117M
OsX 10.11 clang80
root_v6.11.02.macosx64-10.11-clang80.dmg
116M
OsX 10.11 clang80
root_v6.11.02.macosx64-10.11-clang80.tar.gz
116M
OsX 10.12 clang81
root_v6.11.02.macosx64-10.12-clang81.dmg
119M
OsX 10.12 clang81
root_v6.11.02.macosx64-10.12-clang81.tar.gz
119M
Installations in CVMFS
Standalone installations with minimal external dependencies are available at:
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-mac1011-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-centos7-gcc48-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-fedora22-gcc53-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-mac1012-clang80-opt
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-ubuntu16-gcc54-opt
Example for setting up ROOT and the corresponding compiler from CVMFS on LXPLUS7
. /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.11.02/x86_64-centos7-gcc48-opt/root/bin/thisroot.sh
State:
Dev
[Less]
|