When linking to personal libraries using MPICH2, how does each process access them in a distributed environment?? Does the linker actually
combines
everything
into a single executable
program
and "sends a copy" of entire executable to each process even though not all processes may use the libraries?? Can somebody shed some light on the entire linking process??