We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aecdc45 + 7b5494f commit 71b470fCopy full SHA for 71b470f
opal/mca/btl/vader/btl_vader_knem.c
@@ -1,6 +1,6 @@
1
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
2
/*
3
- * Copyright (c) 2014-2015 Los Alamos National Security, LLC. All rights
+ * Copyright (c) 2014-2017 Los Alamos National Security, LLC. All rights
4
* reserved.
5
* $COPYRIGHT$
6
*
@@ -109,7 +109,6 @@ int mca_btl_vader_knem_init (void)
109
struct knem_cmd_info knem_info;
110
int rc;
111
112
- signal (SIGSEGV, SIG_DFL);
113
/* Open the knem device. Try to print a helpful message if we
114
fail to open it. */
115
mca_btl_vader.knem_fd = open("/dev/knem", O_RDWR);
0 commit comments