Share

SPADES

Code

Programming Languages: C++

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2007-03-17 cvs -d:pserver:anonymous@spades-sim.cvs.sourceforge.net:/cvsroot/spades-sim login

cvs -z3 -d:pserver:anonymous@spades-sim.cvs.sourceforge.net:/cvsroot/spades-sim co -P modulename

Show:

What's happening?

  • Followup: RE: spades-1.10 build problem in OS X (10.4.9

    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

  • Followup: RE: Maximum number of agents?

    Unlike "select", "poll" system call does not have the limitation of 1024 fd value.

    2007-10-05 20:59:34 UTC by rajeshgautam

  • Followup: RE: Maximum number of agents?

    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

  • Maximum number of agents?

    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

  • spades-1.10 build problem in OS X (10.4.9)

    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

  • Comment: Number of clone arguments inconsistent

    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

  • Comment: Number of clone arguments inconsistent

    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

  • Comment: Error in compiling for AMD64

    Patch accepted.

    2007-03-17 17:05:08 UTC by patstg

  • SPADES

    patstg committed patchset 2595 of module spades to the SPADES CVS repository, changing 1 files.

    2007-03-17 17:03:44 UTC by patstg

  • SPADES

    patstg committed patchset 2594 of module spades to the SPADES CVS repository, changing 1 files.

    2007-03-17 17:03:05 UTC by patstg

Our Numbers