Skip to content

Commit

Permalink
Merge pull request #26 from ESMCI/redo_autoconf
Browse files Browse the repository at this point in the history
Redo autoconf
  • Loading branch information
jedwards4b authored Dec 27, 2023
2 parents 1a84d6f + 601f36e commit c9b6cdc
Show file tree
Hide file tree
Showing 20 changed files with 4,138 additions and 6,507 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bldtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
id: build
run: |
cd $GITHUB_WORKSPACE
autoreconf -i
./configure CFLAGS="-Wall -Werror -Wno-format"
make
make check
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Ray Loy
John Yackovich
Jim Edwards
Steve Goldhaber
Robert Jacob
Sean Patrick Santos
Katherine Thayer-Calder
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Empty file added ChangeLog
Empty file.
368 changes: 368 additions & 0 deletions INSTALL

Large diffs are not rendered by default.

90 changes: 0 additions & 90 deletions Makefile

This file was deleted.

8 changes: 8 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
lib_LIBRARIES = libmpi-serial.a
libmpi_serial_a_SOURCES=fort.F90 mpif.F90 mpi.c send.c recv.c collective.c req.c collective.c \
req.c list.c handles.c comm.c error.c ic_merge.c group.c time.c pack.c \
type.c type_const.c copy.c op.c cart.c getcount.c probe.c info.c
mpi_serial_includedir = $(prefix)/include
mpi_serial_include_HEADERS = mpi.h mpif.h mpi.mod

SUBDIRS = . tests
16 changes: 0 additions & 16 deletions Makefile.conf.in

This file was deleted.

Empty file added NEWS
Empty file.
Loading

0 comments on commit c9b6cdc

Please sign in to comment.