Skip to content

Commit

Permalink
revert submodule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaiton committed Jan 11, 2024
1 parent 8243e43 commit 1a8cb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion p4est
Submodule p4est updated 125 files
2 changes: 1 addition & 1 deletion sc
Submodule sc updated 62 files
+42 −36 .github/workflows/ci_cmake.yml
+4 −0 .gitignore
+21 −13 CMakeLists.txt
+12 −4 CMakePresets.json
+9 −1 Makefile.am
+2 −0 README
+4 −2 cmake/FindSC.cmake
+47 −0 cmake/check_mpiio.cmake
+38 −8 cmake/config.cmake
+19 −0 cmake/config.cmake.in
+10 −0 cmake/init_build_type.cmake
+11 −11 cmake/install.cmake
+42 −0 cmake/jansson.cmake
+7 −2 cmake/options.cmake
+23 −1 cmake/pkgconf.cmake
+5 −0 cmake/pkgconf.pc.in
+7 −1 cmake/sc_config.h.in
+36 −0 cmake/utils.cmake
+75 −0 cmake/zlib.cmake
+5 −0 config/sc_autotools.pc.in
+1 −0 config/sc_include.m4
+24 −27 config/sc_mpi.m4
+31 −4 config/sc_package.m4
+2 −1 configure.ac
+0 −1 doc/Doxyfile.in
+0 −0 doc/attic/puff.h
+1 −0 doc/author_brandt.txt
+1 −0 doc/author_markert.txt
+1 −0 doc/author_rudi.txt
+1 −0 doc/author_schlottke-lakemper.txt
+31 −0 doc/mainpage.dox
+38 −0 doc/release_notes.txt
+13 −44 example/CMakeLists.txt
+0 −0 example/linksc/AUTHORS
+502 −0 example/linksc/COPYING
+0 −0 example/linksc/ChangeLog
+0 −0 example/linksc/INSTALL
+45 −0 example/linksc/Makefile.am
+0 −0 example/linksc/NEWS
+2 −0 example/linksc/README
+7 −0 example/linksc/bootstrap
+123 −0 example/linksc/configure.ac
+44 −0 example/linksc/liblinksc.c
+36 −0 example/linksc/liblinksc.h
+44 −0 example/linksc/linksc.c
+5 −4 src/CMakeLists.txt
+12 −10 src/Makefile.am
+30 −4 src/sc.c
+27 −3 src/sc.h
+0 −0 src/sc_builtin/sc_getopt.h
+40 −57 src/sc_io.c
+103 −68 src/sc_io.h
+1 −1 src/sc_mpi.c
+17 −2 src/sc_mpi.h
+3 −2 src/sc_options.c
+24 −0 src/sc_scda.c
+1,022 −0 src/sc_scda.h
+1 −4 test/CMakeLists.txt
+5 −2 test/Makefile.am
+1 −1 test/test_builtin.c
+22 −1 test/test_helpers.c
+69 −0 test/test_scda.c

0 comments on commit 1a8cb4f

Please sign in to comment.