Home
last modified time | relevance | path

Searched full:os (Results 1 – 25 of 37) sorted by relevance

12

/libCEED/examples/python/
H A Dsetup_qfunctions.py3 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 Dex1_volume.py18 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 Dex2_surface.py18 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 Dex_common.py9 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 Dex3_volume.py18 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 Dconf.py18 # 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 Dc-fortran-test-linux-osx.yml13 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 Drust-test-with-style.yml13 os: [ubuntu-24.04, macos-15]
16 runs-on: ${{ matrix.os }}
45 os: [ubuntu-24.04]
48 runs-on: ${{ matrix.os }}
H A Dpython-wheels.yml15 name: Build wheels on ${{ matrix.os }}
21 runs-on: ${{ matrix.os }}
25 os: [ubuntu-20.04]
H A Dc-fortran-test-arm64.yml13 os: [ubuntu-24.04-arm]
16 runs-on: ${{ matrix.os }}
H A Drust-documentation.yml13 os: [ubuntu-24.04]
16 runs-on: ${{ matrix.os }}
H A Drelease-notes.yml13 os: [ubuntu-24.04]
15 runs-on: ${{ matrix.os }}
H A Dc-fortran-test-icc.yml17 os: [ubuntu-24.04]
19 runs-on: ${{ matrix.os }}
H A Dc-fortan-test-ppc64le.yml13 os: [ubuntu-24.04]
18 runs-on: ${{ matrix.os }}
H A Dc-fortran-test-style.yml13 os: [ubuntu-24.04]
16 runs-on: ${{ matrix.os }}
H A Dpython-test-with-style.yml13 os: [ubuntu-24.04]
17 runs-on: ${{ matrix.os }}
H A Djulia-test-with-style.yml13 os: [ubuntu-24.04]
16 runs-on: ${{ matrix.os }}
/libCEED/include/ceed/
H A Dgen-tools.h10 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 Dtest-4-qfunction.py11 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 Dtest-5-operator.py11 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 Dcheck.py2 import os
9 caller_dirname = os.path.dirname(caller.filename)
10 output_file = os.path.join(
H A Dsetup-qfunctions.py8 import os
11 CEED_DIR = os.path.dirname(libceed.__file__)
17 include_dirs=[os.path.join(CEED_DIR, 'include')],
/libCEED/python/
H A Dbuild_ceed_cffi.py8 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 Dsetup.py17 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 Dgenerate_tuning.py11 import os
19 script_dir = os.path.dirname(os.path.realpath(__file__))

12