代码搜索:OpenMP
找到约 156 项符合「OpenMP」的源代码
代码结果 156
www.eeworm.com/read/366702/2867801
c pr29965-10.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// This is invalid code, but we don't emit diagnostics for it, nevertheless
// we test that we don't IC
www.eeworm.com/read/366702/2867838
c pr29965-9.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// This is invalid code, but we don't emit diagnostics for it, nevertheless
// we test that we don't IC
www.eeworm.com/read/475731/6776768
changelog
1.2.8
Changed memory.h to string.h -- apparently more standard
Added openmp extensions. This can have fairly linear speedups for larger FFT sizes.
1.2.7
Shrank the real-fft memory footpri
www.eeworm.com/read/378188/9242343
makeframe
#
# --- Makefile for parallel dense linear system solve (OpenMP version).
OBJECTS = numerics.o mod2b.o check.o matgen.o \
state.o wclock.o cclock.o
www.eeworm.com/read/378188/9242668
xrun
#!/bin/sh
#
# Execute script for a module program of the EuroBen OpenMP Benchmark.
#
LOGDIR=Log.`hostname`
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
LOGFILE=${LOGDIR}/$1.p0${OMP_NUM_THREADS}.log
else
www.eeworm.com/read/366702/2867736
c pr29965-6.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// { dg-do compile }
// { dg-options "-O2 -fopenmp" }
extern void baz () __attribute__ ((noreturn));
www.eeworm.com/read/366702/2867743
c pr29965-5.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// { dg-do compile }
// { dg-options "-O2 -fopenmp" }
extern void baz () __attribute__ ((noreturn));
www.eeworm.com/read/366702/2867748
c pr29965-2.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// { dg-do compile }
// { dg-options "-O2 -fopenmp" }
extern void baz () __attribute__ ((noreturn));
www.eeworm.com/read/366702/2867779
c pr29965-4.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// { dg-do compile }
// { dg-options "-O2 -fopenmp" }
extern void baz () __attribute__ ((noreturn));
www.eeworm.com/read/366702/2867805
c pr29965-1.c
// PR middle-end/29965
// Test that OpenMP construct bodies which never return don't cause ICEs.
// { dg-do compile }
// { dg-options "-O2 -fopenmp" }
extern void baz () __attribute__ ((noreturn));