Skip to content
pequegnot edited this page Sep 8, 2014 · 2 revisions

Theta How-to

Theta/theta-auto how-to

  • Setup Theta/Theta-auto

See also: http://www-ekp.physik.uni-karlsruhe.de/~ott/theta/theta-auto/installation.html

myWorkingDir> git clone https://github.com/blinkseb/theta.git
myWorkingDir> source setup_lyoserv_env_sl6.sh
myWorkingDir> cd theta
theta> mkdir build
theta> cd build
build> /gridgroup/cms/brochet/.local_sl6/bin/cmake -DBoost_NO_BOOST_CMAKE:BOOL=TRUE ..
build> make
build> cd ../gridpack
gridpack> ./build.sh
  • How to use/run theta/theta-auto

See Documentation for theta and theta-auto.

Theta_driver how-to

  • Setup theta_driver

See also: https://github.com/baites/theta_driver

myWorkingDir> git clone https://github.com/blinkseb/theta_driver.git
myWorkingDir> cd theta_driver
theta_driver> edit setup_sl6.sh # (setup THETA_PATH to point to theta package location)
theta_driver> source setup_sl6.sh
  • How to use/run theta_driver

See Documentation for theta_driver.

Clone this wiki locally