Difference between revisions of "Code"

From Mu2eWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
* [[End of Life for Scientific Linux 7]] Instructions needed for June 2024 only.
 
* [[End of Life for Scientific Linux 7]] Instructions needed for June 2024 only.
 +
* [[UPS to Spack Transition]] ongoing from spring 2024
 
* [[CodeEnvironment]] how to setup the linux environment
 
* [[CodeEnvironment]] how to setup the linux environment
 
* [[GitIntro]] code management preliminaries for newcomers
 
* [[GitIntro]] code management preliminaries for newcomers
Line 67: Line 68:
 
* [[PyWrap]] - wrap compiled c++ code so it can be used in python
 
* [[PyWrap]] - wrap compiled c++ code so it can be used in python
 
* [https://cdcvs.fnal.gov/redmine/projects/art/wiki/ArtExitCodes art error codes]
 
* [https://cdcvs.fnal.gov/redmine/projects/art/wiki/ArtExitCodes art error codes]
 +
* [[Elastic Analysis Facility (EAF)|Elastic Analysis Facility (EAF)]]
  
 
== Code Management ==
 
== Code Management ==
  
 
* [[Spack]] - setup and build tool to replace UPS and MRB
 
* [[Spack]] - setup and build tool to replace UPS and MRB
 +
* [[SpackMaintenance]] - expert procedures and debugging
 
* [[Legacy_Access_to_SL7]]
 
* [[Legacy_Access_to_SL7]]
 
* [[MuseMaintenance]] - Muse procedures for experts
 
* [[MuseMaintenance]] - Muse procedures for experts
Line 76: Line 79:
 
* [[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
 +
* [[GeantChecklist]] - validation of new geant versions
 
* [[Jenkins]] - a central build platform
 
* [[Jenkins]] - a central build platform
 
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code
 
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code

Latest revision as of 16:15, 23 August 2024

Building code

Configuring executables

Modules, Products, and Services

Code Management

Standards and Practices

External Packages