As as side note, this
can be fixed in v5 and v6 with something like:
root -b -l -q -e '.L macro.C+' >& log.compilation.txt
for i in 1 2 3 4 ; do
root -b -l -q 'macro.C+("'$i'")' >& log.$i.txt &
done
As as side note, this
can be fixed in v5 and v6 with something like:
root -b -l -q -e '.L macro.C+' >& log.compilation.txt
for i in 1 2 3 4 ; do
root -b -l -q 'macro.C+("'$i'")' >& log.$i.txt &
done