Published December 2, 2016
| Version 6.3.0
Software
Open
ganga-devs/ganga: 6.3.0
Authors/Creators
- Robert Currie1
- Mark Slater
- Matt Williams2
- Alexander Richards
- moscicki
- Johannes Ebke
- mityinzer
- Mark Smith
- Patrick Owen3
- Ulrik Egede3
- ubeda
- Chris Burr
- Matt Mottram
- Manoj Kumar Jha4
- datty
- JacekHoleczek
- Olli Lupton
- Michael Alexander
- Konstantin Schubert
- Dietrich Liko5
- henryiii
- VladimirRomanovsky
- Steve Peak6
- schmitts
- Sascha Stahl7
- Rosen Matev
- afella
- Alex Pearce7
- Adam Morris8
- 1. Imperial College
- 2. Volumes of Fun
- 3. Imperial College London
- 4. Purdue University
- 5. Austrian Academy of Sciences
- 6. Codecov
- 7. CERN
- 8. University of Edinburgh
Description
ganga/python/Ganga
- Profiled and improved performance in GangaObject bigly.
- Some code cleanups.
- Added SharedFile file type for using large locally accessible files which doesn't copy a file as much as LocalFile.
- Added many integration tests for MassStorageFile, SharedFile and LocalFile.
- Added new exception types inheriting from GangaException to make reasons for the exceptions clearer.
- Bugfix for GangaDataset and batch jobs #871
- Improvements to the XML loading #839
- Added a universal check for all objects returned from calls to Dirac.
- Added GangaDiracError exception type which is thrown when a command timesout/fails.
- Cleaned up code for SplitByFiles, added more documentation.
- Added new gridProxy object for backwards compatibility. This a wrapper around the new
credential_store. - Default DiracProxy is constructed to be for
lhcb_user. - Added function getAccessURLs to GPI to return a list of accessURLs for a provided list of DiracFiles or LFNs (strings). Can access from the Dirac backend job.backend.getOutputDataAccessURLs(). #801
- Bugfix for GaudiExec. Now it checks that the SE is writable before attempting to upload the tarballs #852
- Update default LHCbDirac to v8r4p4
- Integrated new credentials managment framework into Core.
Added AfsToken and VomsProxy for AFS and LCG credential managment.
All forwarded kerberos tokens are expected to be renewable. If ganga hangs after
kinit -Rcheck your config!
- Added DiracProxy to allow for managing multiple proxies.
- New grid proxies can be constructed via
credential_store.create(DiracProxy()). New grid proxies can be destoryed via
credential_store.destroy(DiracProxy()).Default DIRAC proxy group is now managed via
[defaults_DiracProxy] group = myvo_userin your .gangarc.
Files
ganga-devs/ganga-6.3.0.zip
Files
(9.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:7705e56f94a94472428fdfbb94642a6b
|
9.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ganga-devs/ganga/tree/6.3.0 (URL)