~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_242195/PROC_242195/Cards/me5_configuration.txt

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
#
 
3
# Copyright (c) 2009 The MadGraph Development team and Contributors
 
4
#
 
5
# This file is a part of the MadGraph 5 project, an application which 
 
6
# automatically generates Feynman diagrams and matrix elements for arbitrary
 
7
# high-energy processes in the Standard Model and beyond.
 
8
#
 
9
# It is subject to the MadGraph license which should accompany this 
 
10
# distribution.
 
11
#
 
12
# For more information, please visit: http://madgraph.phys.ucl.ac.be
 
13
#
 
14
################################################################################
 
15
#
 
16
# This File contains some configuration variable for MadGraph/MadEvent
 
17
#
 
18
# Line starting by #! are comment and should remain commented
 
19
# Line starting with # should be uncommented if you want to modify the default
 
20
#    value.
 
21
# Current value for all options can seen by typing "display options"
 
22
#    after either ./bin/mg5 or ./bin/madevent 
 
23
#
 
24
# You can place this files in ~/.mg5/mg5_configuration.txt if you have more than
 
25
#    one version of MG5 
 
26
#
 
27
################################################################################
 
28
 
 
29
# Prefered Fortran Compiler
 
30
# If None: try to find g77 or gfortran on the system
 
31
 
 
32
#fortran_compiler = None
 
33
 
 
34
# Prefered Text Editor
 
35
#  Default: use the shell default Editor
 
36
#           or try to find one available on the system
 
37
#  Be careful: Only shell based editor are allowed
 
38
 
 
39
#text_editor = None
 
40
 
 
41
# Prefered WebBrower
 
42
# If None: try to find one available on the system
 
43
 
 
44
#web_browser = None
 
45
 
 
46
# Prefered PS viewer
 
47
# If None: try to find one available on the system
 
48
 
 
49
#eps_viewer = None
 
50
 
 
51
# Time allowed to answer question (if no answer takes default value)
 
52
# 0: No time limit
 
53
 
 
54
#timeout = 20
 
55
 
 
56
# Pythia8 Path.
 
57
# Define the path to the pythia8 directory.
 
58
# relative path start from mg5 directory
 
59
 
 
60
#pythia8_path = ./pythia8
 
61
 
 
62
# Control when MG5 checks if he is up-to-date.
 
63
# Enter the number of day between two check (0 means never)
 
64
# A question is always asked before any update
 
65
 
 
66
#auto_update = 7
 
67
 
 
68
################################################################################
 
69
#  INFO FOR MADEVENT 
 
70
################################################################################
 
71
# If this file is in a MADEVENT Template. 'main directory' is the directory
 
72
# containing the SubProcesses directory. Otherwise this is the madgraph5 main
 
73
# directory (containing the directories madgraph and Template)
 
74
 
 
75
# Allow/Forbid the automatic opening of the web browser  (on the status page)
 
76
#when launching MadEvent [True/False]
 
77
 
 
78
#automatic_html_opening = True
 
79
 
 
80
# Default Running mode 
 
81
# 0: single machine/ 1: cluster / 2: multicore
 
82
 
 
83
#run_mode = 2
 
84
 
 
85
# Cluster Type [pbs|sge|condor|lsf|ge] Use for cluster run only
 
86
# And cluster queue
 
87
 
 
88
#cluster_type = condor
 
89
#cluster_queue = madgraph
 
90
 
 
91
# Nb_core to use (None = all) This is use only for multicore run
 
92
 
 
93
#nb_core = None
 
94
 
 
95
# Pythia-PGS Package
 
96
# relative path start from main directory
 
97
  
 
98
#pythia-pgs_path = ./pythia-pgs
 
99
 
 
100
# Delphes Package
 
101
# relative path start from main directory
 
102
 
 
103
#delphes_path = ./Delphes
 
104
 
 
105
# MadAnalysis Package [For Drawing output]
 
106
# relative path start from main directory
 
107
 
 
108
#madanalysis_path = ./MadAnalysis
 
109
 
 
110
# ExRootAnalysis Package
 
111
# relative path start from main directory
 
112
 
 
113
#exrootanalysis_path = ./ExRootAnalysis
 
114
 
 
115
# TOPDRAWER PATH
 
116
# Path to the directory containing td executables
 
117
# relative path start from main directory
 
118
 
 
119
#td_path = ./td
 
120
 
 
121
 
 
122
 
 
123
 
 
124