-
Notifications
You must be signed in to change notification settings - Fork 11
SLURM knowledge base
Artem Polyakov edited this page Feb 8, 2017
·
1 revision
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.