Skip to content
Snippets Groups Projects
Commit eaacb14c authored by Moe Jette's avatar Moe Jette
Browse files

Note what needs to happen for major release

parent 2720ddaf
No related branches found
No related tags found
No related merge requests found
...@@ -159,4 +159,11 @@ with the bug. ...@@ -159,4 +159,11 @@ with the bug.
For memory leaks (for AIX use zerofault, zf; for linux use valgrind) For memory leaks (for AIX use zerofault, zf; for linux use valgrind)
valgrind --tool=memcheck --leak-check=yes --num-callers=6 --leak-resolution=med ./slurmctld valgrind --tool=memcheck --leak-check=yes --num-callers=6 --leak-resolution=med ./slurmctld
Remember to test on ia64, i386, BGL, and AIX. Before new major release:
- Test on ia64, i386, BGL, AIX, OSX, XCPU
- Test for memory leaks in slurmctld and slurmd
- Change API version number
- Review and release web pages
- Review and release code
- Run "make check"
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