Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
Pointers
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/11/13 13:30:39 (
13 years
ago)
Author:
siegel
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Pointers
v1
v2
189
189
190
190
{{{
191
192
$int nprocs;
193
$assume nprocs >= 1;
194
191
195
void MPI_proc(int pid) {
192
196
$scope proc_scope;
…
…
197
201
}
198
202
199
void main(
int nprocs
) {
203
void main(
) {
200
204
$proc procs[nprocs];
201
205