| /libCEED/examples/python/ |
| H A D | setup_qfunctions.py | 3 import os 6 ceed_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) 9 include_dirs = [os.path.join(ceed_dir, "include")] 12 library_dirs = [os.path.join(ceed_dir, "lib")]
|
| H A D | ex1_volume.py | 18 import os 107 file_dir = os.path.dirname(os.path.abspath(__file__)) 110 os.path.join(file_dir, "ex1-volume.h:build_mass")) 136 file_dir = os.path.dirname(os.path.abspath(__file__)) 139 os.path.join(file_dir, "ex1-volume.h:apply_mass"))
|
| H A D | ex2_surface.py | 18 import os 109 file_dir = os.path.dirname(os.path.abspath(__file__)) 112 os.path.join(file_dir, "ex2-surface.h:build_diff")) 138 file_dir = os.path.dirname(os.path.abspath(__file__)) 141 os.path.join(file_dir, "ex2-surface.h:apply_diff"))
|
| H A D | ex_common.py | 9 import os 237 for root, dirs, files in os.walk(path): 239 return os.path.join(root, name) 247 file_dir = os.path.join( 248 os.path.dirname(os.path.abspath(__file__)),
|
| H A D | ex3_volume.py | 18 import os 109 file_dir = os.path.dirname(os.path.abspath(__file__)) 114 os.path.join(file_dir, "ex3-volume.h:build_mass_diff")) 132 os.path.join(file_dir, "ex3-volume.h:apply_mass_diff"))
|
| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 20 # import os 22 # sys.path.insert(0, os.path.abspath('.')) 27 import os 283 rootdir = os.path.join( 284 os.path.dirname(__file__), 285 os.pardir, 286 os.pardir, 287 os.pardir) 288 if os.environ.get("READTHEDOCS"): [all …]
|
| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-linux-osx.yml | 13 os: [ubuntu-24.04, macos-15] 16 - os: macos-15 19 runs-on: ${{ matrix.os }} 28 if [[ "${{ matrix.os }}" == macos-* ]]; then 35 if [[ "${{ matrix.os }}" == macos-* ]]; then
|
| H A D | rust-test-with-style.yml | 13 os: [ubuntu-24.04, macos-15] 16 runs-on: ${{ matrix.os }} 45 os: [ubuntu-24.04] 48 runs-on: ${{ matrix.os }}
|
| H A D | python-wheels.yml | 15 name: Build wheels on ${{ matrix.os }} 21 runs-on: ${{ matrix.os }} 25 os: [ubuntu-20.04]
|
| H A D | c-fortran-test-arm64.yml | 13 os: [ubuntu-24.04-arm] 16 runs-on: ${{ matrix.os }}
|
| H A D | rust-documentation.yml | 13 os: [ubuntu-24.04] 16 runs-on: ${{ matrix.os }}
|
| H A D | release-notes.yml | 13 os: [ubuntu-24.04] 15 runs-on: ${{ matrix.os }}
|
| H A D | c-fortran-test-icc.yml | 17 os: [ubuntu-24.04] 19 runs-on: ${{ matrix.os }}
|
| H A D | c-fortan-test-ppc64le.yml | 13 os: [ubuntu-24.04] 18 runs-on: ${{ matrix.os }}
|
| H A D | c-fortran-test-style.yml | 13 os: [ubuntu-24.04] 16 runs-on: ${{ matrix.os }}
|
| H A D | python-test-with-style.yml | 13 os: [ubuntu-24.04] 17 runs-on: ${{ matrix.os }}
|
| H A D | julia-test-with-style.yml | 13 os: [ubuntu-24.04] 16 runs-on: ${{ matrix.os }}
|
| /libCEED/include/ceed/ |
| H A D | gen-tools.h | 10 friend OStream &operator<<(OStream &os, const Tab &tab); 24 OStream &operator<<(OStream &os, const Tab &tab) { 25 os << std::string(tab._num_tabs * tab._width, ' '); 26 return os;
|
| /libCEED/python/tests/ |
| H A D | test-4-qfunction.py | 11 import os 27 file_dir = os.path.dirname(os.path.abspath(__file__)) 28 qfs_so = os.path.join( 43 file_dir = os.path.dirname(os.path.abspath(__file__)) 47 os.path.join(file_dir, "test-qfunctions.h:setup_mass")) 53 os.path.join(file_dir, "test-qfunctions.h:apply_mass")) 100 file_dir = os.path.dirname(os.path.abspath(__file__)) 104 os.path.join(file_dir, "test-qfunctions.h:setup_mass")) 110 os.path.join(file_dir, "test-qfunctions.h:apply_mass")) 162 file_dir = os.path.dirname(os.path.abspath(__file__)) [all …]
|
| H A D | test-5-operator.py | 11 import os 28 file_dir = os.path.dirname(os.path.abspath(__file__)) 29 qfs_so = os.path.join( 83 file_dir = os.path.dirname(os.path.abspath(__file__)) 87 os.path.join(file_dir, "test-qfunctions.h:setup_mass")) 93 os.path.join(file_dir, "test-qfunctions.h:apply_mass")) 172 file_dir = os.path.dirname(os.path.abspath(__file__)) 176 os.path.join(file_dir, "test-qfunctions.h:setup_mass")) 182 os.path.join(file_dir, "test-qfunctions.h:apply_mass")) 262 file_dir = os.path.dirname(os.path.abspath(__file__)) [all …]
|
| H A D | check.py | 2 import os 9 caller_dirname = os.path.dirname(caller.filename) 10 output_file = os.path.join(
|
| H A D | setup-qfunctions.py | 8 import os 11 CEED_DIR = os.path.dirname(libceed.__file__) 17 include_dirs=[os.path.join(CEED_DIR, 'include')],
|
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 8 import os 40 here = os.path.dirname(os.path.abspath(__file__)) 41 prefix = os.path.dirname(here) 45 libdir = os.path.join(prefix, "build") 56 with open(os.path.abspath(header_path)) as f: 96 os.path.join(ceed_dir, "include")], # include path
|
| /libCEED/ |
| H A D | setup.py | 17 import os 27 with open(os.path.abspath("ceed.pc.template")) as template: 40 prefix = os.path.join(self.build_lib, 'libceed') 46 if hasattr(os, 'sched_getaffinity'): 48 nproc = len(os.sched_getaffinity(0)) 50 nproc = os.cpu_count()
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 11 import os 19 script_dir = os.path.dirname(os.path.realpath(__file__))
|