Skip to content

SLURM knowledge base

Artem Polyakov edited this page Feb 8, 2017 · 1 revision

Verification

stepds/Valgrind (thanks to Danny for the info)

Alter src/slurmd/common/slurmstepd_init.h here:

#define SLURMSTEPD_MEMCHECK 0 /* Run slurmstepd without memory checks */
//#define SLURMSTEPD_MEMCHECK 1 /* Run slurmstepd with memcheck */
//#define SLURMSTEPD_MEMCHECK 2 /* Run slurmstepd with valgrind/memcheck */
//#define SLURMSTEPD_MEMCHECK 3 /* Run slurmstepd with valgrind/drd */
//#define SLURMSTEPD_MEMCHECK 4 /* Run slurmstepd with valgrind/helgrind */

It also supports LLNL MemcheckView through the 1 SLURMSTEPD_MEMCHECK 1 /* Run slurmstepd with memcheck */ option.

Clone this wiki locally