bugGNU Parallel - Bugs: bug #64811, --filter-hosts causes CPU limit to...

 
 

bug #64811: --filter-hosts causes CPU limit to be ignored in remote hosts

Submitter:  None
Submitted:  Tue 24 Oct 2023 02:49:32 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 24 Oct 2023 02:49:32 PM UTC, original submission:  

Using 20230822

parallel --sshloginfile .. --filter-hosts echo {} ::: 1 2 3 4 5 6 7
Computers / CPU cores / Max jobs to run
1:local / 2 / 2
2:ssh -o LogLevel=quiet backup / 12 / 12
3:ssh -o LogLevel=quiet pulse15 / 16 / 16

...


$ parallel --sshloginfile .. echo {} ::: 1 2 3 4 5 6 7

Computers / CPU cores / Max jobs to run
1:local / 2 / 2
2:ssh -o LogLevel=quiet backup / 1 / 1
3:ssh -o LogLevel=quiet pulse15 / 2 / 2

...


$ cat ~/.parallel/sshloginfile
2/:
1/ssh -o LogLevel=quiet backup
2/ssh -o LogLevel=quiet pulse15

Anonymous

 

(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

 

CC list is empty

 

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.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code