From 7d403cf1b413f7961081c89abf4afeac0a234237 Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Mon, 12 Sep 2005 16:58:10 +0000 Subject: [PATCH] whoops forgot a bit of debug. ;( This commit was SVN r7313. --- orte/tools/orteprobe/orteprobe.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/orte/tools/orteprobe/orteprobe.c b/orte/tools/orteprobe/orteprobe.c index a191beb4cc..89c9e6bcc6 100644 --- a/orte/tools/orteprobe/orteprobe.c +++ b/orte/tools/orteprobe/orteprobe.c @@ -140,11 +140,7 @@ int main(int argc, char *argv[]) orte_process_name_t requestor; int id, orted_pipe[2]; pid_t pid; - int sleeper = 0; - - while(sleeper == 0) { - sleep(1); - } + #if defined(HAVE_FORK) && defined(HAVE_PIPE) /* setup to check common command line options that just report and die */