Skip to content
Snippets Groups Projects

BF: Keep track of which jobs were submitted, so we know what outputs to expect

Merged Paul McCarthy requested to merge bf/eddy into master
5 files
+ 9
6
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -49,7 +49,7 @@ eddy_args="--imain=${indir}/EddyLSRTestData/eddyData/testData
@@ -49,7 +49,7 @@ eddy_args="--imain=${indir}/EddyLSRTestData/eddyData/testData
--dont_peas --very_verbose"
--dont_peas --very_verbose"
# run eddy
# run eddy
${thisdir}/runEddy ${exedir} ${odir} ${eddy_args} > ${odir}/EddyLSRTest.runEddy.o$$
${thisdir}/runEddy ${exedir} ${odir} ${eddy_args} | tee ${odir}/EddyLSRTest.runEddy.o$$
output_prefixes=$(tail -n1 ${odir}/EddyLSRTest.runEddy.o$$)
output_prefixes=$(tail -n1 ${odir}/EddyLSRTest.runEddy.o$$)
Loading