QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Variables
wrap Namespace Reference

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("\).*\;")
 

Variable Documentation

◆ begin_decl_re

wrap.begin_decl_re = re.compile("(" + "|".join(rtypes) + ")\s+(MPI_\w+)\s*\(")

Definition at line 75 of file wrap.py.

◆ dump_prototypes

bool wrap.dump_prototypes = False

Definition at line 59 of file wrap.py.

◆ end_decl_re

wrap.end_decl_re = re.compile("\).*\;")

Definition at line 77 of file wrap.py.

◆ exclude_re

wrap.exclude_re = re.compile("|".join(exclude_strings))

Definition at line 76 of file wrap.py.

◆ exclude_strings

list wrap.exclude_strings = [ "c2f", "f2c", "typedef" ]

Definition at line 71 of file wrap.py.

◆ includes

list wrap.includes = []

Definition at line 54 of file wrap.py.

◆ mpicc

string wrap.mpicc = 'mpicc'

Definition at line 53 of file wrap.py.

◆ output_fortran_wrappers

bool wrap.output_fortran_wrappers = False

Definition at line 56 of file wrap.py.

◆ output_guards

bool wrap.output_guards = False

Definition at line 57 of file wrap.py.

◆ pmpi_init_binding

string wrap.pmpi_init_binding = "pmpi_init_"

Definition at line 55 of file wrap.py.

◆ pmpi_init_bindings

list wrap.pmpi_init_bindings = ["PMPI_INIT", "pmpi_init", "pmpi_init_", "pmpi_init__"]

Definition at line 62 of file wrap.py.

◆ rtypes

list wrap.rtypes = ['int', 'double' ]

Definition at line 68 of file wrap.py.

◆ skip_headers

bool wrap.skip_headers = False

Definition at line 58 of file wrap.py.

◆ usage_string

wrap.usage_string = \

Copyright (c) 2010, Lawrence Livermore National Security, LLC.

Produced at the Lawrence Livermore National Laboratory Written by Todd Gamblin, tgamb.nosp@m.lin@.nosp@m.llnl..nosp@m.gov. LLNL-CODE-417602 All rights reserved.

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:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the disclaimer below.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the disclaimer (as noted below) in the documentation and/or other materials provided with the distribution.
  • Neither the name of the LLNS/LLNL nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

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.

Definition at line 33 of file wrap.py.