swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] infinite loop


From: Steve Railsback
Subject: Re: [Swarm-Support] infinite loop
Date: Thu, 19 Aug 2004 15:06:03 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Derek Farren wrote:

Sorry, but I forgot to say that Ctrl-C wasn´t working for some reason.... I
thought that maybe cygwin used other comands.

A Unix trick that seems to work in cygwin is to execute your model in background-- instead of typing:

  ./arborgames

to start up, type:

  ./arborgames &

Then, execution starts in the background so you can still type in commands as the model runs. And the operating system tells you a job number when your model starts- it will respond with something like:

 [1] 1002

Then you can always kill the job by typing in:

  kill 1002


Steve R.

--
Lang Railsback & Associates
250 California Ave.
Arcata CA 95521
707 822 0453; fax 822 1868



reply via email to

[Prev in Thread] Current Thread [Next in Thread]