2009-12-16 02:34:09 +03:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2009 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2017-07-13 20:12:53 +03:00
|
|
|
# Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved
|
2013-01-11 20:24:56 +04:00
|
|
|
# Copyright (c) 2012-2013 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
2009-12-16 02:34:09 +03:00
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2009-12-16 02:34:09 +03:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2009-12-16 02:34:09 +03:00
|
|
|
# $HEADER$
|
|
|
|
#
|
2017-07-13 20:12:53 +03:00
|
|
|
# This is the US/English help file for the deprecated "sm" BTL.
|
2009-12-16 02:34:09 +03:00
|
|
|
#
|
2017-07-13 20:12:53 +03:00
|
|
|
[btl sm is dead]
|
|
|
|
As of version 3.0.0, the "sm" BTL is no longer available in Open MPI.
|
2013-01-11 20:24:56 +04:00
|
|
|
|
2017-07-13 20:12:53 +03:00
|
|
|
Efficient, high-speed same-node shared memory communication support in
|
|
|
|
Open MPI is available in the "vader" BTL. To use the vader BTL, you
|
|
|
|
can re-run your job with:
|
2014-10-17 06:56:57 +04:00
|
|
|
|
2017-07-13 20:12:53 +03:00
|
|
|
mpirun --mca btl vader,self,... your_mpi_application
|