1
1
openmpi/oshmem/shmem/man/man3/_my_pe.3in
Igor Ivanov ea7c86c9b4 oshmem: Add man3 pages
These man pages to OpenSHMEM API are received from openshmem.org
and ported with minimum modifications.
Thanks Tony Curtis for sharing man files.

Signed-off-by: Igor Ivanov <Igor.Ivanov@itseez.com>
2015-08-25 12:52:35 +03:00

42 строки
853 B
Plaintext

.\" -*- nroff -*-
.\" Copyright (c) 2015 University of Houston. All rights reserved.
.\" Copyright (c) 2015 Mellanox Technologies, Inc.
.\" $COPYRIGHT$
.de Vb
.ft CW
.nf
..
.de Ve
.ft R
.fi
..
.TH "MY\\_PE" "3" "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
.SH NAME
my_pe, _my_pe, shmem_my_pe \- Returns the virtual PE number of the calling PE.
.SH SYNOPSIS
C or C++:
.Vb
#include <mpp/shmem.h>
int _my_pe (void);
int shmem_my_pe (void);
.Ve
Fortran:
.Vb
include 'mpp/shmem.fh'
I = MY_PE ()
I = SHMEM_MY_PE ()
.Ve
.SH DESCRIPTION
my_pe() or shmem_my_pe() return the processing element (PE) number of the calling PE. It accepts no
arguments. The result is an integer between 0 and npes \- 1, where npes is the total
number of PEs executing the current program.
.SH SEE ALSO
\fIintro_shmem\fP(3),
\fInum_pes\fP(3),
\fIstart_pes\fP(3)