User Tools

Site Tools


asc:workbook_introduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
asc:workbook_introduction [2023/08/14 19:17]
asc [Default shell and environment]
asc:workbook_introduction [2023/08/14 19:19]
asc [Setting up some software]
Line 49: Line 49:
 This setup uses the native Python2 from SL7 This setup uses the native Python2 from SL7
  
 +Check this by running "root" or "condor_status". You can also add the environmental variables automatically: Create '.bash_profile' file if it is not done yet, and put these lines:
  
 +<code bash>   
 +    alias ls='ls -F --color=auto'
 + </code>
 +
 +This will set up the recent version of ROOT with the native PYTHON 2.4 from SL5.3. Alternatively, put the above lines to the file '.bashrc' or run this command:
 +
 +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
 +</code>
 +
 +
 +== Python3 from LCG ==
  
 You can also setup basic programs using Python3. Create a setup file "setup.sh" as this: You can also setup basic programs using Python3. Create a setup file "setup.sh" as this:
Line 68: Line 85:
 Please read the section [[asc:workbook_data|Working with data at ANL Tier3]] for details on how to store and process your data. Please read the section [[asc:workbook_data|Working with data at ANL Tier3]] for details on how to store and process your data.
  
- 
- 
- 
- 
-Check this by running "root" or "condor_status". You can also add the environmental variables automatically: Create '.bash_profile' file if it is not done yet, and put these lines: 
- 
-<code bash>    
-    alias ls='ls -F --color=auto' 
- </code> 
- 
-This will set up the recent version of ROOT with the native PYTHON 2.4 from SL5.3. Alternatively, put the above lines to the file '.bashrc' or run this command: 
- 
-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 
-</code> 
- 
-All precompiled software is located here: 
- 
-<code bash> 
-/share/sl6/ 
-</code> 
  
 Before compiling any package, please check this directory. Note that you can also use cvmfs "localSetupSFT". Before compiling any package, please check this directory. Note that you can also use cvmfs "localSetupSFT".
asc/workbook_introduction.txt ยท Last modified: 2023/08/14 19:20 by asc