From 6ef2d5209ebfe6f792d44c93bb6444245bd8a055 Mon Sep 17 00:00:00 2001 From: Ulascan Sarica Date: Fri, 16 Sep 2022 06:51:03 -0700 Subject: [PATCH] Update README.md --- MELA/README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/MELA/README.md b/MELA/README.md index fba4f16..1652b4c 100644 --- a/MELA/README.md +++ b/MELA/README.md @@ -1,21 +1,17 @@ # Instruction for using JHUGenMELA/MELA -1. Define the environment variable +Compile using ``` -SCRAM_ARCH +./setup.sh -j N # (N being the number of cores to compile, or blank for max. allowed) ``` -to one of the slc folders in MELA/data. - -* If you are using CMS software, this step can be skipped. +* The script decides whether to use integration with the experiments' software. +* Either the one in this folder, or that in the main JHUGenMELA folder works; they do the same thing. +* Feedback on how this script works in different environments is appreciated. -2. Compile using +Once you compile, make sure to follow the on-screen instructions to set up all extra environment variables, i.e., run ``` -./setup.sh -j N # (N being the number of cores to compile, or blank for max. allowed) +eval $(./setup.sh env) # or equivalents in non-bash shells ``` - -* The script decides whether to use standalone computation or integration to experimental software. -* Either the one in this folder, or that in the main JHUGenMELA folder works; they do the same thing. -* Feedback on how this script works in different environments is appreciated.