Skip to content

Commit 4e664bd

Browse files
samuelkgutierrezrhc54
authored andcommitted
Checkpoint data storage and retrieval work in gds/shmem.
Signed-off-by: Samuel K. Gutierrez <[email protected]>
1 parent 26ff168 commit 4e664bd

12 files changed

+1360
-109
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ nkogteva Nadezhda Kogteva Mellanox
2424
nysal Nysal Jan KA IBM
2525
PHHargrove Paul Hargrove LBNL
2626
rhc54 Ralph Castain Intel
27+
samuelkgutierrez Samuel K. Gutierrez LANL
2728
------------------------------- --------------------------- -------------------
2829

2930
Affiliation abbreviations:

src/mca/gds/shmem/Makefile.am

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ AM_CPPFLAGS = $(gds_shmem_CPPFLAGS)
2727

2828
headers = \
2929
gds_shmem.h \
30-
gds_shmem_utils.h
30+
gds_shmem_utils.h \
31+
gds_shmem_store.h \
32+
gds_shmem_fetch.h
3133

3234
sources = \
33-
gds_shmem_utils.c \
3435
gds_shmem_component.c \
35-
gds_shmem.c
36+
gds_shmem.c \
37+
gds_shmem_utils.c \
38+
gds_shmem_store.c \
39+
gds_shmem_fetch.c
3640

3741
# Make the output library in this directory, and name it either
3842
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

0 commit comments

Comments
 (0)