bugGNU Parallel - Bugs: bug #44143, csh and nice

 
 

bug #44143: csh and nice

Submitter:  Ole Tange <tange>
Submitted:  Sun 01 Feb 2015 02:18:33 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tange
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 08 Mar 2015 12:10:57 AM UTC, comment #1: 

Fixed in [0b99f96].

Ole Tange <tange>
Group administrator
Sun 01 Feb 2015 02:18:33 AM UTC, original submission:  

echo $SHELL

/bin/bash

OK: parallel -S csh@lo setenv B ::: 1

Fails: parallel --nice 1 -S csh@lo setenv B ::: 1

/bin/bash: setenv: command not found

- o -

% echo $SHELL
/bin/csh

OK: parallel -S csh@lo setenv B ::: 1

OK: parallel --nice 1 -S csh@lo setenv B ::: 1

The error is due to --nice using $Global::shell which is wrong on remote machines. It should use the local $SHELL there

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 3 latest changes.

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

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code