Executable for chunk large raw-data files#5083
Merged
shahor02 merged 1 commit intoAliceO2Group:devfrom Dec 23, 2020
Merged
Conversation
Collaborator
Author
|
@iouribelikov could you check if this is ok for what you wanted to do? |
Collaborator
|
@shahor02 Thank you very much, Ruben. Yes, it should be exactly what we would like to have so much. I will try it asap... |
iouribelikov
previously approved these changes
Dec 22, 2020
Collaborator
iouribelikov
left a comment
There was a problem hiding this comment.
@shahor02 Thank you very much. This seems to work quite nicely !
But I get lots of messages like
[INFO] Link 0x1630165289x was already declared with same output, do nothing
[INFO] Link 0x1663785514x was already declared with same output, do nothing
...
coming from
AliceO2/Detectors/Raw/src/RawFileWriter.cxx
Line 133 in bbb9823
Is this normal ?
(Also, the log file becomes very large...)
allows to split single or group of large (with many TFs) raw data files to chunks each containing at most N TFs. One can also change the grouping of the output files: e.g.: o2-raw-file-split --detect-tf0 --input-conf raw.cfg -n 10 -o split/ch --file-for cru will regroup the data in 10 chunks per output file in split/ch_0 ... split/ch_N directories and creating a single output file per CRU. The configuration file split/ch_X/<DET>raw.cfg will be created for every chunk
5630249 to
9205b49
Compare
Collaborator
Author
|
@iouribelikov thanks for spotting, fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows to split single or group of large (with many TFs) raw data files to chunks each containing at most N TFs.
One can also change the grouping of the output files:
e.g.:
o2-raw-file-split --detect-tf0 --input-conf raw.cfg -n 10 -o split/ch --file-for cruwill regroup the data in 10 chunks per output file in split/ch_0 ... split/ch_N directories
and creating a single output file per CRU. The configuration file split/ch_X/raw.cfg will
be created for every chunk