File tree 4 files changed +777
-9
lines changed
4 files changed +777
-9
lines changed Original file line number Diff line number Diff line change 46
46
% These parameters, and the documentclass options,
47
47
% are about document identification and overall formatting.
48
48
\newcommand {\cplexts }{$ CPLEXTS$ }
49
- \renewcommand {\extrahead }{N1862 }
49
+ \renewcommand {\extrahead }{2015-07-13 }
50
50
\standard {\cplexts }
51
- \yearofedition {2016 }
51
+ \yearofedition {2017 }
52
52
\languageofedition {(E)}
53
53
54
+ % \includeonly{reduction}
55
+
54
56
\begin {document }
55
57
56
58
\begin {cover }
57
59
\begin {tabular }{l l}
58
- \textbf {Doc. no: } & N1862 \\
59
- \textbf {Date: } & 2014-09-18 \\
60
+ % \textbf{Doc. no:} & \\
61
+ \textbf {Date: } & 2015-07-10 \\
60
62
\textbf {Reply to: } & Clark Nelson
61
63
\end {tabular }
62
64
66
68
Extensions for parallel programming
67
69
}
68
70
69
- This is the latest working draft of the CPLEX study group,
70
- for the consideration of WG14.
71
+ This is the latest working draft of the CPLEX study group.
71
72
\clearpage
72
73
\end {cover }
73
74
107
108
\normrefbp {technical specification}
108
109
\begin {nreferences }
109
110
\isref {ISO/IEC 9899:2011 (E )}{Programming languages --- C}
110
- \disref {ISO/IEC 14882:2014 (E )}{Programming languages --- C++}
111
+ \isref {ISO/IEC 14882:2014 (E )}{Programming languages --- C++}
111
112
\end {nreferences }
112
113
113
114
\include {definitions }
160
161
161
162
\include {spawning }
162
163
164
+ \include {reduction }
165
+
163
166
\include {loopparameter }
164
167
165
168
% \%include{samples}
175
178
\isourl {http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf}
176
179
\end {references }
177
180
181
+ % we definitely want a multi-column index, but we don't get one by default
182
+ \twocolumn % even adding this doesn't get the job done
178
183
\printindex
179
184
\end {document }
Original file line number Diff line number Diff line change 147
147
\ssclause *{Synopsis}
148
148
\begin {ttfamily }
149
149
\# include <cplex.h>\\
150
- void \pfxdefn {set_schedule_kind}(\pfx {loop_params_t} *hints, \pfx {sched_kind_t} kind);\\
150
+ void \pfxdefn {set_schedule_kind}(\pfx {loop_params_t} *hints,\\
151
+ \hspace *{2.5in}\pfx {sched_kind_t} kind);\\
151
152
\pfx {sched_kind_t} \pfx {get_schedule_kind}(\pfx {loop_params_t} *hints);
152
153
\end {ttfamily }
153
154
173
174
\ssclause *{Synopsis}
174
175
\begin {ttfamily }
175
176
\# include <cplex.h>\\
176
- void \pfxdefn {set_workload_balance}(\pfx {loop_params_t} *hints, \pfx {workload_t} kind);\\
177
+ void \pfxdefn {set_workload_balance}(\pfx {loop_params_t} *hints,\\
178
+ \hspace *{2.5in}\pfx {workload_t} kind);\\
177
179
\pfx {workload_t} \pfx {get_workload_balance}(\pfx {loop_params_t} *hints);
178
180
\end {ttfamily }
179
181
You can’t perform that action at this time.
0 commit comments