Home
last modified time | relevance | path

Searched full:elif (Results 1 – 14 of 14) sorted by relevance

/libCEED/benchmarks/
H A Dpostprocess_base.py46 elif 'tasks per node' in line:
54 elif "CEED Benchmark Problem" in line:
63 elif "Hostname" in line:
65 elif "Total ranks" in line:
67 elif "Ranks per compute node" in line:
70 elif 'libCEED Backend MemType' in line:
72 elif 'libCEED Backend' in line:
75 elif 'Basis Nodes' in line:
78 elif 'Quadrature Points' in line:
81 elif 'Global nodes' in line:
[all …]
/libCEED/tests/
H A Djunit.py57 elif prefix == 'mfem':
59 elif prefix == 'nek':
61 elif prefix == 'dealii':
63 elif prefix == 'fluids':
65 elif prefix == 'solids':
67 elif test.startswith('ex'):
72 elif test.endswith('-f'):
135 elif 'Can only provide HOST memory for this backend' in stderr:
137 elif 'Can only set HOST memory for this backend' in stderr:
139 elif 'Test not implemented in single precision' in stderr:
[all …]
H A Djunit_common.py40 elif isinstance(default, str):
42 elif isinstance(default, Iterable):
52 elif isinstance(values, str):
54 elif isinstance(values, Iterable):
390 elif source_file.suffix in ['.py']:
392 elif source_file.suffix in ['.usr']:
394 elif source_file.suffix in ['.f90']:
437 elif test_line[0] == comment_str and true_line[0] != comment_str:
439 elif test_line[0] != comment_str and true_line[0] == comment_str:
530 elif test_case.is_failure() or test_case.is_error():
[all …]
/libCEED/include/ceed/
H A Dtypes.h28 #elif defined(__INTEL_COMPILER) || defined(__INTEL_LLVM_COMPILER)
117 #elif defined(__GNUC__) && __GNUC__ >= 5
119 #elif defined(__clang__)
121 #elif defined(_OPENMP) && _OPENMP >= 201307 // OpenMP-4.0 (July, 2013)
H A Dbackend.h18 #elif defined(__cplusplus)
37 #elif defined(__GNUC__)
39 #elif defined(__INTEL_COMPILER) || defined(__INTEL_LLVM_COMPILER)
51 #elif defined(__GNUC__)
53 #elif defined(__INTEL_COMPILER) || defined(__INTEL_LLVM_COMPILER)
H A Ddeprecated.h14 #elif defined(__GNUC__) || defined(__clang__)
H A Dceed.h46 #elif defined(__cplusplus)
/libCEED/.github/workflows/
H A Drelease-notes.yml25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py65 elif isinstance(var, str):
413 elif not len(self.errors):
432 elif not len(self.failures):
450 elif not len(self.skipped):
/libCEED/examples/fluids/include/
H A Dpetsc-ceed.h13 #elif defined(__cplusplus)
/libCEED/include/
H A Dceed-fortran-name.h39 #elif defined(UNDERSCORE)
/libCEED/examples/nek/
H A Dnek-examples.sh171 elif [ ${nek_verbose} = "true" ]; then
345 elif [ ${nek_verbose} != "true" ]; then # Cleanup if test mode
/libCEED/python/
H A Dbuild_ceed_cffi.py67 elif re.search("ceed-f64.h", line) is not None:
/libCEED/backends/magma/tuning/
H A Dgenerate_tuning.py117 elif nb < 8: