Home
last modified time | relevance | path

Searched full:info (Results 1 – 25 of 32) sorted by relevance

12

/libCEED/
H A DMakefile378 info-basic:
379 $(info -----------------------------------------)
380 $(info | ___ __ ______________________ |)
381 $(info | / (_) /_ / ____/ ____/ ____/ __ \ |)
382 $(info | / / / __ \/ / / __/ / __/ / / / / |)
383 $(info | / / / /_/ / /___/ /___/ /___/ /_/ / |)
384 $(info | /_/_/_.___/\____/_____/_____/_____/ |)
385 $(info -----------------------------------------)
386 $(info )
387 $(info -----------------------------------------)
[all …]
H A D.gitlab-ci.yml38 - BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ')
39 - echo "-------------- libCEED -------------" && make info
87 - BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ')
88 - echo "-------------- libCEED -------------" && make info
102 - echo "-------------- PETSc ---------------" && make -C $PETSC_DIR info
106 - echo "-------------- MFEM ----------------" && make -C $MFEM_DIR info
115 - BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ')
124 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit…
125 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F interface;
126 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F gallery;
[all …]
H A D.gitignore60 *.bin.info
/libCEED/rust/libceed-sys/c-src/
H A DMakefile378 info-basic:
379 $(info -----------------------------------------)
380 $(info | ___ __ ______________________ |)
381 $(info | / (_) /_ / ____/ ____/ ____/ __ \ |)
382 $(info | / / / __ \/ / / __/ / __/ / / / / |)
383 $(info | / / / /_/ / /___/ /___/ /___/ /_/ / |)
384 $(info | /_/_/_.___/\____/_____/_____/_____/ |)
385 $(info -----------------------------------------)
386 $(info )
387 $(info -----------------------------------------)
[all …]
/libCEED/examples/fluids/
H A DMakefile72 $(info CC : $(CC))
73 $(info CFLAGS : $(CFLAGS))
74 $(info CPPFLAGS: $(CPPFLAGS))
75 $(info LDFLAGS : $(LDFLAGS))
76 $(info LDLIBS : $(LDLIBS))
77 $(info OPT : $(OPT))
81 $(info [ variable name]: $*)
82 $(info [ origin]: $(origin $*))
83 $(info [ flavor]: $(flavor $*))
84 $(info [ value]: $(value $*))
[all …]
/libCEED/examples/fluids/meshes/
H A DMakefile24 $(info [ variable name]: $*)
25 $(info [ origin]: $(origin $*))
26 $(info [ flavor]: $(flavor $*))
27 $(info [ value]: $(value $*))
28 $(info [expanded value]: $($*))
29 $(info )
/libCEED/backends/magma/tuning/
H A DMakefile30 $(info CXX : $(CXX))
31 $(info CXXFLAGS: $(CXXFLAGS))
32 $(info CPPFLAGS: $(CPPFLAGS))
33 $(info LDFLAGS : $(LDFLAGS))
34 $(info LDLIBS : $(LDLIBS))
/libCEED/examples/solids/
H A DMakefile55 $(info CC : $(CC))
56 $(info CFLAGS : $(CFLAGS))
57 $(info CPPFLAGS: $(CPPFLAGS))
58 $(info LDFLAGS : $(LDFLAGS))
59 $(info LDLIBS : $(LDLIBS))
/libCEED/backends/sycl/
H A Donline_compiler.hpp84 DeviceType(sycl::info::device_type::all),
94 …online_compiler(sycl::info::device_type dev_type, device_arch arch, compiled_code_format fmt = com… in online_compiler()
99 // to do additional device::info calls to determine the device by it's
104 DeviceType(sycl::info::device_type::all),
132 online_compiler<Lang> &setTargetDeviceType(sycl::info::device_type type) { in setTargetDeviceType()
170 sycl::info::device_type DeviceType;
H A Dceed-sycl-common.sycl.cpp23 sycl::info::device_type device_type; in CeedInit_Sycl()
25 device_type = sycl::info::device_type::gpu; in CeedInit_Sycl()
27 device_type = sycl::info::device_type::cpu; in CeedInit_Sycl()
H A Donline_compiler.sycl.cpp40 static std::vector<const char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch D… in prepareOclocArgs()
44 if (DeviceType == sycl::info::device_type::gpu) { in prepareOclocArgs()
90 /// @param DeviceArch - More detailed info on the target device architecture.
100 static std::vector<byte> compileToSPIRV(const std::string &Source, sycl::info::device_type DeviceTy… in compileToSPIRV()
/libCEED/examples/petsc/
H A DMakefile89 $(info CC : $(CC))
90 $(info CFLAGS : $(CFLAGS))
91 $(info CPPFLAGS: $(CPPFLAGS))
92 $(info LDFLAGS : $(LDFLAGS))
93 $(info LDLIBS : $(LDLIBS))
/libCEED/.github/workflows/
H A Drust-test-with-style.yml35 run: cargo llvm-cov test --doctests --lcov --output-path lcov.info
39 files: lcov.info
H A Dc-fortran-test-arm64.yml26 make info
H A Dc-fortran-test-icc.yml34 make info
H A Dc-fortan-test-ppc64le.yml38 make info
H A Dc-fortran-test-style.yml31 make info
H A Dc-fortran-test-linux-osx.yml51 make info
H A Dpython-test-with-style.yml35 make info
H A Djulia-test-with-style.yml32 make info
/libCEED/julia/LibCEED.jl/
H A DREADME.md26 [ Info: Setting the libCEED library path to /path/to/libceed.so.
27 [ Info: Restart the Julia session for changes to take effect.
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl232 @info("""
244 @info("""
250 @info("""
/libCEED/tests/junit-xml/
H A D.gitignore8 *.egg-info
/libCEED/julia/LibCEED.jl/docs/src/
H A Dindex.md41 [ Info: Setting the libCEED library path to /path/to/libceed.so.
42 [ Info: Restart the Julia session for changes to take effect.
H A DBasis.md3 !!! info "Column-major vs. row-major storage"

12