Skip to content
Snippets Groups Projects
Commit d86dc62c authored by Morris Jette's avatar Morris Jette
Browse files

Describe how to use gprof

parent bc734e08
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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