CodeEnvironment: Difference between revisions
Jump to navigation
Jump to search
(Created page with " ==Introduction== This page explains the initial steps to preparing the linux shell environment for building code, running executable, or submitting jobs. ==Mu2e environment...") |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page reviews the management of the Mu2e interactive environment for building code, running executables, or submitting jobs. | |||
Creating an environment in which you can build and run Mu2e code is a three step process that stars with a clean shell: | |||
# Create the recommended login scripts; see [[Shells#Setup_scripts]] | |||
# Issue the command <code> mu2einit </code>; see [[LoginTutorial#Check_setup_mu2e]] | |||
# One or more of: | |||
#* muse setup | |||
#* setup mu2egrid | |||
#* setup sam_web_client | |||
#* and many more | |||
You will encounter several different versions of the items in 3 as you work through the tutorials. | |||
If you are an expert who has chosen to not setup UPS in their login scripts, steps 1 and two are merged together as described in [[Shells#Expert_Only]]. | |||
[[Category:Computing]] | [[Category:Computing]] | ||
[[Category:Code]] | [[Category:Code]] | ||
[[Category:Tutorial]] | [[Category:Tutorial]] |
Latest revision as of 21:48, 25 May 2024
This page reviews the management of the Mu2e interactive environment for building code, running executables, or submitting jobs.
Creating an environment in which you can build and run Mu2e code is a three step process that stars with a clean shell:
- Create the recommended login scripts; see Shells#Setup_scripts
- Issue the command
mu2einit
; see LoginTutorial#Check_setup_mu2e - One or more of:
- muse setup
- setup mu2egrid
- setup sam_web_client
- and many more
You will encounter several different versions of the items in 3 as you work through the tutorials.
If you are an expert who has chosen to not setup UPS in their login scripts, steps 1 and two are merged together as described in Shells#Expert_Only.