Code: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Building code ==
== Building code ==


* [[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 8: Line 10:
* [[Muse]] - Mu2e code setup and build scripts
* [[Muse]] - Mu2e code setup and build scripts
* [[scons]] - internal commercial build tool, called by Muse
* [[scons]] - internal commercial build tool, called by Muse
* [[cmake]] - DAQ is building Offline using a different commercial tool.
* [[Building Offline with cmake]] - DAQ is building Offline using a different commercial tool.
* [[CodeDebugging|Debugging]] code debugging tools and tips
* [[CodeDebugging|Debugging]] code debugging tools and tips
* [https://www.github.com/Mu2e Mu2e github organization]
* [https://www.github.com/Mu2e Mu2e github organization]
Line 66: 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]]
* [[MuseMaintenance]] - Muse procedures for experts
* [[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
* [[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
Line 122: Line 128:
* [https://root.cern.ch/root/ root] [https://root.cern.ch/guides/reference-guide docs]
* [https://root.cern.ch/root/ root] [https://root.cern.ch/guides/reference-guide docs]
* [http://geant4.web.cern.ch/geant4/  geant] [https://web.fnal.gov/project/Geant4/SitePages/Home.aspx at Fermilab]  [http://www-geant4.kek.jp/Reference/9.4.p01/Geant4 DOxygen(v9.4.p01)] [http://www-geant4.kek.jp/LXR/ LXR]
* [http://geant4.web.cern.ch/geant4/  geant] [https://web.fnal.gov/project/Geant4/SitePages/Home.aspx at Fermilab]  [http://www-geant4.kek.jp/Reference/9.4.p01/Geant4 DOxygen(v9.4.p01)] [http://www-geant4.kek.jp/LXR/ LXR]
* [[Geant4Examples]] How to run the standard Geant4 examples on the Mu2e interactive machines.
* [http://public.muonsinc.com/Projects/G4beamline.aspx G4Beamline]  [http://mu2e-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1490 Mu2e manual]
* [http://public.muonsinc.com/Projects/G4beamline.aspx G4Beamline]  [http://mu2e-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1490 Mu2e manual]
* [http://proj-clhep.web.cern.ch/proj-clhep/ CLHEP] [http://proj-clhep.web.cern.ch/proj-clhep/doc/CLHEP_2_2_0_4/html/ CLHEP(v.2.2.0.4)]
* [http://proj-clhep.web.cern.ch/proj-clhep/ CLHEP] [http://proj-clhep.web.cern.ch/proj-clhep/doc/CLHEP_2_2_0_4/html/ CLHEP(v.2.2.0.4)]

Latest revision as of 16:15, 23 August 2024

Building code

Configuring executables

Modules, Products, and Services

Code Management

Standards and Practices

External Packages