Skip to content

Commit

Permalink
simplify Ariel build system
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 18, 2024
1 parent c3501fe commit 005db27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 41 deletions.
4 changes: 2 additions & 2 deletions src/sst/elements/ariel/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ libariel_la_SOURCES = \
EXTRA_DIST = \
api/arielapi.c \
api/arielapi.h \
api/Makefile \
frontend/pin3/fesimple.cc \
frontend/simple/fesimple.cc \
frontend/simple/examples/multicore.py \
Expand All @@ -83,7 +82,8 @@ EXTRA_DIST = \
tests/testsuite_testio_Ariel.py \
tests/testsuite_mpi_Ariel.py \
tests/testopenMP/ompmybarrier/ompmybarrier.c \
tests/testopenMP/ompmybarrier/Makefile
tests/testopenMP/ompmybarrier/Makefile \
tests/testMPI/Makefile

libariel_la_LDFLAGS = -module -avoid-version
libariel_la_LIBADD = $(SHM_LIB)
Expand Down
2 changes: 0 additions & 2 deletions src/sst/elements/ariel/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ AC_DEFUN([SST_ariel_CONFIG], [
AC_CONFIG_FILES([src/sst/elements/ariel/api/Makefile])
AC_CONFIG_FILES([src/sst/elements/ariel/mpi/Makefile])
AC_CONFIG_FILES([src/sst/elements/ariel/tests/testMPI/Makefile])
AC_CONFIG_FILES([src/sst/elements/ariel/frontend/simple/examples/stream/Makefile])
AS_IF([test "$sst_check_ariel" = "yes"], [$1], [$2])
])
26 changes: 0 additions & 26 deletions src/sst/elements/ariel/frontend/simple/examples/stream/Makefile.am

This file was deleted.

11 changes: 0 additions & 11 deletions src/sst/elements/ariel/tests/testMPI/Makefile.am

This file was deleted.

0 comments on commit 005db27

Please sign in to comment.