gem5 opens up a number of ports when it starts for the terminal, debugging, etc. However if a number of gem5 instances startup at the same time they can conflict and you'll see the issue below.
If you add m5.disableAllListeners() to the python script your problem will go away. Ali On Aug 4, 2013, at 8:45 PM, Hao Wang <pkuwa...@gmail.com> wrote: > Hi. > > I get the following error: > panic: ListenSocket(listen): listen() failed! > @ cycle 0 > [listen:build/ALPHA/base/socket.cc, line 107] > > when I tried to run hundreds of simulations on a cluster. > > Each one is a single-core simulation in SE mode. > And I tried to limit the number of simulations on one node/machine to 4, but > this error still happens randomly. > > Any suggestions? > > Hao > > _______________________________________________ > gem5-users mailing list > gem5-users@gem5.org > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users