diff --git a/BUILD.NOTES b/BUILD.NOTES index a16d6d26a75f6322f317cbbe27d7131a822d9e4a..5bc1331bcccb170847ff46f50e6e20ed6becef1e 100644 --- a/BUILD.NOTES +++ b/BUILD.NOTES @@ -239,6 +239,11 @@ For memory leaks (for AIX use zerofault, zf; for linux use valgrind) - Examine the end of the log files for leaks. pthread_create() and dlopen() have small memory leaks on some systems, which do not grow over time +Job profiling: + - "export CFLAGS=-pg", then run "configure" and "make install" as usual. + - Run the slurm daemons through a stress test and exit normally + - Run "gprof [executable-file] >outfile" + Before new major release: - Test on ia64, i386, x86_64, BGL, AIX, OSX, XCPU - Test on Elan and IB switches