Hi, On 9. Apr 2010, at 11:58, Kumar, Shree wrote:
> I am trying to run the equalizer examples on a GPU cluster. The > configuration files needed to run the equalizer application are > generated at runtime. > > Just figured out that the "--eq-server" option is not available on > any sample other than eqHello. They are supported, I just tested it with eqPly. You need an additional '-- ' before --eq-server to stop eqPly's command line parser (TCLAP): % ./build/Darwin/bin/eqPly.app/Contents/MacOS/eqPly -- --eq-server :1234 HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

