コード例 #1
0
def main():
    # Create the "test_ext" module from the "test.c" source file
    convert_c_to_ext_lib.create_ext_lib("test.c")
コード例 #2
0
def main():
    # Create the "triangulation_ext" module from the "triangulation.c" source file;
    # disable openmp because cpu-usage x4 and perf only x1.5
    convert_c_to_ext_lib.create_ext_lib("triangulation.c", openmp=False)
コード例 #3
0
def main():
    # Create the "test_ext" module from the "test.c" source file
    convert_c_to_ext_lib.create_ext_lib("test.c")
コード例 #4
0
def main():
    # Create the "triangulation_ext" module from the "triangulation.c" source file;
    # disable openmp because cpu-usage x4 and perf only x1.5
    convert_c_to_ext_lib.create_ext_lib("triangulation.c", openmp=False)