Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 9 of 9) sorted by relevance

/libCEED/
H A Dcommon.mk10 rule_path = $(patsubst %/,%,$(dir $(1)))
11 last_path = $(notdir $(patsubst %/,%,$(dir $(1))))
H A DMakefile527 …MKL_LIBDIR = $(dir $(firstword $(wildcard $(MKLROOT)/lib/intel64/libmkl_sequential.* $(MKLROOT)/li…
541 CUDA_LIB_DIR := $(patsubst %/,%,$(dir $(firstword $(CUDA_LIB_DIR))))
559 HIP_LIB_DIR := $(patsubst %/,%,$(dir $(firstword $(HIP_LIB_DIR))))
579 SYCL_LIB_DIR := $(patsubst %/,%,$(dir $(firstword $(SYCL_LIB_DIR))))
H A DREADME.md354 $ make install prefix=/path/to/install/dir
366 $ make for_install=1 prefix=/path/to/install/dir
367 $ make install prefix=/path/to/install/dir
/libCEED/rust/libceed-sys/c-src/
H A Dcommon.mk10 rule_path = $(patsubst %/,%,$(dir $(1)))
11 last_path = $(notdir $(patsubst %/,%,$(dir $(1))))
H A DMakefile527 …MKL_LIBDIR = $(dir $(firstword $(wildcard $(MKLROOT)/lib/intel64/libmkl_sequential.* $(MKLROOT)/li…
541 CUDA_LIB_DIR := $(patsubst %/,%,$(dir $(firstword $(CUDA_LIB_DIR))))
559 HIP_LIB_DIR := $(patsubst %/,%,$(dir $(firstword $(HIP_LIB_DIR))))
579 SYCL_LIB_DIR := $(patsubst %/,%,$(dir $(firstword $(SYCL_LIB_DIR))))
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp230 DIR *dir = opendir("temp"); in CeedCompileCore_Cuda() local
232 if (dir) { in CeedCompileCore_Cuda()
233 closedir(dir); in CeedCompileCore_Cuda()
345 std::string dir = rust_dirs[i] + "/target/nvptx64-nvidia-cuda/release"; in CeedCompileCore_Cuda() local
346 DIR *dp = opendir(dir.c_str()); in CeedCompileCore_Cuda()
348 … CeedCheck(dp != nullptr, ceed, CEED_ERROR_BACKEND, "Could not open directory: %s", dir.c_str()); in CeedCompileCore_Cuda()
356 command += dir + "/" + filename + " "; in CeedCompileCore_Cuda()
/libCEED/julia/LibCEED.jl/gen/
H A Dgenerator.jl4 # libCEED include dir and header files
/libCEED/examples/nek/boxes/
H A Db1e.rea58 0.00000 p054 fixed flow rate dir: |p54|=1,2,3=x,y,z
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md240 …There should be a exactly one space between `@param[dir]` (where `dir` is `in`, `out`, or `in,out`…