Searched full:echo (Results 1 – 15 of 15) sorted by relevance
| /libCEED/benchmarks/ |
| H A D | benchmark.sh | 87 echo "Error: example is not built: $example" 119 echo "The total number of tasks ($num_proc_run) must be a multiple of" 120 echo "the number of tasks per node ($num_proc_node). Stop." 128 echo "Running the tests using a total of $num_proc_run MPI tasks ..." | tee -a $output_file 129 echo "... with $num_proc_node tasks per node ..." | tee -a $output_file 130 echo | tee -a $output_file 139 # Echo usage information 140 echo "$help_msg" 146 echo "Missing \"list\" in --bp \"list\""; $exit_cmd 1; } 152 echo "Missing \"list\" in --ceed \"list\""; $exit_cmd 1; } [all …]
|
| H A D | petsc-bpsraw.sh | 33 echo 34 echo "Running test:"
|
| H A D | petsc-bps.sh | 32 echo 33 echo "Running test:"
|
| /libCEED/ |
| H A D | .gitlab-ci.yml | 26 …- echo "-------------- nproc ---------------" && NPROC_CPU=$(nproc) && NPROC_GPU=$(($(nproc)<8?$(n… 27 - echo "-------------- CC ------------------" && $CC --version 28 - echo "-------------- CXX -----------------" && $CXX --version 29 - echo "-------------- FC ------------------" && $FC --version 31 - echo "-------------- ASAN ----------------" 33 - echo $AFLAGS 39 - echo "-------------- libCEED -------------" && make info 40 - echo "-------------- BACKENDS_CPU --------" && echo $BACKENDS_CPU 44 - echo "-------------- core tests ----------" 45 …- echo '[{"subject":"/","metrics":[{"name":"Transfer Size (KB)","value":"19.5","desiredSize":"smal… [all …]
|
| H A D | common.mk | 12 ansicolor = $(shell echo $(call last_path,$(1)) | cksum | cut -b1-2 | xargs -IS expr 2 \* S + 17) 27 # X := $(shell echo "#foo")
|
| H A D | Makefile | 161 cc_check_flag = $(shell $(CC) -E -Werror $(1) -x c /dev/null > /dev/null 2>&1 && echo 1) 493 MEMCHK := $(shell echo "$(HASH)include <valgrind/memcheck.h>" | $(CC) $(CPPFLAGS) -E - >/de… 986 @echo $(VAR)=$($(VAR)) 1031 @echo "Configuration cached in $(CONFIG):"
|
| H A D | Doxyfile | 1088 # commands (so in case of a Windows batch file always use @echo OFF), should be
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 96 echo "$nek_help_msg" 139 echo "Building examples:" 168 echo " Building examples failed. See build/bps.build.log for details." 174 echo " Built examples successfully. See build/bps.build.log for details." 181 echo "Cleaning ..." 222 echo "$nex $ney $nez" 229 echo "Running genbox ..." 233 echo "Required variable NEKTOOLS_DIR not found." 240 echo "Running genmap ..." 245 echo "Running reatore2 ..." [all …]
|
| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-linux-osx.yml | 29 echo "CC=gcc-15" >> $GITHUB_ENV 31 echo "CC=gcc" >> $GITHUB_ENV 36 echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV 38 echo "CC=clang" >> $GITHUB_ENV 42 echo "CC=clang" >> $GITHUB_ENV
|
| H A D | julia-test-with-style.yml | 36 echo >> test/Project.toml 37 echo "[preferences.libCEED_jll]" >> test/Project.toml 38 echo "libceed_path = \"$LIBCEED_LIB\"" >> test/Project.toml
|
| H A D | release-notes.yml | 24 echo "No public interface changes detected" 26 echo "API changes detected, but release notes not updated"
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | common.mk | 12 ansicolor = $(shell echo $(call last_path,$(1)) | cksum | cut -b1-2 | xargs -IS expr 2 \* S + 17) 27 # X := $(shell echo "#foo")
|
| H A D | Makefile | 161 cc_check_flag = $(shell $(CC) -E -Werror $(1) -x c /dev/null > /dev/null 2>&1 && echo 1) 493 MEMCHK := $(shell echo "$(HASH)include <valgrind/memcheck.h>" | $(CC) $(CPPFLAGS) -E - >/de… 986 @echo $(VAR)=$($(VAR)) 1031 @echo "Configuration cached in $(CONFIG):"
|
| /libCEED/python/ |
| H A D | test-wheel.sh | 4 echo "Using CEED_DIR=${ceed_dir}"
|
| /libCEED/examples/fluids/ |
| H A D | conv_test.sh | 41 echo ",mesh_res,degree,rel_error" > $file_name
|