Skip to content

Commit

Permalink
Merge pull request #27 from ESMCI/version_update2.5.0
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
jedwards4b authored Dec 27, 2023
2 parents c9b6cdc + 0e9d63a commit 2c44fb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

mpi-serial

Version 2.4
Version 2.5.0

Ray Loy (rloy@alcf.anl.gov)
Jim Edwards (jedwards@ucar.edu)

Originally written by
Ray Loy
John Yackovich

plus contributions from:
Jim Edwards
Steve Goldhaber
Robert Jacob
Sean Patrick Santos
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl initialize autoconf
AC_INIT([mpi-serial], [2.4.1], [https://github.com/ESMCI/mpi-serial])
AC_INIT([mpi-serial], [2.5.0], [https://github.com/ESMCI/mpi-serial])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([mpi.h])
dnl specify config header file
Expand Down
4 changes: 1 addition & 3 deletions mpi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include "mpiP.h"
#include "mpi.h"
#include "type.h"
Expand All @@ -15,7 +13,7 @@ static int *f_MPI_STATUS_IGNORE;
static int *f_MPI_STATUSES_IGNORE;
static int *f_MPI_IN_PLACE;

static char *mpi_version_string="mpi-serial 2.4";
static char *mpi_version_string="mpi-serial 2.5.0";


/****************************************************************************/
Expand Down

0 comments on commit 2c44fb3

Please sign in to comment.