When launching an MPI program with mpirun on an xgrid cluster, is
there a way to cause the program being run to be temporarily copied to
the compute nodes in the cluster when executed (i.e., similar to what the
xgrid command line tool does)? Or is it necessary to make the program
being run availabl
If you are using scheduler like PBS or SGE over MPI, there is an option
called prolog and epilog, where you can give scripts which does copy
operation. This script is called before and after job execution as the
name suggests.
Without it, in mpi itself, i have to see, if it can be done.
T