Skip to content
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

Refresh of tbb engine #8

Merged
merged 11 commits into from
Oct 1, 2019
Merged

Refresh of tbb engine #8

merged 11 commits into from
Oct 1, 2019

Conversation

HaiwangYu
Copy link
Member

@HaiwangYu HaiwangYu commented Sep 30, 2019

This PR summarized recent work on refreshing the tbb engine by @brettviren and @HaiwangYu

  • json/jsonnet interface now synchronized with Pgrapher version
  • Added FanoutCat node wrapper so that we could construct graphs with fanout nodes

@brettviren and I noticed the fftw planner is NOT thread safe by default:
http://www.fftw.org/fftw3_doc/Thread-safety.html
We need the libfftw*_threads.so libraries to make it run in thread-safe mode.
These libraries would be provided in future larsoft update.


Right now many larsoft services are also NOT thread-safe and marked as 'Legacy'.
To run lar in MT mode, the configuration should not contain those legacy services.


Test on this 'sim-nf-sp' chain:
image

CPU and memory profiling:
image


Test on real data with 'larwirecell':
image


Related presentations:
https://indico.bnl.gov/event/6817/contributions/31594/
https://indico.bnl.gov/event/5911/contributions/31422/

@brettviren brettviren merged commit a205f27 into WireCell:master Oct 1, 2019
wenqiang-gu pushed a commit that referenced this pull request Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants