Fork me on GitHub

Ticket #1117: 終端機輸出記錄

File 終端機輸出記錄, 10.5 KB (added by williamhuang, 8 years ago)
Line 
1Last login: Mon May 1 10:58:54 on ttys001
2williamdeMacBook-Pro:~ william$ /Users/william/Documents/Project/Program/MG5_aMC_v2_5_3/bin/mg5_aMC ; exit;
3************************************************************
4* *
5* W E L C O M E to *
6* M A D G R A P H 5 _ a M C @ N L O *
7* *
8* *
9* * * *
10* * * * * *
11* * * * * 5 * * * * *
12* * * * * *
13* * * *
14* *
15* VERSION 2.5.3 2017-03-09 *
16* *
17* The MadGraph5_aMC@NLO Development Team - Find us at *
18* https://server06.fynu.ucl.ac.be/projects/madgraph *
19* and *
20* http://amcatnlo.web.cern.ch/amcatnlo/ *
21* *
22* Type 'help' for in-line help. *
23* Type 'tutorial' to learn how MG5 works *
24* Type 'tutorial aMCatNLO' to learn how aMC@NLO works *
25* Type 'tutorial MadLoop' to learn how MadLoop works *
26* *
27************************************************************
28load MG5 configuration from Documents/Project/Program/MG5_aMC_v2_5_3/input/mg5_configuration.txt
29None does not seem to correspond to a valid fastjet-config executable (v3+). We will use fjcore instead.
30 Please set the 'fastjet'variable to the full (absolute) /PATH/TO/fastjet-config (including fastjet-config).
31 MG5_aMC> set fastjet /PATH/TO/fastjet-config
32
33/Users/william/Documents/Project/Program/MG5_aMC_v2_5_3/HEPTools/lhapdf6/bin/lhapdf-config does not seem to correspond to a valid lhapdf-config executable.
34Please set the 'lhapdf' variable to the (absolute) /PATH/TO/lhapdf-config (including lhapdf-config).
35Note that you can still compile and run aMC@NLO with the built-in PDFs
36 MG5_aMC> set lhapdf /PATH/TO/lhapdf-config
37
38Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
39Loading default model: sm
40INFO: Restrict model sm with file Documents/Project/Program/MG5_aMC_v2_5_3/models/sm/restrict_default.dat .
41INFO: Run "set stdout_level DEBUG" before import for more information.
42INFO: Change particles name to pass to MG5 convention
43Defined multiparticle p = g u c d s u~ c~ d~ s~
44Defined multiparticle j = g u c d s u~ c~ d~ s~
45Defined multiparticle l+ = e+ mu+
46Defined multiparticle l- = e- mu-
47Defined multiparticle vl = ve vm vt
48Defined multiparticle vl~ = ve~ vm~ vt~
49Defined multiparticle all = g u c d s u~ c~ d~ s~ a ve vm vt e- mu- ve~ vm~ vt~ e+ mu+ t b t~ b~ z w+ h w- ta- ta+
50MG5_aMC>install Delphes
51 You are installing 'Delphes', please cite ref(s): arXiv:1307.6346.
52Downloading http://cp3.irmp.ucl.ac.be/downloads/Delphes-3-current.tar.gz
53 % Total % Received % Xferd Average Speed Time Time Time Current
54 Dload Upload Total Spent Left Speed
55100 4979k 100 4979k 0 0 949k 0 0:00:05 0:00:05 --:--:-- 1177k
56compile Delphes. This might take a while.
57>> Generating tmp/classes/ClassesDict.cc
58>> Compiling tmp/classes/ClassesDict.cc
59In file included from /opt/local/include/gcc7/c++/experimental/string_view:39:0,
60 from /Users/william/Documents/Project/Program/root/include/RStringView.h:24,
61 from /Users/william/Documents/Project/Program/root/include/TString.h:41,
62 from /Users/william/Documents/Project/Program/root/include/TNamed.h:29,
63 from /Users/william/Documents/Project/Program/root/include/TTask.h:25,
64 from external/ExRootAnalysis/ExRootTask.h:12,
65 from ./classes/DelphesModule.h:30,
66 from tmp/classes/ClassesDict.cc:30:
67/opt/local/include/gcc7/c++/bits/c++14_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2014 standard. This support must be enabled with the -std=c++14 or -std=gnu++14 compiler options.
68 #error This file requires compiler and library support \
69 ^~~~~
70In file included from /Users/william/Documents/Project/Program/root/include/TString.h:41:0,
71 from /Users/william/Documents/Project/Program/root/include/TNamed.h:29,
72 from /Users/william/Documents/Project/Program/root/include/TTask.h:25,
73 from external/ExRootAnalysis/ExRootTask.h:12,
74 from ./classes/DelphesModule.h:30,
75 from tmp/classes/ClassesDict.cc:30:
76/Users/william/Documents/Project/Program/root/include/RStringView.h:32:37: error: 'experimental' in namespace 'std' does not name a type
77 using basic_string_view = ::std::experimental::basic_string_view<_CharT,_Traits>;
78 ^~~~~~~~~~~~
79/Users/william/Documents/Project/Program/root/include/RStringView.h:35:12: error: 'basic_string_view' does not name a type; did you mean 'basic_streambuf'?
80 typedef basic_string_view<char> string_view;
81 ^~~~~~~~~~~~~~~~~
82 basic_streambuf
83/Users/william/Documents/Project/Program/root/include/RStringView.h:36:12: error: 'basic_string_view' does not name a type; did you mean 'basic_streambuf'?
84 typedef basic_string_view<char16_t> u16string_view;
85 ^~~~~~~~~~~~~~~~~
86 basic_streambuf
87/Users/william/Documents/Project/Program/root/include/RStringView.h:37:12: error: 'basic_string_view' does not name a type; did you mean 'basic_streambuf'?
88 typedef basic_string_view<char32_t> u32string_view;
89 ^~~~~~~~~~~~~~~~~
90 basic_streambuf
91/Users/william/Documents/Project/Program/root/include/RStringView.h:38:12: error: 'basic_string_view' does not name a type; did you mean 'basic_streambuf'?
92 typedef basic_string_view<wchar_t> wstring_view;
93 ^~~~~~~~~~~~~~~~~
94 basic_streambuf
95/Users/william/Documents/Project/Program/root/include/RStringView.h:48:28: warning: inline variables are only available with -std=c++1z or -std=gnu++1z
96 inline double stod(std::string_view str, size_t *pos)
97 ^~~~~~~~~~~
98/Users/william/Documents/Project/Program/root/include/RStringView.h:48:28: error: 'string_view' is not a member of 'std'
99/Users/william/Documents/Project/Program/root/include/RStringView.h:48:28: note: suggested alternative: 'stringstream'
100 inline double stod(std::string_view str, size_t *pos)
101 ^~~~~~~~~~~
102 stringstream
103/Users/william/Documents/Project/Program/root/include/RStringView.h:48:52: error: expected primary-expression before '*' token
104 inline double stod(std::string_view str, size_t *pos)
105 ^
106/Users/william/Documents/Project/Program/root/include/RStringView.h:48:53: error: 'pos' was not declared in this scope
107 inline double stod(std::string_view str, size_t *pos)
108 ^~~
109/Users/william/Documents/Project/Program/root/include/RStringView.h:48:53: note: suggested alternative: 'pow'
110 inline double stod(std::string_view str, size_t *pos)
111 ^~~
112 pow
113/Users/william/Documents/Project/Program/root/include/RStringView.h:48:56: error: expression list treated as compound expression in initializer [-fpermissive]
114 inline double stod(std::string_view str, size_t *pos)
115 ^
116In file included from /Users/william/Documents/Project/Program/root/include/TNamed.h:29:0,
117 from /Users/william/Documents/Project/Program/root/include/TTask.h:25,
118 from external/ExRootAnalysis/ExRootTask.h:12,
119 from ./classes/DelphesModule.h:30,
120 from tmp/classes/ClassesDict.cc:30:
121/Users/william/Documents/Project/Program/root/include/TString.h:116:13: error: expected type-specifier
122 operator std::string_view() const { return std::string_view(Data(),fExtent); }
123 ^~~
124/Users/william/Documents/Project/Program/root/include/TString.h: In member function 'TSubString::operator std::__cxx11::string() const':
125/Users/william/Documents/Project/Program/root/include/TString.h:117:47: error: string_view' is not a member of 'std'
126 operator std::string() const { return std::string_view(Data(),fExtent).to_string(); }
127 ^~~~~~~~~~~
128/Users/william/Documents/Project/Program/root/include/TString.h:117:47: note: suggested alternative: 'stringstream'
129 operator std::string() const { return std::string_view(Data(),fExtent).to_string(); }
130 ^~~~~~~~~~~
131 stringstream
132/Users/william/Documents/Project/Program/root/include/TString.h: At global scope:
133/Users/william/Documents/Project/Program/root/include/TString.h:269:23: error: string_view' in namespace 'std' does not name a type
134 TString(const std::string_view &sub);
135 ^~~~~~~~~~~
136/Users/william/Documents/Project/Program/root/include/TString.h:290:13: error: expected type-specifier
137 operator std::string_view() const { return std::string_view(GetPointer(),Length()); }
138 ^~~
139/Users/william/Documents/Project/Program/root/include/TString.h:297:37: error: string_view' in namespace 'std' does not name a type
140 TString &operator=(const std::string_view &s);
141 ^~~~~~~~~~~
142In file included from /Users/william/Documents/Project/Program/root/include/TNamed.h:29:0,
143 from /Users/william/Documents/Project/Program/root/include/TTask.h:25,
144 from external/ExRootAnalysis/ExRootTask.h:12,
145 from ./classes/DelphesModule.h:30,
146 from tmp/classes/ClassesDict.cc:30:
147/Users/william/Documents/Project/Program/root/include/TString.h:787:37: error: string_view' in namespace 'std' does not name a type
148 std::string printValue(const std::string_view* val);
149 ^~~~~~~~~~~
150make: *** [tmp/classes/ClassesDict.o] Error 1
151Error detected during the compilation. Please check the compilation error and run make manually.
152MG5_aMC>