Difference between revisions of "Code"

From Mu2eWiki
Jump to navigation Jump to search
Line 64: Line 64:
 
== Code Management ==
 
== Code Management ==
  
* [[MuseMaintenance]]
+
* [[Spack]] - setup and build tool to replace UPS and MRB
 +
* [[MuseMaintenance]] - Muse procedures for experts
 
* [[ReleaseList]]
 
* [[ReleaseList]]
 
* [[Git|git]] - overview and pointers to detailed and mu2e-specific instructions
 
* [[Git|git]] - overview and pointers to detailed and mu2e-specific instructions
 
* [[Validation]] - automatic and occasional procedures for validation
 
* [[Validation]] - automatic and occasional procedures for validation
 
* [[Jenkins]] - a central build platform
 
* [[Jenkins]] - a central build platform
** [http://mu2e.fnal.gov/atwork/computing/ops/nightlyBuild/nightly.shtml  Jenkins Nightly build results]
 
 
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code
 
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code
 
* [[Docker]] a portable software container to hold and run our environment and software
 
* [[Docker]] a portable software container to hold and run our environment and software

Revision as of 20:30, 20 August 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

  • Spack - setup and build tool to replace UPS and MRB
  • MuseMaintenance - Muse procedures for experts
  • ReleaseList
  • git - overview and pointers to detailed and mu2e-specific instructions
  • Validation - automatic and occasional procedures for validation
  • Jenkins - a central build platform
  • CVMFS - a virtual disk mount containing our code
  • Docker a portable software container to hold and run our environment and software
  • Download - pull a local copy to remote institutions or laptops
  • scisoft - server for product manifests
  • 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
  • CodeDepencyGraph - how to make the code dependency graph
  • DAQ DAQ redmine
  • building root
  • checkPrerequisites tool - check linux has rpms needed by art

Standards and Practices

External Packages