| /libCEED/examples/ |
| H A D | Makefile | 17 CEED_DIR ?= $(abspath ..) 22 MFEM_DIR ?= $(abspath ../../mfem) 26 NEK5K_DIR ?= $(abspath ../../Nek5000)
|
| /libCEED/backends/magma/tuning/ |
| H A D | Makefile | 15 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 D | Makefile | 17 NEK5K_DIR ?= $(abspath ../../../Nek5000) 32 CEED_DIR ?= $(abspath ../..)
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 16 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 D | Makefile | 13 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 D | benchmark.sh | 35 function abspath() function 41 abspath root_dir ".." || $exit_cmd 1 225 abspath test_dir "$(dirname "$test_file")" || $exit_cmd 1
|
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 40 here = os.path.dirname(os.path.abspath(__file__)) 56 with open(os.path.abspath(header_path)) as f:
|
| /libCEED/ |
| H A D | Makefile | 262 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 D | setup.py | 27 with open(os.path.abspath("ceed.pc.template")) as template:
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 262 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 D | Makefile | 13 CEED_LIBS ?= -Wl,-rpath,$(abspath $(CEED_DIR)/lib) -L$(CEED_DIR)/lib -lceed -lm
|
| /libCEED/examples/python/ |
| H A D | setup_qfunctions.py | 6 ceed_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
| H A D | ex1_volume.py | 107 file_dir = os.path.dirname(os.path.abspath(__file__)) 136 file_dir = os.path.dirname(os.path.abspath(__file__))
|
| H A D | ex2_surface.py | 109 file_dir = os.path.dirname(os.path.abspath(__file__)) 138 file_dir = os.path.dirname(os.path.abspath(__file__))
|
| H A D | ex3_volume.py | 109 file_dir = os.path.dirname(os.path.abspath(__file__))
|
| H A D | ex_common.py | 248 os.path.dirname(os.path.abspath(__file__)),
|
| /libCEED/python/tests/ |
| H A D | test-4-qfunction.py | 27 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 D | test-5-operator.py | 28 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 D | Makefile | 49 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
|
| /libCEED/examples/fluids/ |
| H A D | Makefile | 69 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
|
| /libCEED/examples/petsc/ |
| H A D | Makefile | 83 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
|