Difference between revisions of "Code"

From Mu2eWiki
Jump to navigation Jump to search
Line 70: Line 70:
 
* [[Jenkins]] - a central build platform
 
* [[Jenkins]] - a central build platform
 
** [http://mu2e.fnal.gov/atwork/computing/ops/nightlyBuild/nightly.shtml  Jenkins Nightly build results]
 
** [http://mu2e.fnal.gov/atwork/computing/ops/nightlyBuild/nightly.shtml  Jenkins Nightly build results]
* [[Cvmfs|CVMFS]]
+
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code
 +
* [[Docker]] a portable software container to hold and run our environment and software
 
* [[CodeDistribution|Download]] - pull a local copy to remote institutions or laptops
 
* [[CodeDistribution|Download]] - pull a local copy to remote institutions or laptops
 
* [[Scisoft|scisoft]] - server for product manifests
 
* [[Scisoft|scisoft]] - server for product manifests
* [[BTrk]] - the KalMan fitter code is in this non-standard product
+
* [[BTrk]] - (deprecated) the Kalman fitter code is in this non-standard product
 +
* [[KinKal]] - a repo and UPS product containing the core track Kalman fit code
 
* [[CVS]]
 
* [[CVS]]
* [[CodeDepencyGraph]] - how ot make the code dependency graph
+
* [[CodeDepencyGraph]] - how to make the code dependency graph
 
* [[DAQ]] [https://cdcvs.fnal.gov/redmine/projects/mu2edaq/wiki DAQ redmine]
 
* [[DAQ]] [https://cdcvs.fnal.gov/redmine/projects/mu2edaq/wiki DAQ redmine]
 
* [[RootBuild|building root]]
 
* [[RootBuild|building root]]

Revision as of 17:13, 29 June 2021

Building code

  • GitIntro code management preliminaries for newcomers
  • OfflineStatus which branch or tag of Mu2e Offline you should start from
  • GitHubWorkflow - code repository checkout and commit procedures
  • Muse - Mu2e code setup and build scripts
  • scons - internal commercial build tool, called by Muse
  • Debugging code debuggin tools and tips
  • LXR - cross-linked code browser
  • Mu2e github organization
  • UPS - using the Fermilab UPS product setup
  • Redmine - a few pieces of code are still in the redmine git repository
  • CVS - a few pieces of code are still in the CVS repository

Configuring executables

Modules, Products, and Services

Code Management

Standards and Practices

External Packages