-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New code generator. May need fixup in a folloup PR to ensure consiste…
…ncy against the MPI.jl backend.
- Loading branch information
1 parent
aa03326
commit f6da3ba
Showing
7 changed files
with
3,782 additions
and
14,123 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,17 @@ | ||
[general] | ||
library_name = "libHYPRE" | ||
output_file_path = "../lib/LibHYPRE.jl" | ||
output_common_file_path = "../lib/LibHYPRECommon.jl" | ||
output_api_file_path = "../lib/LibHYPREAPI.jl" | ||
jll_pkg_name = "HYPRE_jll" | ||
export_symbol_prefixes = [] | ||
output_ignorelist = [ | ||
# Overflows Int32 | ||
"MPI_FLOAT_INT", | ||
"MPI_DOUBLE_INT", | ||
"MPI_LONG_INT", | ||
"MPI_SHORT_INT", | ||
"MPI_LONG_DOUBLE_INT", | ||
# Uses NULL | ||
"MPI_T_ENUM_NULL", | ||
"MPI_T_CVAR_HANDLE_NULL", | ||
"MPI_T_PVAR_HANDLE_NULL", | ||
"MPI_T_PVAR_SESSION_NULL", | ||
# Bogus expression: const MPI_ARGV_NULL = (Cchar * (*))(0) | ||
"MPI_ARGV_NULL", | ||
# Undefined values DBL_MAX, DBL_MIN, DBL_EPSILON, DBL_MIN_EXP | ||
"HYPRE_REAL_MAX", | ||
"HYPRE_REAL_MIN", | ||
"HYPRE_REAL_EPSILON", | ||
"HYPRE_REAL_MIN_EXP", | ||
# Bogus expression: const HYPRE_VERSION = ((("HYPRE_RELEASE_NAME Date Compiled: ")(__DATE__))(" "))(__TIME__) | ||
"HYPRE_VERSION", | ||
# Filter out MPI stuff | ||
"^[PQ]?MPI" | ||
] |
Oops, something went wrong.