Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 21 of 21) sorted by relevance

/libCEED/examples/
H A DMakefile17 CEED_DIR ?= $(abspath ..)
22 MFEM_DIR ?= $(abspath ../../mfem)
26 NEK5K_DIR ?= $(abspath ../../Nek5000)
/libCEED/backends/magma/tuning/
H A DMakefile15 LDLIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed -lm
23 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) $(abspath $<) -o $@ \
/libCEED/examples/nek/
H A DMakefile17 NEK5K_DIR ?= $(abspath ../../../Nek5000)
32 CEED_DIR ?= $(abspath ../..)
/libCEED/examples/mfem/
H A DMakefile16 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed
40 $(call quiet,MFEM_CXX) $(CEED_FLAGS) $(MFEM_FLAGS) $(MFEM_DEF) $(abspath $<) -o $@ \
/libCEED/examples/rust-qfunctions/
H A DMakefile13 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed -L$(CEED_DIR)/examples/…
30 …$(LINK.c) $(CEED_FLAGS) $(CEED_LDFLAGS) $(abspath $<) -o $@ $(CEED_LIBS) -L$(CEED_DIR)/examples/ru…
/libCEED/benchmarks/
H A Dbenchmark.sh35 function abspath() function
41 abspath root_dir ".." || $exit_cmd 1
225 abspath test_dir "$(dirname "$test_file")" || $exit_cmd 1
/libCEED/python/
H A Dbuild_ceed_cffi.py40 here = os.path.dirname(os.path.abspath(__file__))
56 with open(os.path.abspath(header_path)) as f:
/libCEED/
H A DMakefile262 NEK5K_DIR ?= $(abspath ../Nek5000)
265 export CEED_DIR = $(abspath .)
520 PKG_LIBS += -L$(abspath $(XSMM_DIR))/lib -lxsmm
547 PKG_LIBS += -L$(abspath $(CUDA_LIB_DIR)) -lcudart -lnvrtc -lcuda -lcublas
567 PKG_LIBS += -L$(abspath $(HIP_LIB_DIR)) -lamdhip64 -lhipblas
596 …magma_link_shared = -L$(MAGMA_DIR)/lib $(if $(STATIC),,-Wl,-rpath,$(abspath $(MAGMA_DIR)/lib)) -lm…
610 … -L$(MAGMA_DIR)/lib $(hip_link) $(omp_link) $(if $(STATIC),,-Wl,-rpath,$(abspath $(MAGMA_DIR)/lib)…
669 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) $(CONFIGFLAGS) -c -o $@ $(abspath $<)
672 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(abspath $<)
675 …$(call quiet,NVCC) $(filter-out -Wno-unused-function, $(CPPFLAGS)) $(NVCCFLAGS) -c -o $@ $(abspath
[all …]
H A Dsetup.py27 with open(os.path.abspath("ceed.pc.template")) as template:
/libCEED/rust/libceed-sys/c-src/
H A DMakefile262 NEK5K_DIR ?= $(abspath ../Nek5000)
265 export CEED_DIR = $(abspath .)
520 PKG_LIBS += -L$(abspath $(XSMM_DIR))/lib -lxsmm
547 PKG_LIBS += -L$(abspath $(CUDA_LIB_DIR)) -lcudart -lnvrtc -lcuda -lcublas
567 PKG_LIBS += -L$(abspath $(HIP_LIB_DIR)) -lamdhip64 -lhipblas
596 …magma_link_shared = -L$(MAGMA_DIR)/lib $(if $(STATIC),,-Wl,-rpath,$(abspath $(MAGMA_DIR)/lib)) -lm…
610 … -L$(MAGMA_DIR)/lib $(hip_link) $(omp_link) $(if $(STATIC),,-Wl,-rpath,$(abspath $(MAGMA_DIR)/lib)…
669 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) $(CONFIGFLAGS) -c -o $@ $(abspath $<)
672 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(abspath $<)
675 …$(call quiet,NVCC) $(filter-out -Wno-unused-function, $(CPPFLAGS)) $(NVCCFLAGS) -c -o $@ $(abspath
[all …]
/libCEED/examples/ceed/
H A DMakefile13 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed -lm
/libCEED/examples/python/
H A Dsetup_qfunctions.py6 ceed_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
H A Dex1_volume.py107 file_dir = os.path.dirname(os.path.abspath(__file__))
136 file_dir = os.path.dirname(os.path.abspath(__file__))
H A Dex2_surface.py109 file_dir = os.path.dirname(os.path.abspath(__file__))
138 file_dir = os.path.dirname(os.path.abspath(__file__))
H A Dex3_volume.py109 file_dir = os.path.dirname(os.path.abspath(__file__))
H A Dex_common.py248 os.path.dirname(os.path.abspath(__file__)),
/libCEED/python/tests/
H A Dtest-4-qfunction.py27 file_dir = os.path.dirname(os.path.abspath(__file__))
43 file_dir = os.path.dirname(os.path.abspath(__file__))
100 file_dir = os.path.dirname(os.path.abspath(__file__))
162 file_dir = os.path.dirname(os.path.abspath(__file__))
H A Dtest-5-operator.py28 file_dir = os.path.dirname(os.path.abspath(__file__))
83 file_dir = os.path.dirname(os.path.abspath(__file__))
172 file_dir = os.path.dirname(os.path.abspath(__file__))
262 file_dir = os.path.dirname(os.path.abspath(__file__))
359 file_dir = os.path.dirname(os.path.abspath(__file__))
440 file_dir = os.path.dirname(os.path.abspath(__file__))
523 file_dir = os.path.dirname(os.path.abspath(__file__))
644 file_dir = os.path.dirname(os.path.abspath(__file__))
751 file_dir = os.path.dirname(os.path.abspath(__file__))
867 file_dir = os.path.dirname(os.path.abspath(__file__))
[all …]
/libCEED/examples/solids/
H A DMakefile49 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
/libCEED/examples/fluids/
H A DMakefile69 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
/libCEED/examples/petsc/
H A DMakefile83 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)