A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added Least Load Neighbors and another bulk algorithm
[loba.git]
/
extract.pl
diff --git
a/extract.pl
b/extract.pl
index a174a9ea03fd8d2c9c0a30765f88912920a20ff5..c3414ee9946229aec136575d2e93c0de2723d8e5 100755
(executable)
--- a/
extract.pl
+++ b/
extract.pl
@@
-45,5
+45,5
@@
foreach my $host (sort(keys %alldata)) {
foreach my $data (@{$datalist}) {
print "$data->{time} $data->{load}\n";
}
- print "\n"
+ print "\n
\n
"
}