slide 7 of 19
Building a Consistent Parallel Environment
-
A parallel program runs as multiple processes
-
Utilities like
ps
and kill
see
the processes, not the parallel program
-
The relationship between processes and processors
is fluid and not directly observable
-
File I/O isn't parallel
-
Who owns
stdin
, etc.?