| /libCEED/ |
| H A D | .codecov.yml | 19 flags: 22 flags: 27 flags: 30 flags: 33 flags:
|
| H A D | README.md | 41 or, with optimization flags: 47 These optimization flags are used by all languages (C, C++, Fortran) and this makefile variable can… 370 The usual variables like `CC` and `CFLAGS` are used, and optimization flags for all languages can b…
|
| H A D | Makefile | 58 # Compiler flags 115 # Host architecture for setting appropriate flags 118 # Default extra flags by vendor 160 # succeeds with any flags. Users can pass MARCHFLAG=... if desired. 169 # Error checking flags 173 # Compiler flags 418 $(info Compiler Flags:) 629 # Linker Flags
|
| /libCEED/backends/sycl/ |
| H A D | ceed-sycl-compile.sycl.cpp | 61 // TODO: Add architecture flags, optimization flags 63 static inline int CeedJitGetFlags_Sycl(std::vector<std::string> &flags) { in CeedJitGetFlags_Sycl() argument 64 …flags = {std::string("-cl-std=CL3.0"), std::string("-Dint32_t=int"), std::string("-DCEED_RUNNING_J… in CeedJitGetFlags_Sycl() 72 const std::vector<std::string> &flags = {}) { in CeedJitCompileSource_Sycl() argument 76 il_binary = compiler.compile(opencl_source, flags); 96 " -ze-opt-large-register-file", // flags in CeedLoadModule_Sycl() 127 std::vector<std::string> flags; in CeedBuildModule_Sycl() local 132 CeedCallBackend(CeedJitGetFlags_Sycl(flags)); in CeedBuildModule_Sycl() 133 CeedCallBackend(CeedJitCompileSource_Sycl(ceed, data->sycl_device, jit_source, il_binary, flags)); in CeedBuildModule_Sycl()
|
| /libCEED/backends/xsmm/ |
| H A D | ceed-xsmm-tensor.c | 23 const int flags = (flags_t | flags_ab); in CeedTensorContractApply_Xsmm() local 29 …const libxsmm_gemmfunction kernel = libxsmm_dispatch_gemm(gemm_shape, (libxsmm_bitfield)(flags), (… in CeedTensorContractApply_Xsmm() 43 const int flags = (flags_t | flags_ab); in CeedTensorContractApply_Xsmm() local 49 …const libxsmm_gemmfunction kernel = libxsmm_dispatch_gemm(gemm_shape, (libxsmm_bitfield)(flags), (… in CeedTensorContractApply_Xsmm()
|
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 59 const char *flags[3] = {"-bc_symmetry_x", "-bc_symmetry_y", "-bc_symmetry_z"}; in BoundaryConditionSetUp() local 62 PetscCall(PetscOptionsDeprecated(deprecated[j], flags[j], "libCEED 0.12.0", in BoundaryConditionSetUp() 65 …PetscCall(PetscOptionsBCDefinition(flags[j], "Face IDs to apply symmetry BC", NULL, "symmetry", &b… in BoundaryConditionSetUp()
|
| /libCEED/python/ |
| H A D | ceed_basis.py | 185 ret.flags['WRITEABLE'] = False 216 ret.flags['WRITEABLE'] = False 245 ret.flags['WRITEABLE'] = False 274 ret.flags['WRITEABLE'] = False
|
| H A D | ceed_vector.py | 181 ret.flags['WRITEABLE'] = False
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 12 # add compiler flags
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | LibCEED.md | 5 support, architecture-specific compiler flags, etc.), users can use LibCEED.jl
|
| H A D | index.md | 17 CUDA/GPU support, specific compiler flags, etc.) then you should compile your
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 9 … of a specific build of libCEED (e.g. CUDA/GPU support, specific compiler flags, etc.) then you sh…
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 32 If you need custom flags for the C project, we recommend using `make -C c-src configure` to cache a…
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 58 # Compiler flags 115 # Host architecture for setting appropriate flags 118 # Default extra flags by vendor 160 # succeeds with any flags. Users can pass MARCHFLAG=... if desired. 169 # Error checking flags 173 # Compiler flags 418 $(info Compiler Flags:) 629 # Linker Flags
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 34 /// This macro provides the ability to disable optimization flags for functions that are sensitive … 48 /// This macro restores previously set optimization flags after CeedPragmaOptimizeOff.
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 133 # Set flags
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 32 - Add `CeedGetBuildConfiguration()` to access compilers, flags, and related information about the b… 182 … use this feature, one should adhere to relative paths only, not compiler flags like `-I`, which t…
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 924 The reference state is selected using the `-reference_{velocity,pressure,temperature}` flags (Eucli…
|