Re: Inserting Parallel argument into command script

2020-06-19 Thread Ernst, Kevin
(reply below) On 18.06.20 at 19:49, Miriam Dixon wrote: > parallel runSim.sh --projAngles {1} ::: 0 45 90 135 > > This seemed to work, in that it started my runSim.sh, but it didn't > use the value from projAngles within the script, > time=$(bc -l <<< "$projAngles*$timePerProjection") > > Is

Re: Inserting Parallel argument into command script

2020-06-19 Thread Shlomi Fish
Hi Miriam, Please reply to list: https://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html On Fri, 19 Jun 2020 11:49:22 +1200 Miriam Dixon wrote: > Hi, > > I am very new to Parallel, Linux, and computing in general but I need to > use it for my Masters Thesis, so I