[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-332-g061ffef
Service Account
noreply at mpich.org
Fri Jul 1 11:36:15 CDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 061ffef7e66f397708a3e4be7b62a8000b117c09 (commit)
from 44fd9c5f39e5efbc7bb581d85312eabc823be6c2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/061ffef7e66f397708a3e4be7b62a8000b117c09
commit 061ffef7e66f397708a3e4be7b62a8000b117c09
Author: Yanfei Guo <yguo at anl.gov>
Date: Fri Jul 1 09:41:20 2016 -0500
CH3: fix typo for function definition
No Reviewer.
diff --git a/src/mpid/ch3/src/mpid_getpname.c b/src/mpid/ch3/src/mpid_getpname.c
index 36b7bdf..9345e10 100644
--- a/src/mpid/ch3/src/mpid_getpname.c
+++ b/src/mpid/ch3/src/mpid_getpname.c
@@ -89,7 +89,7 @@ static inline void setupProcessorName( void )
}
#elif defined(HAVE_SYSINFO)
-static inline void setupProcessorName( void );
+static inline void setupProcessorName( void )
{
if (sysinfo(SI_HOSTNAME, processorName, MPI_MAX_PROCESSOR_NAME) == 0) {
processorNameLen = (int)strlen( processorName );
@@ -97,7 +97,7 @@ static inline void setupProcessorName( void );
}
#else
-static inline void setupProcessorName( void );
+static inline void setupProcessorName( void )
{
/* Set the name as the rank of the process */
MPL_snprintf( processorName, MPI_MAX_PROCESSOR_NAME, "%d",
-----------------------------------------------------------------------
Summary of changes:
src/mpid/ch3/src/mpid_getpname.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list