You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
parallel: command error: I/O error: No such file or directory (os error 2)
parallel: command error: I/O error: No such file or directory (os error 2)
parallel: command error: I/O error: No such file or directory (os error 2)
parallel: command error: I/O error: No such file or directory (os error 2)
parallel: encountered errors during processing:
1: 1 A: I/O error: No such file or directory (os error 2)
2: 1 B: I/O error: No such file or directory (os error 2)
3: 2 A: I/O error: No such file or directory (os error 2)
4: 2 B: I/O error: No such file or directory (os error 2)
Am I doing something wrong in the second example?
I am on Mac OS
Thanks for your support
The text was updated successfully, but these errors were encountered:
Parallel only runs programs, not shell commands, by default. I put my_function into a shell script and run that script (there may be a way of making it run shell commands..)
I see, thanks for the reply.
Gnu parallel supports the execution of shell commands, do we want to keep this issue open or shall I close? (either way is fine with me)
Open, Im trying this line with rust parallel but i get the same error (echo google.com; echo yahoo.com) | parallel 'traceroute {}'
however in gnu parallel the equivalent line here works (echo google.com; echo yahoo.com) | time parallel -k -j+0 traceroute
also what is the rust-parallel equivalent to gnu-parallels -k ?
Issue
Using parallel version
MIT/Rust Parallel 0.11.3
Steps to Test
Output:
Output:
Am I doing something wrong in the second example?
I am on Mac OS
Thanks for your support
The text was updated successfully, but these errors were encountered: