X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/33c343e90884708b2c9b64af35a9b39f4caf13a7..760d1431b7623ef2930be4f01953fe54cdac7642:/examples/gras/all2all/make_deployment.pl diff --git a/examples/gras/all2all/make_deployment.pl b/examples/gras/all2all/make_deployment.pl index 8698ac654d..3220e86353 100755 --- a/examples/gras/all2all/make_deployment.pl +++ b/examples/gras/all2all/make_deployment.pl @@ -30,7 +30,7 @@ my @host; open IN,$input || die "Cannot open $input: $!\n"; while () { - next unless /\n"; -print "\n"; -print "\n\n"; +print "\n"; +print "\n\n"; for my $r (@receivers) { my ($h, $p) = split(':', $r); @@ -102,6 +102,6 @@ if(length($source)) { } } -print "\n"; +print "\n"; # print "source='$source' nb_hosts=$nb_hosts\n";