Home
last modified time | relevance | path

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

/libCEED/.github/workflows/
H A Dc-fortran-test-linux-osx.yml14 compiler: [gcc, clang]
27 gcc)
29 echo "CC=gcc-15" >> $GITHUB_ENV
31 echo "CC=gcc" >> $GITHUB_ENV
H A Dc-fortran-test-arm64.yml14 compiler: [gcc, clang]
H A Dc-fortan-test-ppc64le.yml14 compiler: [gcc]
H A Dpython-test-with-style.yml14 compiler: [gcc]
/libCEED/
H A DMakefile63 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.yml24 - 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 DREADME.md49 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 DDoxyfile2305 # gcc). The argument of the tag is a list of macros of the form: name or
/libCEED/rust/libceed-sys/c-src/
H A DMakefile63 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 DMakefile22 CC = gcc
/libCEED/include/ceed/
H A Dbackend.h38 #define CeedPragmaOptimizeOff _Pragma("GCC push_options") _Pragma("GCC optimize 0")
52 #define CeedPragmaOptimizeOn _Pragma("GCC pop_options")
H A Dtypes.h118 #define CeedPragmaSIMD _Pragma("GCC ivdep")
/libCEED/doc/papers/joss/
H A Dpaper.md151 …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 Dmisc.c98 *out = -13; // appease the overzealous GCC compiler warning Gods in BinaryReadIntoInt()