-
Hello Erik,
I have the same problem and still can't find a solution.
Have you found any solution since your post?
Steve
(I use Mac OS X 10.4.10)
2007-10-21 11:33:12 UTC by jedenast
-
Unlike "select", "poll" system call does not have the limitation of 1024 fd value.
2007-10-05 20:59:34 UTC by rajeshgautam
-
I figured out that the maximum number of agents could be 512. It is not because of the limitation of spades but because the fd_set used in "select" (#include <sys/select.h>) calls has a limit on the values of socket-id that could be passed to it. It is called FD_SETSIZE and is limited to 1024, and the pipes are opened in pairs (at world engine).
There does exist a check in...
2007-10-04 06:00:05 UTC by rajeshgautam
-
Hi,
It the information about maximum number of agents that SPADES can handle is documented?
I am testing with a large number of agents (700+). Earlier I was getting the error of "Too many open files", which I fixed by increasing the limit on per process open files in the system. Now I am getting following error messages when system is creating more that 512 agents. Are there any...
2007-10-04 02:31:05 UTC by rajeshgautam
-
configure works, but then when I make, I get:
---
testcloner.cpp: In function 'int main(int, char**)':
testcloner.cpp:153: error: 'CLONE_VM' was not declared in this scope
testcloner.cpp:153: error: 'CLONE_FS' was not declared in this scope
testcloner.cpp:153: error: 'CLONE_FILES' was not declared in this scope
testcloner.cpp:154: error: 'clone' was not declared in this scope
make[2]...
2007-05-22 14:29:08 UTC by rasman1978
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2007-04-01 02:20:07 UTC by sf-robot
-
I just checked in what I think is the right fix to override.cpp. Can you test it out?.
2007-03-17 17:05:48 UTC by patstg
-
Patch accepted.
2007-03-17 17:05:08 UTC by patstg
-
patstg committed patchset 2595 of module spades to the SPADES CVS repository, changing 1 files.
2007-03-17 17:03:44 UTC by patstg
-
patstg committed patchset 2594 of module spades to the SPADES CVS repository, changing 1 files.
2007-03-17 17:03:05 UTC by patstg