Mentions légales du service

Skip to content
Snippets Groups Projects
Commit abfc5c99 authored by Olivier Teytaud's avatar Olivier Teytaud
Browse files

parallel_and_better_view

parent edff5aa6
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ STAMP=`ls -ctr run_* | tail -n 1 | sed 's/run_//g'` ...@@ -2,6 +2,10 @@ STAMP=`ls -ctr run_* | tail -n 1 | sed 's/run_//g'`
echo STAMP=$STAMP echo STAMP=$STAMP
for pb in `cat listpb.txt` for pb in `cat listpb.txt`
do do
for k in 1 2
do
STAMP2=`ls -ctr results/*-${pb}-*/*.csv | tail -n $k | head -n 1 | sed 's/.*STAMP/STAMP/g' | sed 's/-[\.0-9]*.log.csv//g'`
#ls results/*-${pb}-*${STAMP}*/*.csv #ls results/*-${pb}-*${STAMP}*/*.csv
echo $pb ":" `tail -n 1 results/*-${pb}-*${STAMP}*/*.csv | awk -F ',' '{print $4}' | grep '[0-9]'` vs `grep $pb table3.txt | awk '{print $2}'` echo $pb ":" `tail -n 1 results/*-${pb}-*${STAMP2}*/*.csv | awk -F ',' '{print $4}' | grep '[0-9]'` vs expected `grep $pb table3.txt | awk '{print $2}'`
done
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment