Difference between revisions of "MCatNLO Step 1"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
We will produce MCatNLO events starting from scratch. In step 1 we will download the MCatNLO program, configure it to our needs and perform the integration step. Once that has been done, we will produce the executable that will be used later to generate events. | We will produce MCatNLO events starting from scratch. In step 1 we will download the MCatNLO program, configure it to our needs and perform the integration step. Once that has been done, we will produce the executable that will be used later to generate events. | ||
+ | |||
+ | |||
+ | <font color = red> | ||
+ | <pre> | ||
+ | </pre> | ||
+ | </font> | ||
+ | |||
+ | 1) Prepare your working directory | ||
+ | (this dir will be referred to as ~/scratch/MyMCatNLO in future) | ||
+ | <font color = red> | ||
+ | <pre> | ||
+ | cd scratch | ||
+ | mkdir MyMCatNLO </pre> | ||
+ | </font> | ||
+ | |||
+ | 2)Download the package | ||
+ | Go to the MCatNLO webpage and download the package (called Package231.tar.gz) | ||
+ | |||
+ | <font color = red> | ||
+ | <pre> | ||
+ | cd MyMCatNLO | ||
+ | mkdir MyMCatNLO_EXECUTABLE | ||
+ | cd MyMCatNLO_EXECUTABLE | ||
+ | </pre> | ||
+ | </font> | ||
+ | |||
+ | <font color = red> | ||
+ | <pre> | ||
+ | tar -xzvf Package231.tar.gz | ||
+ | </pre> | ||
+ | </font> | ||
+ | |||
+ | 3)Download the PDF libraries | ||
+ | Go to the MCatNLO webpage and download the package (called grid-files) |
Revision as of 09:12, 7 May 2005
We will produce MCatNLO events starting from scratch. In step 1 we will download the MCatNLO program, configure it to our needs and perform the integration step. Once that has been done, we will produce the executable that will be used later to generate events.
1) Prepare your working directory (this dir will be referred to as ~/scratch/MyMCatNLO in future)
cd scratch mkdir MyMCatNLO
2)Download the package Go to the MCatNLO webpage and download the package (called Package231.tar.gz)
cd MyMCatNLO mkdir MyMCatNLO_EXECUTABLE cd MyMCatNLO_EXECUTABLE
tar -xzvf Package231.tar.gz
3)Download the PDF libraries Go to the MCatNLO webpage and download the package (called grid-files)