newsGNU Parallel - News: GNU Parallel 20150109alpha released

 
 
Latest News
GNU Parallel 20250122 ('4K-AZ65') released [stable] posted by tange, Tue 21 Jan 2025 11:55:15 PM UTC
GNU Parallel 20241222 ('Bashar') released [stable] posted by tange, Tue 24 Dec 2024 12:11:30 AM UTC
GNU Parallel 20241122 ('Ahoo Daryaei') released posted by tange, Fri 22 Nov 2024 10:22:18 PM UTC
GNU Parallel 20241022 ('Sinwar Nasrallah') released [stable] posted by tange, Mon 21 Oct 2024 07:31:05 PM UTC
GNU Parallel 20240922 ('Gold Apollo AR924') released posted by tange, Mon 23 Sep 2024 08:49:16 PM UTC

GNU Parallel 20150109alpha released

Item posted by Ole Tange <tange> on Fri 09 Jan 2015 10:38:07 PM UTC.

GNU Parallel 20150109alpha has been released. It is available for download at: http://alpha.gnu.org/gnu/parallel/

To make remote execution send stderr to stderr a major change has been implemented in remote execution. If you use GNU Parallel for remote execution (--sshlogin) then please test this alpha release.

As always it passes the testsuite, so most functionality clearly works.


New in this release:

  • Remote jobs now send stderr (standard error) to stderr (standard error) instead of stdout (standard output).


  • Remote execution command is now packed using hex encoded bzip2. This means that big environments (app. 250 KB) can be transferred. This change makes remote execution alpha quality.


  • --semaphoretimeout now takes a negative value. This means give up if the semaphore is not gotten within the timeout.


  • --halt -1 and -2 now means halt if a job succeeds (so the opposite of 1 and 2).


  • Bash's second fix of shellshock caused --env to break again when exporting functions. This has been fixed again.


  • A semibig refactoring of big functions. All non-trivial functions are now less than 100 lines. The refactoring makes this release beta quality.





















  • Bug fixes and man page updates.


GNU Parallel - For people who live life in the parallel lane.

 

Back to the top

Powered by Savane 3.14-9aa3.
Corresponding source code