Searched full:gcc (Results 1 – 14 of 14) sorted by relevance
| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-linux-osx.yml | 14 compiler: [gcc, clang] 27 gcc) 29 echo "CC=gcc-15" >> $GITHUB_ENV 31 echo "CC=gcc" >> $GITHUB_ENV
|
| H A D | c-fortran-test-arm64.yml | 14 compiler: [gcc, clang]
|
| H A D | c-fortan-test-ppc64le.yml | 14 compiler: [gcc]
|
| H A D | python-test-with-style.yml | 14 compiler: [gcc]
|
| /libCEED/ |
| H A D | Makefile | 63 CC = gcc 110 CC_VENDOR := $(firstword $(filter gcc (GCC) clang cc icc icc_orig oneAPI XL emcc,$(subst -, ,$(shel… 111 CC_VENDOR := $(subst (GCC),gcc,$(subst icc_orig,icc,$(CC_VENDOR))) 112 CC_VENDOR := $(if $(filter cc,$(CC_VENDOR)),gcc,$(CC_VENDOR)) 119 # GCC: use -march=native only on x86 (where -mcpu doesn't exist); use -mcpu=native elsewhere 120 MARCHFLAG.gcc := $(if $(filter x86_64 i%86,$(UNAME_M)),-march=native,-mcpu=native) 121 MARCHFLAG.clang := $(MARCHFLAG.gcc) 124 OMP_SIMD_FLAG.gcc := -fopenmp-simd 125 OMP_SIMD_FLAG.clang := $(OMP_SIMD_FLAG.gcc) 128 OMP_FLAG.gcc := -fopenmp [all …]
|
| H A D | .gitlab-ci.yml | 24 - export COVERAGE=0 CC=gcc CXX=g++ FC=gfortran 72 - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran 181 - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran NVCC=nvcc GPU_CLANG=1 236 - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran NVCC=nvcc 320 # - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran HIPCC=hipcc 382 - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran HIPCC=hipcc 422 - export COVERAGE=1 CC=gcc CXX=g++ FC= NVCC=nvcc
|
| H A D | README.md | 49 The library attempts to automatically detect support for the AVX instruction set using gcc-style co… 62 if your compiler does not support gcc-style options, if you are cross compiling, etc.
|
| H A D | Doxyfile | 2305 # gcc). The argument of the tag is a list of macros of the form: name or
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 63 CC = gcc 110 CC_VENDOR := $(firstword $(filter gcc (GCC) clang cc icc icc_orig oneAPI XL emcc,$(subst -, ,$(shel… 111 CC_VENDOR := $(subst (GCC),gcc,$(subst icc_orig,icc,$(CC_VENDOR))) 112 CC_VENDOR := $(if $(filter cc,$(CC_VENDOR)),gcc,$(CC_VENDOR)) 119 # GCC: use -march=native only on x86 (where -mcpu doesn't exist); use -mcpu=native elsewhere 120 MARCHFLAG.gcc := $(if $(filter x86_64 i%86,$(UNAME_M)),-march=native,-mcpu=native) 121 MARCHFLAG.clang := $(MARCHFLAG.gcc) 124 OMP_SIMD_FLAG.gcc := -fopenmp-simd 125 OMP_SIMD_FLAG.clang := $(OMP_SIMD_FLAG.gcc) 128 OMP_FLAG.gcc := -fopenmp [all …]
|
| /libCEED/examples/nek/ |
| H A D | Makefile | 22 CC = gcc
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 38 #define CeedPragmaOptimizeOff _Pragma("GCC push_options") _Pragma("GCC optimize 0") 52 #define CeedPragmaOptimizeOn _Pragma("GCC pop_options")
|
| H A D | types.h | 118 #define CeedPragmaSIMD _Pragma("GCC ivdep")
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 151 …riment was run with release candidates of PETSc 3.14 and libCEED 0.7 using gcc-10 on EPYC and clan…
|
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 98 *out = -13; // appease the overzealous GCC compiler warning Gods in BinaryReadIntoInt()
|