-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing adler32 with CRC32-C in FRD (raw data format) v5 - 74X #8908
Conversation
smorovic
commented
Apr 28, 2015
- correct unlock in input source at the end of the run
- "Failsafe" is set as JSON stream destination field in case of unsucessful determination with HLT menu and selected transfermode
- renamed reserved TCDS FED header variable to triggerTypeFlags
- support for Intel acceleration of CRC-32C with new FRD v5 (replaces adler32)
Original implementation by Mark Adler patched to compile as C++ and introduced ifdefs to compile SSE 4.2 asm version only for X86_64, otherwise using fallback to software crc32c implementation *changes to support checking crc32c checksum in both raw input sources (V5 of the FRD format), included also support for V4 header *ability to generate new FRD v5 format and checksum with fakeBU script
calculated instead of empty string.
This is 74X pull request of commits in (75X) #8907 |
A new Pull Request was created by @smorovic (Srecko Morovic) for CMSSW_7_4_X. Replacing adler32 with CRC32-C in FRD (raw data format) v5 - 74X It involves the following packages: EventFilter/FEDInterface @mommsen, @cmsbuild, @Dr15Jones, @emeschi, @nclopezo can you please review it and eventually sign? Thanks. |
+1 |
Comparison is ready The workflows 140.53 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Replacing adler32 with CRC32-C in FRD (raw data format) v5 - 74X