Skip to content
Snippets Groups Projects
  1. Sep 12, 2018
  2. Sep 11, 2018
  3. Sep 10, 2018
    • scott snyder's avatar
      PyUtils: Fix length inconsistency in SetSize call. · 2dc2f13e
      scott snyder authored and Attila Krasznahorkay's avatar Attila Krasznahorkay committed
      The pythonization of TFile::root was calling the SetSize method
      on a PyROOT buffer object.  The argument that SetSize takes is the
      number of elements in the buffer, where the size of each element
      depends on how the buffer was created.  Here, however, we were
      passing to SetSize a number of bytes.
      
      The buffer elements we were seeing were void*, which have size 8.
      So the buffer size was getting misset by a factor of 8.
      This was leading to a crash in the input file peeker.
      
      This crash was however only observed in the muRunData test of TrigUpgradeTest,
      and only when it was run with --stdcmalloc and MALLOC_CHECK_=3.
      It's a bit a mystery why this apparently long-standing bug hasn't 
      caused problems before.
      
      
      
      Former-commit-id: 5f553898f3b4118e8ce47eb78932349b750e2054
      2dc2f13e
  4. Sep 05, 2018
    • Marcelo Vogel's avatar
      Implementation of new feature for Archive_tf (ATLASJT-383) · e43bec35
      Marcelo Vogel authored
      As requested by ADC, the archiving transform now deletes input files
      right after they are added to the output zip archive. This commit
      also drops the support for handling tar archives, which was approved.
      
      
      Former-commit-id: a3eec24cbb5e3fce033ee84b64ee967a364710f8
      e43bec35
  5. Aug 30, 2018
    • James Beacham's avatar
      Merge branch '21.0-directIO-art-adding-README' into '21.0' · 9fce2e0f
      James Beacham authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      Adding README to DirectIOART package & updating generateARTtests.py
      
      See merge request atlas/athena!13589
      
      (cherry picked from commit 66d10442 [formerly 09cf2e2eb31749106e3dbf50c34fd9b7de8eb8f0])
      
      02319117 Added README.md and updated generateARTtests.py
      19d20592 Updated info about software releases in which the TFile::Open testa are executed
      e6b5db43 Added master/Athena to RecoTF tests
      446e423d Again updating README.md...
      
      Former-commit-id: 079087b54c44d72b8099ecd497f92c40fd0322c9
      9fce2e0f
  6. Aug 17, 2018
  7. Aug 03, 2018
  8. Jul 24, 2018
  9. Jul 10, 2018
  10. Jul 09, 2018
  11. Jul 06, 2018
  12. Jun 25, 2018
  13. Jun 21, 2018
  14. Jun 16, 2018
  15. Jun 11, 2018
  16. Jun 07, 2018
  17. May 20, 2018
  18. May 15, 2018
    • John Chapman's avatar
      Fix DetFlag configuration for Fast Chain jobs (ATLASSIM-3691) · 862593c4
      John Chapman authored
      Some changes made to `Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py` as
      part of !9101 accidentally broke Fast Chain running - this was not noticed at the
      time as the job was broken for other reasons. The sytnax has been tweaked to
      get Fast Chain working again. This should fix ATLASSIM-3691.
      
      
      Former-commit-id: 2cadd875753202d758552d5a4f080161a393c581
      862593c4
    • James Beacham's avatar
      Merge branch '21.0-use-python-zip' into '21.0' · 74fe805f
      James Beacham authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      Removed dependency on zip binary from Archiving transform (ATLASJT-296)
      
      See merge request atlas/athena!11230
      
      (cherry picked from commit 04559265 [formerly 86ce1f3252312edadcf3ba33009439148ad5a010])
      
      6d177b69 Removed dependency on zip binary from Archiving transform (ATLASJT-296)
      
      Former-commit-id: d689c169c07d88e4c6512a1806b5ddbad81866c1
      74fe805f
  19. May 14, 2018
  20. May 12, 2018
    • Marcelo Vogel's avatar
      Removed dependency on zip binary from Archiving transform (ATLASJT-296) · e0c4fedf
      Marcelo Vogel authored
      Given that the zip binary may not be available at all grid sites, this
      branch replaces the zip binary from the back-end of the Archiving
      transform with python's native zip capability. It can handle ZIP files
      that use the ZIP64 extensions, that is ZIP files that are more than
      4 GByte in size
      
      
      Former-commit-id: 6d177b697cbcbd981a948f5ab30b115d87cd4097
      e0c4fedf
  21. May 11, 2018
  22. May 10, 2018
  23. May 09, 2018
  24. May 08, 2018
  25. May 07, 2018
  26. May 05, 2018
  27. May 04, 2018
  28. May 03, 2018
  29. May 02, 2018
  30. May 01, 2018
Loading