Skip to content
Snippets Groups Projects
Commit 0fddcaae authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Improve log structure.

parent 3282b634
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -14,15 +14,18 @@ else
fi
for variation in "" $variations ; do
exec 5>&1 6>&2 >"$LOG" 2>&1
echo "creating data" >&2
../libtool --mode=execute \
@MPI_LAUNCH@ \
-n ${mpi_task_num} ${tool_wrap_mpi} \
./pio_write ${pio_write_args} ${variation}
exec 2>&6 1>&5 5>&- 6>&-
echo "checking example_0.$suffix" >&2
../libtool --mode=execute \
${tool_wrap} ./cksum_read example_0.${suffix} example_0.cksum
echo "checking example_1.$suffix" >&2
../libtool --mode=execute \
${tool_wrap} ./cksum_read example_1.${suffix} example_1.cksum
exec 2>&6 1>&5 5>&- 6>&-
\rm "$LOG"
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