Re: GNU Parallel 20240122 ('Frederik X') released

2024-01-27 Thread Saint Michael
If you export HOME="/tmp", then parallel always asks for a citation. How do stop the citation from the command line? On Sat, Jan 27, 2024 at 12:32 AM Ole Tange wrote: > > On Thu, Jan 25, 2024 at 3:27 PM Saint Michael wrote: > > > > I found a bug. > &

Fwd: GNU Parallel 20240122 ('Frederik X') released

2024-01-25 Thread Saint Michael
I found a bug. this script generates an error #!/bin/bash export HOME="/tmp" process2(){ x="$1" job="$2" echo "$job, $x" } export -f process2 seq 2 11|parallel --gnu --no-run-if-empty -k --lb -j+0 --colsep ' ' process2 "{1} {#}" 2>&1 but if you change export

I think its not reading the number of cores right

2023-08-20 Thread Saint Michael
My command line is parallel --gnu --no-run-if-empty -k --lb -j-5 --colsep ' ' processx "{1} {#}" ${FILE} and the file has 100.000 lines my box has 44 cores, minus 5, I should see 39 processes, but using ps ax | grep bash, I see only 10. How do I know how many cores parallel is seeing?

Bug found

2022-04-23 Thread Saint Michael
Line 62: awk -F, '{print $4}' goodcalls.csx Line 62: parallel --gnu --no-run-if-empty -k --lb -j+0 --colsep ' ' process2 '{1} {#}' parallel: This should not happen. You have found a bug. Please follow https://www.gnu.org/software/parallel/man.html#REPORTING-BUGS Include this in the report: * The

Re: processing csv files

2022-03-06 Thread Saint Michael
, Mar 6, 2022 at 4:19 PM Ole Tange wrote: > On Sat, Mar 5, 2022 at 2:46 AM Saint Michael wrote: > > > > I have a bunch of *.csv files. > > I need to process each line of the separately, so I do > > function() { any process } > > export -f function > > cat

Question

2022-03-04 Thread Saint Michael
I have a case where I need the output to be written out to stdout as soon as it's received, no ordering needed, just spit it out. Is there an option to disable reordering or any manipulation of the output?

Question

2022-03-04 Thread Saint Michael
> > I have a bunch of *.csv files. I need to process each line of the separately, so I do function() { any process } export -f function cat *.csv | parallel --colsep ',' function "{1} {2} {3} {4} {5} {6} {7}" The question is: is this the best possible way to do this? I don't like to use "cat"

Re: VOTE: Changing the behaviour of --results

2020-12-19 Thread Saint Michael
[X] Change it On Sat, Dec 19, 2020 at 12:29 PM wrote: > Am 19.12.2020 um 18:00 schrieb gnu.org : > > [x] I don't care > > > >

Re: GNU Parallel 20190622 ('HongKong') released

2019-06-23 Thread Saint Michael
It's working now On Sun, Jun 23, 2019 at 5:41 AM Ole Tange wrote: > On Sun, Jun 23, 2019 at 6:29 AM Saint Michael wrote: > > > > it fails to install > > Thank for giving it a go. > > > The signature on parallel-20190622.tar.bz2 is wrong. This may indicate > tha

Install in 10 sec fails

2018-11-28 Thread Saint Michael
This does not work You can install GNU Parallel in just 10 seconds with: (wget -O -pi.dk/3 || curl pi.dk/3/) | bash (wget -O -pi.dk/3 || curl pi.dk/3/) | bash [ OK ] wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. % Total% Received % Xferd

Citation issue

2018-10-19 Thread Saint Michael
> > I installed the latest version, parallel-20180922 but I keep getting this, in spite of having done the citation "Come on: You have run parallel 32 times. Isn't it about time you run 'parallel --citation' once to silence the citation notice? " Also I am using CentOS Linux release 7.5.1804