Skip to content

Commit

Permalink
Merge pull request #5737 from hppritcha/topic/remove_scif_support
Browse files Browse the repository at this point in the history
SCIF: remove it
  • Loading branch information
hppritcha committed Sep 19, 2018
2 parents 441727f + b9ac3d8 commit dccf780
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 2,501 deletions.
4 changes: 0 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ Network Support
- Loopback (send-to-self)
- Shared memory
- TCP
- Intel Phi SCIF
- SMCUDA
- Cisco usNIC
- uGNI (Cray Gemini, Aries)
Expand Down Expand Up @@ -1000,9 +999,6 @@ NETWORKING SUPPORT / OPTIONS
covers most cases. This option is only needed for special
configurations.

--with-scif=<dir>
Look in directory for Intel SCIF support libraries

--with-verbs=<directory>
Specify the directory where the verbs (also known as OpenFabrics
verbs, or Linux verbs, and previously known as OpenIB) libraries and
Expand Down
4 changes: 0 additions & 4 deletions contrib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ EXTRA_DIST = \
platform/lanl/darwin/mic-common \
platform/lanl/darwin/debug \
platform/lanl/darwin/debug.conf \
platform/lanl/darwin/debug-mic \
platform/lanl/darwin/debug-mic.conf \
platform/lanl/darwin/optimized \
platform/lanl/darwin/optimized.conf \
platform/lanl/darwin/optimized-mic \
platform/lanl/darwin/optimized-mic.conf \
platform/snl/portals4-m5 \
platform/snl/portals4-orte \
platform/ibm/debug-ppc32-gcc \
Expand Down
100 changes: 0 additions & 100 deletions contrib/platform/lanl/darwin/debug-mic.conf

This file was deleted.

4 changes: 2 additions & 2 deletions contrib/platform/lanl/darwin/debug.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2011-2013 Los Alamos National Security, LLC.
# Copyright (c) 2011-2018 Los Alamos National Security, LLC.
# All rights reserved.
# $COPYRIGHT$
#
Expand Down Expand Up @@ -84,7 +84,7 @@ oob_tcp_sndbuf = 32768
oob_tcp_rcvbuf = 32768

## Define the MPI interconnects
btl = sm,scif,openib,self
btl = sm,openib,self

## Setup OpenIB - just in case
btl_openib_want_fork_support = 0
Expand Down
100 changes: 0 additions & 100 deletions contrib/platform/lanl/darwin/optimized-mic.conf

This file was deleted.

4 changes: 2 additions & 2 deletions contrib/platform/lanl/darwin/optimized.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2011-2013 Los Alamos National Security, LLC. All rights
# Copyright (c) 2011-2018 Los Alamos National Security, LLC. All rights
# reserved.
# $COPYRIGHT$
#
Expand Down Expand Up @@ -84,7 +84,7 @@ oob_tcp_sndbuf = 32768
oob_tcp_rcvbuf = 32768

## Define the MPI interconnects
btl = sm,scif,openib,self
btl = sm,openib,self

## Setup OpenIB - just in case
btl_openib_want_fork_support = 0
Expand Down
50 changes: 0 additions & 50 deletions opal/mca/btl/scif/Makefile.am

This file was deleted.

0 comments on commit dccf780

Please sign in to comment.