I read an article today abut using Valgrind to test software code. Do we perform any such tests for Trinity? If not then how could we start such a program?
Darrell
Whenever an application misbehaves in an unusual manner (e.g. platform dependent, working one day and not another, etc.) I generally run it under Valgrind to see if there are any memory corruption issues. Otherwise, for fun I sometimes load applications under Valgrind, but that is the extent of the QA in this area.
Tim