Difference between revisions of "MainPage:Nuclear:Summer2018:Software and Computing"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== Network Server Setup at CUA == | == Network Server Setup at CUA == | ||
===To-do=== | ===To-do=== | ||
+ | * Setup master server | ||
+ | ::* Install CentOS7 (open source) | ||
+ | ::* Install root 6.10.06 (most recent version) | ||
+ | ::* Install PODD software: analyzer 1.6.3 (most recent version) for Hall A and Hall C in different build directories | ||
+ | :::* Link for Hall A analyzer 1.6.3 [https://redmine.jlab.org/projects/podd/wiki Redmine pg], install '.gz' format and untar. | ||
+ | :::* Link for Hall C analyzer 1.6.3 [https://hallcweb.jlab.org/wiki/index.php/ROOT_Analyzer/Git Redmine pg], install '.gz' format and untar. | ||
+ | ::* Create a "setup" script like ''gohana'' and ''gohcana'' with correct environment variables set in path | ||
+ | === Building root 6.10.06 on Linux CentOS7 === | ||
+ | ''ROOT'' is a software used in experimental nuclear physics for data analysis and is C++ based. For more info go [https://root.cern.ch here]. | ||
+ | * You can download root two ways: from pre-compiled binaries suited for your OS, or using cmake and building root from the source code. For the source code and pre-compiled binaries go to: [https://root.cern.ch/content/release-61206 root version 6.12.06]. | ||
+ | *Either install the source code (.tar.gz) or use "git clone" to clone the root repository to your directory | ||
+ | * In your terminal, first go to your /usr/local/ directory by $ cd /usr/local/ | ||
+ | ::* Then do $ git clone http://github.com/root-project/root.git | ||
+ | ::* Then go to root directory in /usr/local like $ cd root | ||
+ | ::* Then $ git checkout -b v6-12-06 v6-12-06 | ||
+ | |||
+ | === Installing analyzer === | ||
+ | * https://hallcweb.jlab.org/wiki/index.php/ROOT_Analyzer/Compiling | ||
+ | |||
== Computing using PODD/Hall A & C analyzer == | == Computing using PODD/Hall A & C analyzer == |
Revision as of 19:21, 23 June 2018
⇐ Back to the Main_Page |
Hall A/C Software and Computing Studies for Kaon LT and DVCS
Salina Ali & Callum Walton
Network Server Setup at CUA
To-do
- Setup master server
- Install CentOS7 (open source)
- Install root 6.10.06 (most recent version)
- Install PODD software: analyzer 1.6.3 (most recent version) for Hall A and Hall C in different build directories
- Link for Hall A analyzer 1.6.3 Redmine pg, install '.gz' format and untar.
- Link for Hall C analyzer 1.6.3 Redmine pg, install '.gz' format and untar.
- Create a "setup" script like gohana and gohcana with correct environment variables set in path
Building root 6.10.06 on Linux CentOS7
ROOT is a software used in experimental nuclear physics for data analysis and is C++ based. For more info go here.
- You can download root two ways: from pre-compiled binaries suited for your OS, or using cmake and building root from the source code. For the source code and pre-compiled binaries go to: root version 6.12.06.
- Either install the source code (.tar.gz) or use "git clone" to clone the root repository to your directory
- In your terminal, first go to your /usr/local/ directory by $ cd /usr/local/
- Then do $ git clone http://github.com/root-project/root.git
- Then go to root directory in /usr/local like $ cd root
- Then $ git checkout -b v6-12-06 v6-12-06
Installing analyzer
Computing using PODD/Hall A & C analyzer
Link for information for Hall C Analyzer: hcana info Link for information for Hall A analyzer: Hall A analyzer info
Computing Workshop at JLab from June 25-26, 2018: Hall A/C Computing Workshop Info and Registration