-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
example doc - commands for 2d examples
- Loading branch information
Hongli Lin
committed
Sep 19, 2023
1 parent
6c15752
commit fea4c98
Showing
2 changed files
with
40 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sc
updated
21 files
+0 −7 | CMakeLists.txt | |
+0 −1 | Makefile.am | |
+2 −4 | cmake/FindSC.cmake | |
+0 −47 | cmake/check_mpiio.cmake | |
+1 −4 | cmake/config.cmake | |
+0 −1 | cmake/config.cmake.in | |
+0 −10 | cmake/init_build_type.cmake | |
+0 −7 | cmake/pkgconf.cmake | |
+0 −5 | cmake/pkgconf.pc.in | |
+0 −36 | cmake/utils.cmake | |
+0 −5 | config/sc_autotools.pc.in | |
+0 −1 | config/sc_include.m4 | |
+0 −1 | config/sc_mpi.m4 | |
+4 −31 | config/sc_package.m4 | |
+0 −1 | configure.ac | |
+4 −10 | src/sc.c | |
+1 −7 | src/sc.h | |
+31 −35 | src/sc_io.c | |
+23 −27 | src/sc_io.h | |
+1 −12 | src/sc_mpi.h | |
+1 −22 | test/test_helpers.c |