From 63d82c5e16021d7ecdcb2716e092c326ef7f405f Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Thu, 18 Oct 2007 19:26:11 -0400 Subject: prevent adaptive tasks from dieing on first optimizer run --- src/rt_launch.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/rt_launch.c b/src/rt_launch.c index 7098e73..d888365 100644 --- a/src/rt_launch.c +++ b/src/rt_launch.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "litmus.h" #include "adaptive.h" @@ -111,6 +112,8 @@ int main(int argc, char** argv) } } + signal(SIGUSR1, SIG_IGN); + if (!adaptive) { if (argc - optind < 3) usage("Arguments missing."); -- cgit v1.2.2