asc:workbook_introduction
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
asc:workbook_introduction [2023/08/14 19:16] – [Setting up some software] asc | asc:workbook_introduction [2023/08/14 19:20] (current) – [Setting up ATLAS Software] asc | ||
---|---|---|---|
Line 49: | Line 49: | ||
This setup uses the native Python2 from SL7 | This setup uses the native Python2 from SL7 | ||
+ | Check this by running " | ||
+ | <code bash> | ||
+ | alias ls='ls -F --color=auto' | ||
+ | </ | ||
+ | |||
+ | This will set up the recent version of ROOT with the native PYTHON 2.4 from SL5.3. Alternatively, | ||
+ | |||
+ | At this point, no any atlas software is installed. Note that the same setup script also setup FASTJET and LHAPDF. Check this as | ||
+ | |||
+ | <code bash> | ||
+ | echo $FASTJET | ||
+ | echo $LHAPDF | ||
+ | echo $PROMC | ||
+ | </ | ||
+ | |||
+ | |||
+ | == Python3 from LCG == | ||
You can also setup basic programs using Python3. Create a setup file " | You can also setup basic programs using Python3. Create a setup file " | ||
Line 68: | Line 85: | ||
Please read the section [[asc: | Please read the section [[asc: | ||
- | |||
- | |||
- | |||
- | |||
- | ===== Default shell and environment ===== | ||
- | |||
- | |||
- | The default shell for the ANL ASC is bash. | ||
- | To setup the necessary environment (ROOT, SVN etc), run this script: | ||
- | |||
- | <code bash source.sh> | ||
- | source / | ||
- | </ | ||
- | |||
- | Check this by running " | ||
- | |||
- | <code bash> | ||
- | alias ls='ls -F --color=auto' | ||
- | source / | ||
- | </ | ||
- | |||
- | This will set up the recent version of ROOT with the native PYTHON 2.4 from SL5.3. Alternatively, | ||
- | |||
- | At this point, no any atlas software is installed. Note that the same setup script also setup FASTJET and LHAPDF. Check this as | ||
- | |||
- | <code bash> | ||
- | echo $FASTJET | ||
- | echo $LHAPDF | ||
- | echo $PROMC | ||
- | </ | ||
- | |||
- | All precompiled software is located here: | ||
- | |||
- | <code bash> | ||
- | /share/sl6/ | ||
- | </ | ||
Before compiling any package, please check this directory. Note that you can also use cvmfs " | Before compiling any package, please check this directory. Note that you can also use cvmfs " | ||
Line 130: | Line 111: | ||
Then " | Then " | ||
- | You can also use packages compiled with RootCore. For SL6, they are located here: | ||
- | |||
- | < | ||
- | / | ||
- | </ | ||
- | |||
- | they were compiled against the native SL6 gcc (/ | ||
- | If you want to recompile such packages using a different ROOT, simply | ||
- | copy this directory to your directory, and run " | ||
- | |||
- | If you need to add more packages, get them with svn: | ||
- | |||
- | <code bash> | ||
- | export SVNOFF=svn+ssh:// | ||
- | svn co $SVNOFF/ | ||
- | </ | ||
- | |||
- | and run the script " | ||
Read more [[https:// | Read more [[https:// |
asc/workbook_introduction.1692040618.txt.gz · Last modified: 2023/08/14 19:16 by asc