QUDA
1.0.0
|
Variables | |
usage_string = \ | |
Copyright (c) 2010, Lawrence Livermore National Security, LLC. More... | |
string | mpicc = 'mpicc' |
list | includes = [] |
string | pmpi_init_binding = "pmpi_init_" |
bool | output_fortran_wrappers = False |
bool | output_guards = False |
bool | skip_headers = False |
bool | dump_prototypes = False |
list | pmpi_init_bindings = ["PMPI_INIT", "pmpi_init", "pmpi_init_", "pmpi_init__"] |
list | rtypes = ['int', 'double' ] |
list | exclude_strings = [ "c2f", "f2c", "typedef" ] |
begin_decl_re = re.compile("(" + "|".join(rtypes) + ")\s+(MPI_\w+)\s*\(") | |
exclude_re = re.compile("|".join(exclude_strings)) | |
end_decl_re = re.compile("\).*\;") | |
wrap.begin_decl_re = re.compile("(" + "|".join(rtypes) + ")\s+(MPI_\w+)\s*\(") |
wrap.exclude_re = re.compile("|".join(exclude_strings)) |
list wrap.pmpi_init_bindings = ["PMPI_INIT", "pmpi_init", "pmpi_init_", "pmpi_init__"] |
wrap.usage_string = \ |
Copyright (c) 2010, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory Written by Todd Gamblin, tgamb. LLNL-CODE-417602 All rights reserved. lin@ llnl. gov
This file is part of Libra. For details, see http://github.com/tgamblin/libra. Please also read the LICENSE file for further information.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY, LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.