From 874376ec80a14801e365f387912fb4f0fcc6d40b Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 28 Jul 2008 20:10:44 +0000 Subject: [PATCH] correction in comment --- src/slurmd/slurmstepd/pdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmd/slurmstepd/pdebug.c b/src/slurmd/slurmstepd/pdebug.c index 59a26f87d1e..c4a91e3f448 100644 --- a/src/slurmd/slurmstepd/pdebug.c +++ b/src/slurmd/slurmstepd/pdebug.c @@ -47,7 +47,7 @@ pdebug_trace_process(slurmd_job_t *job, pid_t pid) * child's ptrace(PTRACE_TRACEME), then SIGSTOP, and * ptrace(PTRACE_DETACH). This requires a kernel patch, * which you may already have in place for TotalView. - * If not, apply the kernel patch in etc/ptrace.patch + * If not, apply the kernel patch in contribs/ptrace.patch */ if (job->task_flags & TASK_PARALLEL_DEBUG) { -- GitLab