Difference between revisions of "GlueX Offline Meeting, July 8, 2015"

From GlueXWiki
Jump to: navigation, search
(Agenda)
(add minutes)
Line 31: Line 31:
  
 
Talks can be deposited in the directory <code>/group/halld/www/halldweb/html/talks/2015</code> on the JLab CUE. This directory is accessible from the web at https://halldweb.jlab.org/talks/2015/ .
 
Talks can be deposited in the directory <code>/group/halld/www/halldweb/html/talks/2015</code> on the JLab CUE. This directory is accessible from the web at https://halldweb.jlab.org/talks/2015/ .
 +
 +
==Minutes==
 +
 +
Present:
 +
* '''JLab''': Alex Barnes, Mark Dalton, Mark Ito (chair), David Lawrence, Paul Mattione, Curtis Meyer, Eric Pooser, Matt Shepherd, Justin Stevens, Simon Taylor, Beni Zihlmann
 +
* '''NU''': Sean Dobbs
 +
 +
===Announcements===
 +
 +
# '''Sim-Recon 1.3.0.''' Mark reminded us of the [https://mailman.jlab.org/pipermail/halld-offline/2015-June/002076.html latest release]. It is compatible with JANA 0.7.3 and uses a new BCAL smearing scheme from Tegan Beattie.
 +
#* CLHEP is no longer needed by AmpTools and comes packaged with Geant4 in recent versions. It will be dropped from the packages built by default by the GlueX Version Management System (GVMS).
 +
# '''Legacy build directories.''' Some old directories in the /group/halld/Software/builds directory at JLab are about to disappear. Lately they have been a source of confusion. See [https://mailman.jlab.org/pipermail/halld-offline/2015-July/002080.html Mark's email message] for details.
 +
 +
===Review of minutes from June 24===
 +
 +
We went over the [[GlueX Offline Meeting, June 24, 2015#Minutes|minutes from last time]].
 +
 +
* The switch to the new volatile disk hardware went without a hitch.
 +
* The Data Center power outage went well as well.
 +
* Mark I. is still promising to send out instructions on how to switch from use of one of the various builds of GlueX software to another.
 +
* Mark and Beni have succeeded in building the complete suite of GlueX software on Beni's Ubuntu machine. The next step is to set up a nightly build.
 +
* Beni has succeeded in creating a working build of GlueX software against a version of ROOT 6. We will need to discuss an upgrade in the future.
 +
 +
===Offline Monitoring Train Schedule and Status===
 +
 +
Paul reported that the plan is to launch the next offline monitoring train this Friday. There was no train last week.
 +
 +
Sean gave us an update on offline monitoring post-processing. [https://halldweb.jlab.org/wiki/images/2/27/Sdobbs_OfflineMtg_OffMon_July2015.pdf His slide] reads as follows:
 +
 +
Offline Monitoring Backend
 +
* The system is ready for the next run 
 +
* Memory usage under control - ~1 GB per process
 +
* pylint is your friend
 +
* Parallelized hadd - phadd
 +
** Uses python thread pooling
 +
** Current settings: 6 threads, 10 files in a batch. On ifarm, limited by bandwidth to work disk
 +
** Run 2439: ~40 min (hadd) -> ~14 min (phadd)
 +
** N.B. hadd -n processes batches serially, uses less memory but slower
 +
* Ready to monitor simulations
 +
* Processing of online histograms works now, too
 +
 +
He also mentioned:
 +
* The next step is a webpage to show results.
 +
* We need a similar set of procedures for simulation.
 +
* We should think about running something for the online as well.
 +
 +
===Spring 2015 Commissioning Simulations===
 +
 +
Sean updated the status of the [[Spring 2015 Commissioning Simulations|simulation]] effort.

Revision as of 12:26, 10 July 2015

GlueX Offline Software Meeting
Wednesday, July 8, 2015
1:30 pm EDT
JLab: CEBAF Center F326/327

Agenda

  1. Announcements
    1. Sim-Recon 1.3.0 (Mark)
    2. Legacy build directories (Mark)
  2. Review of minutes from June 24 (all)
  3. Offline Monitoring (Kei et al.)
  4. Spring 2015 Commissioning Simulations (Sean)
  5. Proposal on Git for GlueX (Mark)
  6. JANA 0.7.3 (David)
  7. multi-threaded mcsmearing (David)
  8. Mixing Simulated Events (Sean)
  9. Geant4 Update (Richard)
  10. Action Item Review

Communication Information

Remote Connection

Slides

Talks can be deposited in the directory /group/halld/www/halldweb/html/talks/2015 on the JLab CUE. This directory is accessible from the web at https://halldweb.jlab.org/talks/2015/ .

Minutes

Present:

  • JLab: Alex Barnes, Mark Dalton, Mark Ito (chair), David Lawrence, Paul Mattione, Curtis Meyer, Eric Pooser, Matt Shepherd, Justin Stevens, Simon Taylor, Beni Zihlmann
  • NU: Sean Dobbs

Announcements

  1. Sim-Recon 1.3.0. Mark reminded us of the latest release. It is compatible with JANA 0.7.3 and uses a new BCAL smearing scheme from Tegan Beattie.
    • CLHEP is no longer needed by AmpTools and comes packaged with Geant4 in recent versions. It will be dropped from the packages built by default by the GlueX Version Management System (GVMS).
  2. Legacy build directories. Some old directories in the /group/halld/Software/builds directory at JLab are about to disappear. Lately they have been a source of confusion. See Mark's email message for details.

Review of minutes from June 24

We went over the minutes from last time.

  • The switch to the new volatile disk hardware went without a hitch.
  • The Data Center power outage went well as well.
  • Mark I. is still promising to send out instructions on how to switch from use of one of the various builds of GlueX software to another.
  • Mark and Beni have succeeded in building the complete suite of GlueX software on Beni's Ubuntu machine. The next step is to set up a nightly build.
  • Beni has succeeded in creating a working build of GlueX software against a version of ROOT 6. We will need to discuss an upgrade in the future.

Offline Monitoring Train Schedule and Status

Paul reported that the plan is to launch the next offline monitoring train this Friday. There was no train last week.

Sean gave us an update on offline monitoring post-processing. His slide reads as follows:

Offline Monitoring Backend

  • The system is ready for the next run
  • Memory usage under control - ~1 GB per process
  • pylint is your friend
  • Parallelized hadd - phadd
    • Uses python thread pooling
    • Current settings: 6 threads, 10 files in a batch. On ifarm, limited by bandwidth to work disk
    • Run 2439: ~40 min (hadd) -> ~14 min (phadd)
    • N.B. hadd -n processes batches serially, uses less memory but slower
  • Ready to monitor simulations
  • Processing of online histograms works now, too

He also mentioned:

  • The next step is a webpage to show results.
  • We need a similar set of procedures for simulation.
  • We should think about running something for the online as well.

Spring 2015 Commissioning Simulations

Sean updated the status of the simulation effort.