-
Hi George,
Sorry for the late response.
I've faced some dos2unix related problems myself in the past. Making this change will be good - one less thing to take care of. I'll put in this change in a couple of days & let you know. Hope that is acceptable.
Thanks
-- Shree.
2009-03-16 04:54:30 UTC by shreekumar
-
Hi Shree,
We've had a report where pclib.conf could not be read. Turns out the file was being created on a windows box(!) and then transferred to the linux_64 system (the cc and tcp port options were being tested for the user's firewall). I suspect this is going to be a very rare case (and a dos2unix on the file would fix the problem) but can the following be added to pcimpl.cpp at line 305...
2009-03-10 15:09:11 UTC by georgel99
-
Hi George,
Thanks for confirming this. I've pushed in the fix to the trunk (rev 105).
Regards
-- Shree.
2009-02-19 15:46:16 UTC by shreekumar
-
shreekumar committed revision 105 to the Parallel Compositing Library SVN repository, changing 1 files.
2009-02-19 15:45:47 UTC by shreekumar
-
Hi Shree,
Yes, hostname = hostname.substr(0,pos); fixes the problem for us.
Thanks,
George.
2009-02-18 13:32:13 UTC by georgel99
-
Accepting the bug, and assigning it to myself.
2009-02-18 12:01:28 UTC by shreekumar
-
Hi George,
You've found a bug. Thanks for finding this. As you say, line 355 should be modified. There are two alternatives :
1. hostname = m_hostList[i].substr(0, pos);
2. hostname = hostname.substr(0,pos);
Either will work, but (2) looks cleaner to me.
I remembered that something similar was happening in the control channel as well. I looked at the code there, and that looks...
2009-02-18 12:00:37 UTC by shreekumar
-
Sites have reported crashes when using the tcp interconnect in clusters due to not being able to resolve hostnames.
The problem appears to be in interconnecttcp.cpp (line 355 in the trunk). A loop is running over all supplied hostnames with some processing being done to remove the :id appended to the hostname (as requested by the API). Currently it does:
for(unsigned int...
2009-02-17 16:19:31 UTC by georgel99
-
shreekumar committed revision 104 to the Parallel Compositing Library SVN repository, changing 1 files.
2008-11-20 09:52:07 UTC by shreekumar
-
shreekumar committed revision 103 to the Parallel Compositing Library SVN repository, changing 1 files.
2008-11-20 09:21:31 UTC by shreekumar