December 4, 2006 Software

From GlueXWiki
Revision as of 13:57, 5 December 2006 by Davidl (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Agenda

  1. Tagged versions of the code (releases)(halld subversion repository)
  2. Near future policy decisions
    • Tagged versions of the code (releases)
    • Make system behaviors
    • Repository structure
    • Documentation (in and out of code, placement on web, organization ,...)
    • Event generators (standard set of inputs to genr8, other generators, ...)
  3. Status of CD-2 milestones


Minutes

Attendees: Alex D. David L.(chair) Elliott W. Matt S. Simon T. Zisis P.

Report on Meeting with JLab IT group on OSG

Alex reported on a meeting he and Elton had earlier in the afternoon with Chip Watson, Sandy Philpott, Andy Kowalski of the JLab IT department. This was primarliy to discuss the numbers in Alex's presentation to the OSG group in 2 days. In short, the participants were all on board with the material in the presentation.

Alex also noted that they are still awaiting feedback on the PIF proposal submitted last September which relied heavily on the OSG. They don't expect to hear anything until February.

Tagged versions of the source code

This was the main discussion topic of the meeting. At issue was that we are now in a mode where several people are contributing to the source code repository and we are nearing the start of several studies that will be done in support of CD-2. We should tag versions of the code so that we can reproduce any results obtained from these studies.

David noted that subversion is different from CVS in that tags are not "frozen" in the same way. Essentially the code is copied to the "tags" directory where it can be checked out, modified, and committed. The concern is that would be a little too easy for someone to accidentally check changes in to a tagged version that they did not want changes to go in to. David noted that it might be possible to restrict checkouts to exports only or to limit check-ins using the hook scripts. He will investigate this.

Currently, there is an old tag in the repository called "STABLE". David exaplained that this was an attempt to make a "floating tag" that allowed persons to always check out the most recent version of the code that was blessed as being stable. This would allow developers to commit broken or half-developed code in order to backup work that is significant, but not yet complete.

Matt pointed out that CLEO uses a tagging scheme where the date of the tag is used. If someone wants the most recent tagged version, they just list them and take the latest one. This avoids the problem of STABLE not being stable. It was agreed that we would adopt a similar policy in principle. David would present a specific proposal next week.

Matt suggested that we also put tarballs of the external packages(such as xerces) required to build the Hall-D source code on the web somewhere. These would be version known to work with the Hall-D souce code and would save folks time in trying to identify and find the correct version of a package. David noted that these were on the hall-d group disk at JLab already and he would somehow link to them from the Wiki.

Near Future Policy Decisions

This discussion was brief. The intent was to add to the list of topics in the agenda that should be discussed at future software meetings. Some comments that were made:

Elliott: We should revist our coding conventions and continue working on that list (it is only partially complete). A suggestion of something to add would be statements encouraging the use of the STL.

Matt: Doxygen doesn't seem to have the code itself available on the web. If this is an option, we should turn it on. Elliott: There may be other options out there now besides Doxygen. Elliott volunteered to do a quick web seach.

Matt: It would be nice to have a web interface to the repository that allows one to seach through the history. David will check on this.

David: We currently only use one external genrator for GlueX (genr8). However, we don't seem to have a repository of input files for it. We should make one in subversion. Zisis: Regina has a small collection of such files they can provide.


Action Items

  1. Freezing tags in subversion through hooks (David)
  2. Periodic release tag proposal with initial tag (David)
  3. Put tarballs of external packages on Wiki(David)
  4. Survey alternatives to doxygen(Elliott)
  5. SVN web interface for browsing change logs (David)
  6. Gather input files for genr8 and make available (Zisis)