Hi,
I tried eqOgre with svn version on multi nodes these two days, but it seemed
not working well. :<
At first, my cluster nodes are both installed WinXp with Cygwin ssh
installed.
Also I'v tested eqOgre with the stable version 0.4.1, that can work well. :)
The first is that the remote client can't lauched automaticly.
(I'v tried the commonds manually by ssh, which worked well.)
Maybe that is caused by the ssh command generated by Equalizer.dll.
After I changed the code of "Node::_createRemoteCommand" in
/src/lib/net/node.cpp
and replaced
" stringStream
<< quote << program << quote << " -- --eq-client " << quote
<< remoteData << node->_launchID << SEPARATOR << node->_workDir
<< SEPARATOR << node->_id << SEPARATOR << getType() << SEPARATOR
<< serialize() << quote;
"
by the old version of v0.4.1
"
stringStream
<< "\"'" << program << "' -- --eq-client '" << remoteData
<< node->_launchID << SEPARATOR << node->_workDir << SEPARATOR
<< node->_id << SEPARATOR << getType() << SEPARATOR << serialize()
<< "'\"";
"
I have no idea about 'quote', so it is difficult to find the real reason for
me.:)
Another one is about the Channel pixel viewport
I found that the horizontal splitting of channel if right.
But I can't make it to split channel vertically well.
There is no more example in eqPly about compounds.
Could you give me some advice to new more about compounds?
Cheers,
Changhui
_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com