Re: [Paracomp-devel] Crash in pcSystemFinalize
Brought to you by:
shreekumar
|
From: Shree K. <shr...@hp...> - 2008-04-29 13:36:46
|
On Tue, 2008-04-29 at 12:20 +0000, Stefan Eilemann wrote: > If you set EQ_LOG_LEVEL to INFO, you should see a note that Paracomp > is used. Maybe for some reason it wasn't picked up on your system. > I depended on a warning from Paracomp (that pclib.conf) wasn't found for ensuring that Paracomp was indeed being used. > > > > > g++ -I.././build/Linux/include -O2 -g -m64 -fPIC -DLinux -DGLX - > DEQ_CHECK_THREADSAFETY -DEQ_USE_COMPRESSION -DGLEW_MX - > DEQ_USE_PARACOMP -Wall -Wnon-virtual-dtor -Wsign-promo -Wshadow -Wno- > unknown-pragmas -Wno-unused-parameter -Wno-write-strings -I/opt/ > paracomp/lib64/../include -m64 -fPIC -I/usr/X11R6/include - > DEQUALIZER_EXPORTS -DSUBDIR=\"./lib\" -c client/compositor.cpp -o .././ > obj/./lib/client/compositor.Linux.o > > g++ -o build/compositecpu.os -c -fPIC -O3 -g -Wall -DBUILD_x86_64 - > Ibuild -I. -I/home/eilemann/Software/paracomp/include -I/usr/mellanox/ > include -I/usr/local/ofed/include compositecpu.cpp > Seem the same to me. > > Additionally, (if you can try this!), compile equalizer with > > optimization enabled & debug symbols enabled (equivalent to "-O<n> - > > g"). > > Do the same with Paracomp - by adding a "-g" to the "-O<n>". > > > > After that, run "objdump -dS compositor.o" and "objdump -dS > > build/compositecpu.os" and get me both outputs. > Didn't see anything useful there :-( Turned out to be a more difficult exercise than I had expected. Ok - here is one more try. I have copied the equalizer depth compositing code itself into Paracomp (essentially a special case for debugging just this case) & comitted the change (rev 63). Can you try updating to that rev & run a quick performance test ? Thanks -- Shree |