Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add missing prompts to getting started 2013 #3409

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ $ cmsrel CMSSW_5_3_20
For the 2015 proton-proton reference data, you would do

```shell
export SCRAM_ARCH=slc6_amd64_gcc491
cmsrel CMSSW_7_5_8_patch3
$ export SCRAM_ARCH=slc6_amd64_gcc491
$ cmsrel CMSSW_7_5_8_patch3
```
instead, and in what follows, `CMSSW_7_5_8_patch3/src` would be the working area. You could install them in one VM, but it is better to have separate VMs for different CMSSW areas as the internal space of the image may get tight.

Expand Down Expand Up @@ -96,7 +96,7 @@ $ for package in $(cat packages_HI_$CMSSW_VERSION.txt); do git checkout CmsHI/fo
If you are working with 2015 data in `CMSSW_7_5_8_patch3/src`, remove the first line of `BuildFile.xml` of one of the packages with

```shell
sed -i '1d' HeavyIonsAnalysis/VectorBosonAnalysis/BuildFile.xml
$ sed -i '1d' HeavyIonsAnalysis/VectorBosonAnalysis/BuildFile.xml
```

Compile the packages with:
Expand Down
Loading