Skip to content

Commit 3a6cf29

Browse files
committed
Update title page for release
Signed-off-by: Ralph Castain <[email protected]>
1 parent c261d39 commit 3a6cf29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Chap_Introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ \section{Version 3.1: Jan. 2019}
389389
\item Add new attributes to specify the level of information being requested where ambiguity may exist (see \ref{api:struct:attributes:retrieval})
390390
\item Add new attributes to assemble information by its level for storage where ambiguity may exist (see \ref{api:struct:attributes:storage})
391391
\item Add flag and \refmacro{PMIX_INFO_IS_END} macro for marking and detecting the end of a \refstruct{pmix_info_t} array
392-
\item Clarify that \code{PMIX_NUM_SLOTS} is duplicative of (a) \refattr{PMIX_UNIV_SIZE} when used at the \refterm{session} level and (b) \refattr{PMIX_MAX_PROCS} when used at the \refterm{job} and \refterm{application} levels, but leave it in for backward compatibility.
392+
\item Clarify that \refattr{PMIX_NUM_SLOTS} is duplicative of (a) \refattr{PMIX_UNIV_SIZE} when used at the \refterm{session} level and (b) \refattr{PMIX_MAX_PROCS} when used at the \refterm{job} and \refterm{application} levels, but leave it in for backward compatibility.
393393
\item Clarify difference between \refattr{PMIX_JOB_SIZE} and \refattr{PMIX_MAX_PROCS}
394394
\item Clarify that \refapi{PMIx_server_setup_application} must be called per-\refterm{job} instead of per-\refterm{application} as the name implies. Unfortunately, this is a historical artifact. Note that both \refattr{PMIX_NODE_MAP} and \refattr{PMIX_PROC_MAP} must be included as input in the \refarg{info} array provided to that function. Further descriptive explanation of the ``instant on'' procedure will be provided in the next version of the \ac{PMIx} Standard.
395395
\item Clarify how the \ac{PMIx} server expects data passed to the host by \refapi{pmix_server_fencenb_fn_t} should be aggregated across nodes, and provide a code snippet example

TitlePage.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
\vfill
3838

3939
\begin{adjustwidth}{0pt}{1em}\setlength{\parskip}{0.25\baselineskip}%
40-
Copyright \textsuperscript{\textcopyright} 2018 PMIx Standard Review Board.\\
40+
Copyright \textsuperscript{\textcopyright} 2018-2019 PMIx Standard Review Board.\\
4141
Permission to copy without fee all or part of this material is granted,
4242
provided the PMIx Standard Review Board copyright notice and
4343
the title of this document appear, and notice is given that copying is by

pmix-standard.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
\documentclass[10pt,letterpaper,twoside,makeidx,hidelinks]{scrreprt}
4646

4747
% Text to appear in the footer on even-numbered pages:
48-
\newcommand{\VER}{3.1 (Draft)}
49-
\newcommand{\VERDATE}{January 2019}
48+
\newcommand{\VER}{3.1}
49+
\newcommand{\VERDATE}{February 2019}
5050
\newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}
5151

5252
% Unified style sheet for PMIx documents:

0 commit comments

Comments
 (0)