Re: processing csv files

2022-03-08 Thread Ole Tange
On Mon, Mar 7, 2022 at 4:22 AM Saint Michael wrote: > > So how would I submit the contents of many files to parallel, without > concatenating them? Why do you see this as a problem? If you are going to start a process for each line of input cat will not slow things down. You _can_ avoid the cat

I/O spin loop

2022-03-08 Thread Anderson, Stuart B.
parallel version 20190922 from EPEL 8 running a Rocky Linux 8 system occasionally gets into an I/O spin loop writing 8193 bytes of "x" to a deleted TMPDIR file and then immediately truncating it, e.g., # cat /etc/redhat-release Rocky Linux release 8.5 (Green Obsidian) # yum list parallel Insta

Re: I/O spin loop

2022-03-08 Thread Ole Tange
On Tue, Mar 8, 2022 at 11:22 PM Anderson, Stuart B. wrote: > > parallel version 20190922 from EPEL 8 running a Rocky Linux 8 system > occasionally gets into an I/O spin loop writing 8193 bytes of "x" to a > deleted TMPDIR file and then immediately truncating it, e.g., This is by design: https:

Re: bug report

2022-03-08 Thread Ole Tange
On Mon, Mar 7, 2022 at 3:10 PM Julien Gamba wrote: > Here is the message I get: > * The version number: 20161222 > * The bugid: swap_activity_file-r : > I hope there is enough information here! Unfortunately this is not enough to see what is going on. > Happy to give more details if needed. Se