You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrapped in own logging.h which defines MACROs or constexpr functions for LOG(..) and DEBUG(..) etc. This way the logging "back-end" can easily be replaced.
Editor
we do not prescribe a editor or code development environment. Developers on the team are using Eclipse with CDT and PTP, and KDevelop.
Debugger
initially we are focusing on MPI and OpenMP. We are using GDB, valgrind, and memcheck. Other significant tools used will be listed here.
Profiling
initially we will be doing basic profiling via log analysis. As we start to use better tools, they will be listed here. (e.g. Tau, Eclipse PTP)