From b00fca02eb26306bf727a4fa50ddf3483a8d8077 Mon Sep 17 00:00:00 2001 From: Sourav Chakraborty <chakrabs@cse.osu.edu> Date: Mon, 6 Apr 2015 16:00:33 -0700 Subject: [PATCH] [PATCH] fix typos in pmi2 plugin header --- contribs/pmi2/pmi2.h | 4 ++-- contribs/pmi2/slurm/pmi2.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contribs/pmi2/pmi2.h b/contribs/pmi2/pmi2.h index e72a985ff67..ddcc36c888c 100644 --- a/contribs/pmi2/pmi2.h +++ b/contribs/pmi2/pmi2.h @@ -369,7 +369,7 @@ int PMI2_Job_GetRank(int* rank); PMI2_Info_GetSize - get the number of processes on the node Output parameters: - . rank - the rank of this job + . size - the number of processes on the node Return values: Returns 'PMI2_SUCCESS' on success and an PMI error code on failure. @@ -383,7 +383,7 @@ int PMI2_Info_GetSize(int* size); . jobid - job id of the job to connect to Output parameters: - . conn - connection structure used to exteblish communication with + . conn - connection structure used to establish communication with the remote job Return values: diff --git a/contribs/pmi2/slurm/pmi2.h b/contribs/pmi2/slurm/pmi2.h index e72a985ff67..ddcc36c888c 100644 --- a/contribs/pmi2/slurm/pmi2.h +++ b/contribs/pmi2/slurm/pmi2.h @@ -369,7 +369,7 @@ int PMI2_Job_GetRank(int* rank); PMI2_Info_GetSize - get the number of processes on the node Output parameters: - . rank - the rank of this job + . size - the number of processes on the node Return values: Returns 'PMI2_SUCCESS' on success and an PMI error code on failure. @@ -383,7 +383,7 @@ int PMI2_Info_GetSize(int* size); . jobid - job id of the job to connect to Output parameters: - . conn - connection structure used to exteblish communication with + . conn - connection structure used to establish communication with the remote job Return values: -- GitLab