-
Notifications
You must be signed in to change notification settings - Fork 32
feat: add CLARA test #878
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
Merged
Merged
feat: add CLARA test #878
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
29086d3
add new YAML file
baltzell c43cc36
use stock schema in yamls
baltzell 2853f7d
.gitignore clara installation
baltzell cd3119d
run clara test
baltzell 98be61a
disable validation workflows
baltzell f160e73
add denoising engine
baltzell 983bc19
disable validatin
baltzell 3929870
disable validation
baltzell 677a070
reactivate
baltzell 9f6805d
schema dir in yaml
baltzell d177892
set memory limit
baltzell 3338f19
keep memory contiguous
baltzell 0e380d7
benchmark
baltzell 8e2bd6e
fail fast
baltzell 3149e95
let it be null, no waiting
baltzell f105976
configure threads
baltzell 4f411d0
fall back to $HOME
baltzell de6677d
add test
baltzell 946a0a4
single-threaded
baltzell 26cb9b8
reduce verbosity
baltzell 245d142
add gitlab clara test
baltzell 1378a9e
fix ci test
baltzell bd3172d
remove benchmarks
baltzell b68e32a
fix file name
baltzell 20d9831
asdf
baltzell 502e1ea
Revert "asdf"
baltzell d82ab15
yes
baltzell aae8a4d
fix
baltzell f850a55
needs cvmfs for ccdb
baltzell 5553438
remove hack
baltzell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| .github/workflows/ci.yml |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # installed: | ||
| /coatjava | ||
| /clara | ||
| target | ||
| /publish | ||
| /docs/javadoc/* | ||
|
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| mime-types: | ||
| - binary/data-hipo | ||
| configuration: | ||
| global: | ||
| variation: rge_spring2024 | ||
| timestamp: 10/08/2025-17:00:00 | ||
| io-services: | ||
| writer: | ||
| schema_dir: full | ||
| services: | ||
| MAGFIELDS: | ||
| magfieldSolenoidMap: Symm_solenoid_r601_phi1_z1201_13June2018.dat | ||
| magfieldTorusMap: Full_torus_r251_phi181_z251_25Jan2021.dat | ||
| io-services: | ||
| reader: | ||
| class: org.jlab.io.clara.DecoderReader | ||
| name: DecoderReader | ||
| writer: | ||
| class: org.jlab.io.clara.DecoderWriter | ||
| name: DecoderWriter | ||
| services: | ||
| - class: org.jlab.service.ai.DCDenoiseEngine | ||
| name: DCDN | ||
| - class: org.jlab.clas.swimtools.MagFieldsEngine | ||
| name: MAGFIELDS | ||
| - class: org.jlab.rec.ft.cal.FTCALEngine | ||
| name: FTCAL | ||
| - class: org.jlab.rec.ft.hodo.FTHODOEngine | ||
| name: FTHODO | ||
| - class: org.jlab.rec.ft.FTEBEngine | ||
| name: FTEB | ||
| - class: org.jlab.service.dc.DCHBClustering | ||
| name: DCCR | ||
| - class: org.jlab.service.dc.DCHBPostClusterConv | ||
| name: DCHB | ||
| - class: org.jlab.service.ftof.FTOFHBEngine | ||
| name: FTOFHB | ||
| - class: org.jlab.service.ec.ECEngine | ||
| name: EC | ||
| - class: org.jlab.service.ctof.CTOFEngine | ||
| name: CTOF | ||
| - class: org.jlab.service.cnd.CNDCalibrationEngine | ||
| name: CND | ||
| - class: org.jlab.service.band.BANDEngine | ||
| name: BAND | ||
| - class: org.jlab.service.htcc.HTCCReconstructionService | ||
| name: HTCC | ||
| - class: org.jlab.service.ltcc.LTCCEngine | ||
| name: LTCC | ||
| - class: org.jlab.service.eb.EBHBEngine | ||
| name: EBHB | ||
| - class: org.jlab.service.dc.DCTBEngine | ||
| name: DCTB | ||
| - class: org.jlab.service.ftof.FTOFTBEngine | ||
| name: FTOFTB | ||
| - class: org.jlab.service.eb.EBTBEngine | ||
| name: EBTB | ||
| - class: org.jlab.rec.rich.RICHEBEngine | ||
| name: RICH |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.