QUDA
1.0.0
|
Go to the source code of this file.
Namespaces | |
wrap | |
Variables | |
wrap.usage_string = \ | |
Copyright (c) 2010, Lawrence Livermore National Security, LLC. More... | |
string | wrap.mpicc = 'mpicc' |
list | wrap.includes = [] |
string | wrap.pmpi_init_binding = "pmpi_init_" |
bool | wrap.output_fortran_wrappers = False |
bool | wrap.output_guards = False |
bool | wrap.skip_headers = False |
bool | wrap.dump_prototypes = False |
list | wrap.pmpi_init_bindings = ["PMPI_INIT", "pmpi_init", "pmpi_init_", "pmpi_init__"] |
list | wrap.rtypes = ['int', 'double' ] |
list | wrap.exclude_strings = [ "c2f", "f2c", "typedef" ] |
wrap.begin_decl_re = re.compile("(" + "|".join(rtypes) + ")\s+(MPI_\w+)\s*\(") | |
wrap.exclude_re = re.compile("|".join(exclude_strings)) | |
wrap.end_decl_re = re.compile("\).*\;") | |