mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
This commit is contained in:
parent
3319fcad5b
commit
d6a3848b68
|
@ -206,68 +206,24 @@ from:tange@gnu.org
|
||||||
to:parallel@gnu.org, bug-parallel@gnu.org
|
to:parallel@gnu.org, bug-parallel@gnu.org
|
||||||
stable-bcc: Jesse Alama <jessealama@fastmail.fm>
|
stable-bcc: Jesse Alama <jessealama@fastmail.fm>
|
||||||
|
|
||||||
Subject: GNU Parallel 20190422 ('Invitation Assange') released <<[stable]>>
|
Subject: GNU Parallel 20190522 ('') released <<[stable]>>
|
||||||
|
|
||||||
GNU Parallel 20190422 ('Invitation') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/
|
GNU Parallel 20190522 ('') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/
|
||||||
|
|
||||||
No new functionality was introduced so this is a good candidate for a stable release.
|
<<No new functionality was introduced so this is a good candidate for a stable release.>>
|
||||||
|
|
||||||
GNU Parallel is 10 years old in a year on 2020-04-22. You are here by invited to a reception on Friday 2020-04-17.
|
GNU Parallel is 10 years old in a year on 2020-04-22. You are here by invited to a reception on Friday 2020-04-17.
|
||||||
|
|
||||||
The primary reception will be held in Copenhagen, DK. Please reserve the date and email happybirthdaygnuparallel@tange.dk if you want to join.
|
See https://savannah.gnu.org/forum/forum.php?forum_id=9422
|
||||||
|
|
||||||
If you cannot make it, you are encouraged to host a parallel party.
|
|
||||||
|
|
||||||
So far we hope to have parallel parties at:
|
|
||||||
|
|
||||||
+verbatim+
|
|
||||||
PROSA
|
|
||||||
Vester Farimagsgade 37A
|
|
||||||
DK-1606 København V
|
|
||||||
RSVP: happybirthdaygnuparallel@tange.dk
|
|
||||||
|
|
||||||
PROSA
|
|
||||||
Søren Frichs Vej 38 K th
|
|
||||||
DK-8230 Åbyhøj
|
|
||||||
RSVP: To be determined
|
|
||||||
|
|
||||||
PROSA
|
|
||||||
Overgade 54
|
|
||||||
DK-5000 Odense C
|
|
||||||
RSVP: To be determined
|
|
||||||
-verbatim-
|
|
||||||
|
|
||||||
If you want to host a party held in parallel (either in this or in a parallel universe), please let me know, so it can be announced.
|
|
||||||
|
|
||||||
If you have parallel ideas for how to celebrate GNU Parallel, please post on the email list parallel@gnu.org. So far we have the following ideas:
|
|
||||||
|
|
||||||
* Use GNU Parallel logo (the café wall illusion) as decoration everywhere – preferably in a moving version where the bars slide. Maybe we can borrow this https://www.youtube.com/watch?v=_XFDnFLqRFE or make an animation in javascript based on https://bl.ocks.org/Fil/13177d3c911fb8943cb0013086469b87? Other illusions might be fun, too.
|
|
||||||
* Only serve beverages in parallel (2 or more), which may or may not be the same kind of beverage, and may or may not be served to the same person, and may or may not be served by multiple waiters in parallel
|
|
||||||
* Let people drink in parallel with straws (2 or more straws)
|
|
||||||
* Serve popcorn as snack (funny because cores and kernels are the same word in Danish, and GNU Parallel keeps cores hot)
|
|
||||||
* Serve saltstænger and similar parallel snacks.
|
|
||||||
* Serve (snack friendly) cereal in parallel bowls.
|
|
||||||
* Live parallel streaming from parallel parties
|
|
||||||
* Play songs in parallel that use the same 4 chords: https://www.youtube.com/watch?v=5pidokakU4I
|
|
||||||
* Play songs named parallel, serial, mutex, race condition and similar
|
|
||||||
* Have RC racing cars to demonstrate race condition
|
|
||||||
* Put a counting semaphore on the toilets
|
|
||||||
* Only let people leave one at a time to simulate serialized output – UNLESS they swap some clothing (to simulate half line mixing)
|
|
||||||
|
|
||||||
If you have interesting stories about or uses of GNU Parallel, please post them, so can be part of the anniversary update.
|
|
||||||
|
|
||||||
|
|
||||||
Quote of the month:
|
Quote of the month:
|
||||||
|
|
||||||
Y'all need some GNU parallel in your lives
|
<<>>
|
||||||
-- ChaKu @ChaiLovesChai@twitter
|
|
||||||
|
|
||||||
|
|
||||||
New in this release:
|
New in this release:
|
||||||
|
|
||||||
* Invitation to the 10 years anniversary next year.
|
* Introducing Parallel into Shell https://petelawson.com/post/parallel-in-shell/
|
||||||
|
|
||||||
* The Austin Linux Meetup: KVM as Hypervisor and GNU Parallel https://www.meetup.com/linuxaustin/events/jbxcnqyzgbpb/
|
|
||||||
|
|
||||||
* Bug fixes and man page updates.
|
* Bug fixes and man page updates.
|
||||||
|
|
||||||
|
|
|
@ -1140,10 +1140,10 @@ sub io_status {
|
||||||
|
|
||||||
|
|
||||||
sub io_status_linux {
|
sub io_status_linux {
|
||||||
# Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
|
# Device rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
|
||||||
# sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
# sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
||||||
my @iostat_out = `LANG=C iostat -x 1 2`;
|
my @iostat_out = `LANG=C iostat -x 1 2`;
|
||||||
# throw away all execpt the last Device:-section
|
# throw away all execpt the last Device-section
|
||||||
my @iostat;
|
my @iostat;
|
||||||
for(reverse @iostat_out) {
|
for(reverse @iostat_out) {
|
||||||
/Device/ and last;
|
/Device/ and last;
|
||||||
|
|
|
@ -5769,7 +5769,7 @@ sub limit($) {
|
||||||
mv $tmp $io_file) &
|
mv $tmp $io_file) &
|
||||||
perl -e '-e $ARGV[0] or exit(1);
|
perl -e '-e $ARGV[0] or exit(1);
|
||||||
for(reverse <>) {
|
for(reverse <>) {
|
||||||
/Device:/ and last;
|
/Device/ and last;
|
||||||
/(\S+)$/ and $max = $max > $1 ? $max : $1; }
|
/(\S+)$/ and $max = $max > $1 ? $max : $1; }
|
||||||
exit ($max < '$limit')' $io_file;
|
exit ($max < '$limit')' $io_file;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue