Lines Matching +full:format +full:- +full:py
2 # the Lawrence Livermore National Laboratory. LLNL-CODE-734707. All Rights
6 # libraries and APIs for efficient high-order finite element and spectral
10 # The CEED research is supported by the Exascale Computing Project 17-SC-20-SC,
16 # pylint: disable=no-name-in-module,import-error,unused-variable
21 # ------------------------------------------------------------------------------
23 # ------------------------------------------------------------------------------
53 '-j{}'.format(nproc),
54 '--always-make',
66 arise in high-order element-based discretization of partial differential
75 co-design Center for Efficient Exascale Discretizations (CEED).
79 Development Status :: 4 - Beta
100 long_description_content_type='text/x-rst',
101 classifiers=classifiers.split("\n")[1:-1],
114 author_email="ceed-users@llnl.gov",
122 cffi_modules=["python/build_ceed_cffi.py:ffibuilder"],
130 # ------------------------------------------------------------------------------