jueves, 16 de agosto de 2007

P2PMPI p2pmpirun script mejorado

#!/bin/bash
# Usage : p2pmpirun -n [-r -l -o] [args]
# -n : number of processes MPI
# -r : number of replica per rank (omit for 1 replica per rank)
# -l : list of input file (omit for transfer only executable file)
# -o : output will be collect in file (omit ouput will be on standard output) [not available]
# : executable file without .class
# args : argument of executable file
#######################################################################################
if [ $# -lt 3 ]; then
echo "Usage : p2pmpirun -n [-r -l -w

No hay comentarios: