bugGNU Parallel - Bugs: bug #43746, --transfer and --return of...

 
 

bug #43746: --transfer and --return of multiple inputs {1} and {2}

Submitter:  Ole Tange <tange>
Submitted:  Wed 03 Dec 2014 10:32:11 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 07 Mar 2015 10:22:46 PM UTC, comment #1: 

Fixed in [d0fb3a1].

Ole Tange <tange>
Group administrator
Wed 03 Dec 2014 10:32:11 PM UTC, original submission:  

Test that it works:

   rm -f remote*
   parallel 'echo local{1} > {1};echo local{2} > {2}' ::: one{1..2} ::: two{1..2}
   parallel -S parallel@lo --transfer --return remote{1} --return remote{2} '(echo remote{1};cat {1}) > remote{1};(echo remote{2};cat {2}) > remote{2};' ::: one{1..2} ::: two{1..2}
   cat remote*



Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-07 tange StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code