This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/65594] New: libgomp.graphite/force-parallel-6.c timeout


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65594

            Bug ID: 65594
           Summary: libgomp.graphite/force-parallel-6.c timeout
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org

I run the gcc test suite with -j9 on an i7-930 (8 logical cores, 4 physical
cores) and 12 GB memory, and Ubuntu 14.04.1 LTS.

The only timeout I see is libgomp.graphite/force-parallel-6.c, and it occurs
regurarly, though not always:
...
PASS: libgomp.graphite/force-parallel-6.c (test for excess errors)
WARNING: program timed out.
FAIL: libgomp.graphite/force-parallel-6.c execution test
...

The timeout is 300 seconds:
...
build/gcc/xgcc -Bbuild/gcc/
src/libgomp/testsuite/libgomp.graphite/force-parallel-6.c 
-Bbuild/x86_64-unknown-linux-gnu/./libgomp/
-Bbuild/x86_64-unknown-linux-gnu/./libgomp/.libs
-Ibuild/x86_64-unknown-linux-gnu/./libgomp
-Isrc/libgomp/testsuite/../../include -Isrc/libgomp/testsuite/..
-fmessage-length=0 -fno-diagnostics-show-caret -fdiagnostics-color=never
-fopenmp  -ansi -pedantic-errors -O2  -ftree-parallelize-loops=4
-floop-parallelize-all  -fdump-tree-parloops-details -fdump-tree-optimized 
-fno-loop-strip-mine -fno-loop-block -fdump-tree-graphite-all  
-Lbuild/x86_64-unknown-linux-gnu/./libgomp/.libs -lm   -o
./force-parallel-6.exe    (timeout = 300)
...

The time to run it on a system not running any other tests is rougly one second
...
( export
LD_LIBRARY_PATH=".:build/x86_64-unknown-linux-gnu/./libgomp/.libs:build/gcc:build/gcc/32:.:build/x86_64-unknown-linux-gnu/./libgomp/.libs:build/gcc:build/gcc/32:build/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs:build/x86_64-unknown-linux-gnu/libsanitizer/.libs:build/x86_64-unknown-linux-gnu/libvtv/.libs:build/x86_64-unknown-linux-gnu/libcilkrts/.libs:build/x86_64-unknown-linux-gnu/libssp/.libs:build/x86_64-unknown-linux-gnu/libgomp/.libs:build/x86_64-unknown-linux-gnu/libitm/.libs:build/x86_64-unknown-linux-gnu/libatomic/.libs:build/./gcc:build/./prev-gcc:infra/lib";
time ./force-parallel-6.exe )
real    0m0.294s
user    0m1.128s
sys    0m0.041s
...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]