4
I Use This!
Very Low Activity

News

Analyzed about 5 hours ago. based on code collected about 18 hours ago.
Posted about 12 years ago by [email protected] (Stefan Eilemann)
From doc/README.Darwin: boost: RSP, the protocol used for multicast data distribution, requires boost::asio. The preferred way is to install MacPorts[1] and to 'sudo port install boost +universal+debug'. HTH, Stefan. -- View this message in context: [link]
Posted about 12 years ago by [email protected] (Zachos Georgios)
Hello, I'm trying to build Equalizer with buildyard on OSX 10.8. Boost libraries are building fine, but I get an error when building Lunchbox. It seems that some boost file is built for x86_64 where it's looking for i386 architecture: Linking CXX shared library ../lib/libLunchbox.dylib ld: warning: ignoring file
Posted over 12 years ago by [email protected] (Carlos Duelo)
Hi Stefan, I did as you told me: If you've got more troubles, simply remove config/hwloc.cmake and rebuild. Now I have compiled the 1.4 release and it is working. The problem was the GL driver, I have reinstalled it and now eqHello is working. Thank you for your help. Carlos --
Posted over 12 years ago by [email protected] (Stefan Eilemann)
What about 2-node.eqc? HTH, Stefan. -- View this message in context: [link] Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. ______________________________ _________________
Posted over 12 years ago by [email protected] (Stefan Eilemann)
Me again, I've now fixed [link], but your core problem is that window creation fails. So even with this fix you won't get a working application: 31483 PipeDraw1 /home/cduelo/eyeScale/Buildyar d.1.4/src/Equalizer/libs/eq/cl ient/window.cpp:395 227 System window initialization failed: Can't find matching pixel format (0x4022)
Posted over 12 years ago by [email protected] (Stefan Eilemann)
Hi, Not sure what the 1.5 version is, but I tried to reproduce with 1.4. I can't reproduce the hwloc link errors, this works for me. If you've got more troubles, simply remove config/hwloc.cmake and rebuild. I can reproduce the eqPly crash and will investigate it. Cheers, Stefan.
Posted over 12 years ago by [email protected] (Carlos Duelo)
Hello, I get a segmentation fault running the eqHello example using Equalizer 1.4 and 1.5. I have installed Ubuntu $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS" My GPU is NVIDIA Corporation GT200 [GeForce GTX 280] (rev a1)
Posted over 12 years ago by [email protected] (Stefan Eilemann)
Hi, You always need a unicast connection in addition to multicast. Multicast is only used when it's worth it, i.e., for object data distribution. With the current Equalizer version you shouldn't need eq--listen anymore, the client will set up the connections from the config file. Cheers,
Posted over 12 years ago by [email protected] (cxs)
Hi, I am new to Equalizer and want to configure Equalizer to use RSP connection (reliable multicast). I wrote a simple eqc file listed below and ran the "eqply" using the command "eqPly.exe --eq-listen 239.255.12.34:RSP --eq-client -m ... [More] rockerArm.ply" in node "192.168.1.101", and "eqPly.exe --eq-config rsp.eqc -m rockerArm.ply" in node "192.168.1.102". [Less]
Posted over 12 years ago by [email protected] (Stefan Eilemann)
I'm not sure the build.bat works at all. The steps described in the Buildyard README should work, though. HTH, Stefan. -- View this message in context: [link]