Searched refs:dir (Results 1 – 9 of 9) sorted by relevance
| /libCEED/ |
| H A D | common.mk | 10 rule_path = $(patsubst %/,%,$(dir $(1))) 11 last_path = $(notdir $(patsubst %/,%,$(dir $(1))))
|
| H A D | Makefile | 527 …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 D | README.md | 354 $ 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 D | common.mk | 10 rule_path = $(patsubst %/,%,$(dir $(1))) 11 last_path = $(notdir $(patsubst %/,%,$(dir $(1))))
|
| H A D | Makefile | 527 …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 D | ceed-cuda-compile.cpp | 230 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 D | generator.jl | 4 # libCEED include dir and header files
|
| /libCEED/examples/nek/boxes/ |
| H A D | b1e.rea | 58 0.00000 p054 fixed flow rate dir: |p54|=1,2,3=x,y,z
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 240 …There should be a exactly one space between `@param[dir]` (where `dir` is `in`, `out`, or `in,out`…
|