Closed calgray closed 4 years ago
This changeset adds logging of matrix values in debug mode, and dumping entire matrices to file when TRACE is defined using the following build configuration.
cmake ../../ -DCMAKE_CXX_FLAGS_DEBUG="-g -O1" -DTRACE=ON -DCMAKE_BUILD_TYPE=Debug
This will create and overwrite files A1.txt, Ad1.txt, avg_data.txt after each run.
This changeset adds logging of matrix values in debug mode, and dumping entire matrices to file when TRACE is defined using the following build configuration.
cmake ../../ -DCMAKE_CXX_FLAGS_DEBUG="-g -O1" -DTRACE=ON -DCMAKE_BUILD_TYPE=Debug
This will create and overwrite files A1.txt, Ad1.txt, avg_data.txt after each run.