From yuefengch@163.com Thu Aug 9 19:46:08 2007 Received: from m13-99.163.com (m13-99.163.com [220.181.13.99]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l79NjVh1010634 for ; Thu, 9 Aug 2007 19:46:07 -0400 Received: from 60.30.96.139 ( 60.30.96.139 [60.30.96.139] ) by ajax-webmail-wmsvr99 (Coremail) ; Fri, 10 Aug 2007 07:45:28 +0800 (CST) Date: Fri, 10 Aug 2007 07:45:28 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <612357573.5891186703128705.JavaMail.coremail@bj163app99.163.com> In-Reply-To: <200707311600.l6VG0Xcx014989@cscs01.cscs.lsa.umich.edu> References: <200707311600.l6VG0Xcx014989@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_554_215334224.1186703128704" X-Originating-IP: [192.168.208.59 (60.30.96.139)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] display X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2007 23:46:08 -0000 ------=_Part_554_215334224.1186703128704 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit hello, How to display the continuous space in Swarm. Only may Value2dDisplay and Object2dDisplay supply 2 dimension displaying of discrete space? Now I define a space througy double x,y, how to display them? Thank you! yuefengch ------=_Part_554_215334224.1186703128704 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
 
hello,
  How to display the continuous space in Swarm. Only may Value2dD= isplay and Object2dDisplay supply 2 dimension displaying of discrete space?=
  Now I define a space througy double x,y, how to display them?
  Thank you!
           &nbs= p;      yuefengch
 
 

 

=

=C4=E3 =CD=E6 =B9=FD =B4=F3 =B8=BB =CE=CC =C2=F0=A3=BF=D3=EB =C5=F3 = =D3=D1 =CD=F8 =C2=E7 =B6=D4 =D5=BD=A3=AC=BB=B9 =C4=DC =D2=BB =C6=F0 =CC=F4 = =D5=BD GM >> ------=_Part_554_215334224.1186703128704-- From pauljohn@ku.edu Thu Aug 9 20:03:49 2007 Received: from imc3.home.ku.edu (imc3.home.ku.edu [129.237.37.55]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7A03DiH012283 for ; Thu, 9 Aug 2007 20:03:49 -0400 Received: from authsmtp.ku.edu ([129.237.37.33]) by imc3.home.ku.edu with Microsoft SMTPSVC(6.0.3790.3959); Thu, 9 Aug 2007 19:03:13 -0500 Received: from [192.168.0.105] ([24.124.98.181]) by authsmtp.ku.edu with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 Aug 2007 19:03:12 -0500 Message-ID: <46BBAB40.30001@ku.edu> Date: Thu, 09 Aug 2007 19:03:12 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] display References: <200707311600.l6VG0Xcx014989@cscs01.cscs.lsa.umich.edu> <77830D303C6C574884A7083CC4012021068DCCEA@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCCEA@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Aug 2007 00:03:12.0765 (UTC) FILETIME=[D7E05AD0:01C7DAE1] X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pauljohn@ku.edu, Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 00:03:49 -0000 yuefengch wrote: > > hello, > How to display the continuous space in Swarm. Only may Value2dDisplay and Object2dDisplay supply 2 dimension displaying of discrete space? > Now I define a space througy double x,y, how to display them? > Thank you! > yuefengch > > THe screen of a computer is inherently a grid of pixels. Hence the best you can do is decide how big you want the grid to be on your screen and then inside the agents, convert the doubles to integers before you do the drawing on the raster. In my models, I have agents who are on a double based space, but on the grid display, the discretization is done with a cast (int), as in [r drawPointX: [self getCoordinate:space*2] Y:(int) [self getCoordinate:1+space*2] Color: policyColor]; Although that method does not round up. You can use C library functions floor() or such. -- Paul E. Johnson email: pauljohn@ku.edu Professor, Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From kavitg@gmail.com Fri Aug 10 08:56:30 2007 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7ACtsUd025061 for ; Fri, 10 Aug 2007 08:56:29 -0400 Received: by an-out-0708.google.com with SMTP id d18so158269and for ; Fri, 10 Aug 2007 05:55:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=hzXS6pDK0y1TS1hf+mHTZPgiE+7Ckjh+hJDTjVhi0Rpfdla1eIt6H2Mp3vLwjGJ6TROMiyOnvI9b0qEj8Y4E5oLhjlq+YkAqd+jRCetBt6bJOhsYEqH3BAzrYKukfHH/THif6+Y8trmg4PqEjjIEvS+koeV5pv+t38bt8x91dAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GRxI4y5rQs1APJvnfUiqiLxTxaVNA3GvdwsJb7NX3lRdy/n8c1d/e3hmPDwl19uHlLNnVIIHk9KYfxkUJ65TWVdGTo+wK2LJuDqOsoLeA+a11Uj/n3IO0NR5X8vUlUUyqxPoEles01ym8zshXy1JqbSWnZnm9f8Hd4LFETnhc8Q= Received: by 10.100.165.9 with SMTP id n9mr3153041ane.1186750553605; Fri, 10 Aug 2007 05:55:53 -0700 (PDT) Received: by 10.100.139.5 with HTTP; Fri, 10 Aug 2007 05:55:53 -0700 (PDT) Message-ID: <61cd21ad0708100555x60dd267bl769905330b7b00c6@mail.gmail.com> Date: Fri, 10 Aug 2007 18:25:53 +0530 From: "Kavita Gangal" To: "Swarm Support" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23598_1670206.1186750553435" Subject: [Swarm-Support] Query with Swarm X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 12:56:30 -0000 ------=_Part_23598_1670206.1186750553435 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I am trying to run my program on Windows XP from Eclipse. In my program I am getting the following error: *** event raised for error: InvalidArgument *** function: _i_Object_s__doesNotRecognize_(), file: /src/swarm/src/defobj/DefObject.m, line: 834 SwarmObject does not recognize Birth *** execution terminating due to error /src/swarm/src/defobj/Symbol.m:187 -[Error(c) _raiseEvent:] In the above error Birth( ) is a method defined by me in modelSwarm.java Before showing this error in eclipse a dialogue box is shown which says that Runtime Error! program: C:\Program Files\java\jre 1.5.0_12\bin\javaw.exe This application has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information Can some one please tell me what these errors are and how to eliminate them? -- Thanks and Regards, Kavita Gangal -- TIFR ------=_Part_23598_1670206.1186750553435 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all,
I am trying to run my program on Windows XP from Eclipse.

In my program I am getting the following error:

*** event raised for error: InvalidArgument
*** function: _i_Object_s__doesNotRecognize_(), file: /src/swarm/src/defobj/DefObject.m, line: 834

SwarmObject does not recognize Birth

*** execution terminating due to error
/src/swarm/src/defobj/Symbol.m:187 -[Error(c) _raiseEvent:]

In the above error Birth( ) is a method defined by me in modelSwarm.java
Before showing this error in eclipse a dialogue box is shown which says that

Runtime Error!
program: C:\Program Files\java\jre 1.5.0_12\bin\javaw.exe

This application has requested the Runtime to terminate in an unusual way.
Please contact the application's support team for more information

Can some one please tell me what these errors are and how to eliminate them?


--

Thanks and Regards,
Kavita Gangal
--
TIFR ------=_Part_23598_1670206.1186750553435-- From paojab@hotmail.com Fri Aug 10 09:21:44 2007 Received: from bay0-omc1-s23.bay0.hotmail.com (bay0-omc1-s23.bay0.hotmail.com [65.54.246.95]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7ADL9DY027690 for ; Fri, 10 Aug 2007 09:21:44 -0400 Received: from hotmail.com ([207.46.10.235]) by bay0-omc1-s23.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Fri, 10 Aug 2007 06:21:08 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 10 Aug 2007 06:21:08 -0700 Message-ID: Received: from 207.46.10.254 by by122fd.bay122.hotmail.msn.com with HTTP; Fri, 10 Aug 2007 13:21:07 GMT X-Originating-IP: [88.22.120.88] X-Originating-Email: [paojab@hotmail.com] X-Sender: paojab@hotmail.com From: "V Paone" To: Support@swarm.org Date: Fri, 10 Aug 2007 13:21:07 +0000 Mime-Version: 1.0 Content-Type: text/html; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 10 Aug 2007 13:21:08.0356 (UTC) FILETIME=[4FF3CC40:01C7DB51] Cc: Subject: [Swarm-Support] unsuscribe X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 13:21:45 -0000

please could you drop my mail from the list?

best regards



Live.com : F阾ez la nouvelle ann閑 quand vous le voulez avec MSN Hotmail sur votre mobile! From sanduku@gmail.com Fri Aug 10 09:33:42 2007 Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7ADX6tG028794 for ; Fri, 10 Aug 2007 09:33:42 -0400 Received: by mu-out-0910.google.com with SMTP id i2so828380mue for ; Fri, 10 Aug 2007 06:33:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fnzih67FBlPNfAcN9tS/yyrdgR51RvOxtDSdqhqmvR5Euk+oAHKd3XgQS+v1o9ERDP5KP2GtciwwvUtWA4I7ecfVc1/JBd7HRnwdGRK6y7E5KQS+SwcqyoMziqOa4se8a9ThYSh8f/rPObAFIy89MFzt0x+qpZkVD6OH7Exfirc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IeAaDwkzjWc8sJDT5zb11wqhqU5qUHMoxdegcR0+ktS/TvtmuGOGc8x1br+pH0g+JjTfxa80xGsIsqZ/54CayBGCHuFmCROGWMh4fyRZZOLxU5qKqA3RLx/p+peflMsJUhAhaNdBnk3/HIuDc7k3j7I9TOc888P9nu3km6CfzyU= Received: by 10.82.186.5 with SMTP id j5mr4933576buf.1186752785677; Fri, 10 Aug 2007 06:33:05 -0700 (PDT) Received: by 10.82.186.14 with HTTP; Fri, 10 Aug 2007 06:33:05 -0700 (PDT) Message-ID: <8a5cadcc0708100633h1016ad32h26a9c1a721eac06a@mail.gmail.com> Date: Fri, 10 Aug 2007 23:03:05 +0930 From: "paul box" To: "Swarm Support" Subject: Re: [Swarm-Support] unsuscribe In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by cscs01.cscs.lsa.umich.edu id l7ADX6tG028794 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 13:33:42 -0000 Hi Valerie I have unsubscribed you from the list. PS: I have read with interest your paper about China and Africa. Very interesting subject matter! Hope all is well. Paul On 8/10/07, V Paone wrote: > > > > please could you drop my mail from the list? > > best regards > > > > > ________________________________ > Live.com : F阾ez la nouvelle ann閑 quand vous le voulez avec MSN Hotmail sur > votre mobile! > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support > > -- ////////////////////////// // Paul Box // Alice Springs, NT Australia // From sanduku@gmail.com Fri Aug 10 09:34:49 2007 Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7ADYDXp028883 for ; Fri, 10 Aug 2007 09:34:49 -0400 Received: by fk-out-0910.google.com with SMTP id 18so759426fkq for ; Fri, 10 Aug 2007 06:34:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BA45njqhLcRQEVTfZYRN40abUWTIzvyH5VYMvIc44/VBePLv8ycOzpbp8wy7vgHFpmykCQ4SduZKyOT1/Y7/ZGqG+FMTU/EpLWDlxRM20OmRLXWk8w4DCFCoiA1nHaLtklViGEJiiiLmlVxeVhkyiV+pRzRqxpv1sLl7hrICqFc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M7K10XBkHI/VDIM+qayknUJ/2DCJHwQqIKfmCAGdAkgLzx4pB9NjImehdO4uyUzvfQ+fsQ8HjtchTRhGY6wIHPEJfurBi1Uo+cgpKBsrDTtDhlS7LSPyFLRHUjZWG5Idc0zuU5CobZhTAHucmScsQWmRPX1XYxIUAsi5rbitugU= Received: by 10.82.108.9 with SMTP id g9mr4955390buc.1186752850635; Fri, 10 Aug 2007 06:34:10 -0700 (PDT) Received: by 10.82.186.14 with HTTP; Fri, 10 Aug 2007 06:34:10 -0700 (PDT) Message-ID: <8a5cadcc0708100634x398d806ci975e0a887e58ac83@mail.gmail.com> Date: Fri, 10 Aug 2007 23:04:10 +0930 From: "paul box" To: "Swarm Support" Subject: Re: [Swarm-Support] unsuscribe In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by cscs01.cscs.lsa.umich.edu id l7ADYDXp028883 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 13:34:49 -0000 sorry for posting this to the swarm list!! On 8/10/07, V Paone wrote: > > > > please could you drop my mail from the list? > > best regards > > > > > ________________________________ > Live.com : F阾ez la nouvelle ann閑 quand vous le voulez avec MSN Hotmail sur > votre mobile! > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support > > -- ////////////////////////// // Paul Box // Alice Springs, NT Australia // From dacorredorq@gmail.com Fri Aug 10 10:10:55 2007 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7AEAJY4032492 for ; Fri, 10 Aug 2007 10:10:54 -0400 Received: by ug-out-1314.google.com with SMTP id t30so551971ugc for ; Fri, 10 Aug 2007 07:10:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Pj0vcyAfkQRKFR1tvbCdZAGa94uU1z6vvNqpVSN5y1v+c+uPUmiiutyNVb4BcFtRapZKoZNU0P86GtP22nVGNaiSu60UWx8eEf0vLk6g/4035800Zgj12J9L3zgL9EWhTOEbCi9BXW0TKWObZfk3yHEATeuycEve96f4NmVAP+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OKDtChsZ0Vp/2yoce1BDl5Ij15U3AteS7EqklEZblDms10iewI/ZK8nVbQpIHMJY5LZZTzg9XpxNIQJM6+tT6r+7wanHyhrAm8wKnfKOMkm8WLChkVSCa6kXl3uoP1fAF1Ti3FqSIbQ+3bYAIXEeo2UpLrUkI2AkM9NPsAm7UQ0= Received: by 10.66.237.14 with SMTP id k14mr3122026ugh.1186755018332; Fri, 10 Aug 2007 07:10:18 -0700 (PDT) Received: by 10.66.240.7 with HTTP; Fri, 10 Aug 2007 07:10:18 -0700 (PDT) Message-ID: Date: Fri, 10 Aug 2007 09:10:18 -0500 From: "Diego Corredor" To: "Swarm Support" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Swarm-Support] Averager bug X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 14:10:55 -0000 Hi Swarmers: I am using an averager in Java Swarm. When I calculate the average size of the agents, it equals the one I have been calculating manually. However, when I try to calculate the minimum size, it differs from the one I was calculating by myself. According to the stupidModel 8, the standard distribution of Java Swarm has a bug in the averager. I would like to know if the bug in the averager has something to do with the difference I am obtaining, or it is just something wrong in my script. Thanks, Diego Corredor From pietro.terna@unito.it Fri Aug 10 13:14:21 2007 Received: from eco83.econ.unito.it (eco83.econ.unito.it [130.192.102.83]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7AHDjMM018343 for ; Fri, 10 Aug 2007 13:14:21 -0400 Received: from PC-pt.unito.it (eco83.econ.unito.it [130.192.102.83]) by eco83.econ.unito.it (8.12.10/8.12.10) with ESMTP id l7AHDdat007067 for ; Fri, 10 Aug 2007 19:13:43 +0200 Message-Id: <200708101713.l7AHDdat007067@eco83.econ.unito.it> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 10 Aug 2007 19:12:52 +0200 To: Swarm Support From: Pietro Terna Subject: Re: [SPAM] [Swarm-Support] Averager bug In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 17:14:21 -0000 Hi Diego, yes, I think you are correct. To avoid the problem you need to copy in Swarm-2.2-java\bin the javaswarm.dll library announced at http://www.santafe.edu/~mgd/javaswarm.dll within the http://www.swarm.org/wiki/Swarm:_stable_release page. The problem is that the http://www.santafe.edu/~mgd/javaswarm.dll link seems to be broken. Can someone of the SDG group to fix it? Other solution: I've a copy of that file and I can provide it at an address of mine (it's not useful to attach it to an email, being that file about 10Mb large). A side negative effect of that version of the javaswarm.dll library is that the Save button produces a currupted .swarmArchiver file. Best, Pietro At 01.49 11/08/2007, you wrote: >Hi Swarmers: > >I am using an averager in Java Swarm. When I calculate the average >size of the agents, it equals the one I have been calculating >manually. However, when I try to calculate the minimum size, it >differs from the one I was calculating by myself. > >According to the stupidModel 8, the standard distribution of Java >Swarm has a bug in the averager. > >I would like to know if the bug in the averager has something to do >with the difference I am obtaining, or it is just something wrong in >my script. > >Thanks, > >Diego Corredor >_______________________________________________ >Support mailing list >Support@swarm.org >http://www.swarm.org/mailman/listinfo/support > > > > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.5.476 / Virus Database: 269.11.13/946 - Release Date: >10/08/2007 15.50 From mgd@santafe.edu Fri Aug 10 13:25:10 2007 Received: from mailwasher-b.lanl.gov (mailwasher.lanl.gov [192.65.95.54]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7AHOZS9019346 for ; Fri, 10 Aug 2007 13:25:10 -0400 Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by mailwasher-b.lanl.gov (8.13.8/8.13.6/(ccn-5)) with ESMTP id l7AHOV49017423 for ; Fri, 10 Aug 2007 11:24:32 -0600 Received: from [128.165.24.84] (maxine.lanl.gov [128.165.24.84]) by mailrelay2.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l7AHOVTb007376 for ; Fri, 10 Aug 2007 11:24:31 -0600 Message-ID: <46BC9F4E.50009@santafe.edu> Date: Fri, 10 Aug 2007 11:24:30 -0600 From: "Marcus G. Daniels" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] [Swarm-Support] Averager bug References: <200708101713.l7AHDdat007067@eco83.econ.unito.it> In-Reply-To: <200708101713.l7AHDdat007067@eco83.econ.unito.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.7.1.128075 X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: mgd@santafe.edu X-Spam-Status: No X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 17:25:10 -0000 Pietro Terna wrote: > Can someone of the SDG group to fix it? Here's an alternative URL: http://www.snoutfarm.com/swarm/javaswarm.dll From dacorredorq@gmail.com Fri Aug 10 15:30:01 2007 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7AJTPAd031123 for ; Fri, 10 Aug 2007 15:30:01 -0400 Received: by ug-out-1314.google.com with SMTP id t30so591319ugc for ; Fri, 10 Aug 2007 12:29:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mVQzj81K+pVTXxFnwHWNOKW8zj/t7Tp83WbHcqnFbLu2rsq4/0cLre2IQX5DkNO0uwKnkPCJ1s474KKCy7fpJW94bclLjDsW20a79m7SqRlJyqgpY4uTO0wi07VAwKgA3Cc26JstwN8JUt5nxKTqsRou0+wJAYXspXELOHILFwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sCGziUpAZ8LOPtldXzP4AhldoWm8sVNwIxyRfu7zciWFiXUJFz0C9HIXxufUnX1KXkZNacM5G+El/D/mqHuN7Wc8EmBlQy14umZetUszZdtd2zmejvqxLnzxeyrKA0UxAvqy8O5tr3MN4MlBWKC82v7KbqCwGgcCr2FTW0JZPig= Received: by 10.67.19.11 with SMTP id w11mr3289334ugi.1186774164550; Fri, 10 Aug 2007 12:29:24 -0700 (PDT) Received: by 10.66.240.7 with HTTP; Fri, 10 Aug 2007 12:29:24 -0700 (PDT) Message-ID: Date: Fri, 10 Aug 2007 14:29:24 -0500 From: "Diego Corredor" To: "Swarm Support" Subject: Re: [SPAM] [Swarm-Support] Averager bug In-Reply-To: <46BC9F4E.50009@santafe.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708101713.l7AHDdat007067@eco83.econ.unito.it> <46BC9F4E.50009@santafe.edu> X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 19:30:01 -0000 Now, it is working perfectly!!!! Thank you both 2007/8/10, Marcus G. Daniels : > Pietro Terna wrote: > > Can someone of the SDG group to fix it? > Here's an alternative URL: > > http://www.snoutfarm.com/swarm/javaswarm.dll > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support > From yuefengch@163.com Fri Aug 10 19:10:50 2007 Received: from m13-56.163.com (m13-56.163.com [220.181.13.56]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l7ANACCq020320 for ; Fri, 10 Aug 2007 19:10:48 -0400 Received: from 60.30.96.143 ( 60.30.96.143 [60.30.96.143] ) by ajax-webmail-wmsvr56 (Coremail) ; Sat, 11 Aug 2007 07:10:07 +0800 (CST) Date: Sat, 11 Aug 2007 07:10:07 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <1880924.10521186787407651.JavaMail.coremail@bj163app56.163.com> In-Reply-To: <200708101600.l7AG03KS011192@cscs01.cscs.lsa.umich.edu> References: <200708101600.l7AG03KS011192@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_874_16109513.1186787407650" X-Originating-IP: [192.168.208.51 (60.30.96.143)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] Re:Support Digest, Vol 38, Issue 2 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 23:10:50 -0000 ------=_Part_874_16109513.1186787407650 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: quoted-printable hi, Thank you give me help on display. I want to get the example you have= realized in double model and cast(int)display. Thank you! = yuefengch Message: 2 Date: Thu, 09 Aug 2007 19:03:12 -0500 Fr= om: Paul Johnson Subject: Re: [Swarm-Support] display To:= Swarm Support Message-ID: <46BBAB40.30001@ku.edu> Cont= ent-Type: text/plain; charset=3DGB2312 yuefengch wrote: > > hello, > How to= display the continuous space in Swarm. Only may Value2dDisplay and Object2= dDisplay supply 2 dimension displaying of discrete space? > Now I define a = space througy double x,y, how to display them? > Thank you! > yuefengch > >= THe screen of a computer is inherently a grid of pixels. Hence the best yo= u can do is decide how big you want the grid to be on your screen and then = inside the agents, convert the doubles to integers before you do the drawin= g on the raster. In my models, I have agents who are on a double based spac= e, but on the grid display, the discretization is done with a cast (int), a= s in [r drawPointX: [self getCoordinate:space*2] Y:(int) [self getCoordinat= e:1+space*2] Color: policyColor]; Although that method does not round up. Y= ou can use C library functions floor() or such. -- Paul E. Johnson email: p= auljohn@ku.edu Professor, Political Science http://pj.freefaculty.org 1541 = Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Ka= nsas 66044-3177 FAX: (785) 864-5700 ------------------------------ Message:= 3 Date: Fri, 10 Aug 2007 18:25:53 +0530 From: "Kavita Gangal" Subject: [Swarm-Support] Query with Swarm To: "Swarm Support" Message-ID: <61cd21ad0708100555x60dd267bl769905330b7b00c6@mai= l.gmail.com> Content-Type: text/plain; charset=3D"iso-8859-1" ------=_Part_874_16109513.1186787407650 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
hi,
   Thank you give me help on display. I want = to get the example you have realized in double model and cast(int)disp= lay. 
   Thank you!
           &nbs= p;            &= nbsp;   yuefengch 
Message: 2
Date: Thu, 09 Aug 2007 19:03:12 -0500
From: Paul Johnson <pauljohn@ku.edu>
Subject: Re: [Swarm-Support] display
To: Swarm Support <support@swarm.org>
Message-ID: <46BBAB40.30001@ku.edu>
Content-Type: text/plain; charset=3DGB2312

yuefengch wrote:
> =20
> hello,
>   How to display the continuous space in Swarm. Only may Value2dDispla=
y and Object2dDisplay supply 2 dimension displaying of discrete space?
>   Now I define a space througy double x,y, how to display them?
>   Thank you!
>                   yuefengch
> =20
>  =20
THe screen of a computer is inherently a grid of pixels. Hence the best
you can do is decide how big you want the grid to be on your screen and
then inside the agents, convert the doubles to integers before you do
the drawing on the raster. In my models, I have agents who are on a
double based space, but on the grid display, the discretization is done
with a cast (int), as in

[r drawPointX: [self getCoordinate:space*2] Y:(int) [self
getCoordinate:1+space*2] Color: policyColor];

Although that method does not round up. You can use C library functions
floor() or such.

--=20
Paul E. Johnson                       email: pauljohn@ku.edu
Professor, Political Science          http://pj.freefaculty.org
1541 Lilac Lane, Rm 504                             =20
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66044-3177           FAX: (785) 864-5700



------------------------------

Message: 3
Date: Fri, 10 Aug 2007 18:25:53 +0530
From: "Kavita Gangal" <kavitg@gmail.com>
Subject: [Swarm-Support] Query with Swarm
To: "Swarm Support" <support@swarm.org>
Message-ID:
=09<61cd21ad0708100555x60dd267bl769905330b7b00c6@mail.gmail.com>
Content-Type: text/plain; charset=3D"iso-8859-1"




8=A1=A415 =A1=B6=B4=F3 =BB=B0 =CE=F7 =D3=CE 3=A1=B7=B6=AF =C8=CB =B9= =AB =B2=E2=A3=A1=B5=E3 =BB=F7 =B4=CB =B4=A6 =C7=C0 =CF=C8 =CF=C2 =D4=D8 =D7= =EE =D0=C2 =BF=CD =BB=A7 =B6=CB >> ------=_Part_874_16109513.1186787407650-- From yuefengch@163.com Sun Aug 12 03:52:50 2007 Received: from m13-99.163.com (m13-99.163.com [220.181.13.99]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l7C7qB7E006095 for ; Sun, 12 Aug 2007 03:52:48 -0400 Received: from 121.43.206.119 ( 121.43.206.119 [121.43.206.119] ) by ajax-webmail-wmsvr99 (Coremail) ; Sun, 12 Aug 2007 15:52:06 +0800 (CST) Date: Sun, 12 Aug 2007 15:52:06 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <221616259.423551186905126750.JavaMail.coremail@bj163app99.163.com> In-Reply-To: <200708111600.l7BG0431018113@cscs01.cscs.lsa.umich.edu> References: <200708111600.l7BG0431018113@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_43351_886758977.1186905126749" X-Originating-IP: [192.168.208.52 (121.43.206.119)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] debug X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 07:52:50 -0000 ------=_Part_43351_886758977.1186905126749 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit hello, How to debug swarm application into exe file? Thank you! yuefengch ------=_Part_43351_886758977.1186905126749 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
hello,
   How to debug swarm application into exe file?
   Thank you!
           &nbs= p;             = yuefengch
 
 
 

 

=

=C4=E3 =CD=E6 =B9=FD =B4=F3 =B8=BB =CE=CC =C2=F0=A3=BF=D3=EB =C5=F3 = =D3=D1 =CD=F8 =C2=E7 =B6=D4 =D5=BD=A3=AC=BB=B9 =C4=DC =D2=BB =C6=F0 =CC=F4 = =D5=BD GM >> ------=_Part_43351_886758977.1186905126749-- From sanduku@gmail.com Sun Aug 12 05:22:04 2007 Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7C9LSBc006554 for ; Sun, 12 Aug 2007 05:22:03 -0400 Received: by fk-out-0910.google.com with SMTP id 18so1250730fkq for ; Sun, 12 Aug 2007 02:21:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LRHzlFhsz2qkpgBn1WAVFdTyTaZf1IN3m5wq+dOPt7/JLlH3DUaEY4XuwZnLE/MYhbpUUyubpQCF4V/p/FfZmxpvMNrWtGU3j6NCCsWKnoAk0t59QI8XY+JYXAly573wMObN9KWmadGG/fhIsFO1+BR+B0GycxwjfsySfZexhSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kfb9qbuXxZ9I7oDrIzsdLR99OpU5YkY8AfGM2Oyi1KNf/8WfabcW6yHCtz/68veG2YyHaLzrObE3cGVbqvXNyi1uSx+BN/cFk8Utm/RJankIfPtAJ9rbAdahPdy/WCWVtaG5uHbaD2MIY73BppIZgdHRFJq7C+oUrxoAqnbix8E= Received: by 10.82.178.11 with SMTP id a11mr2521104buf.1186910486463; Sun, 12 Aug 2007 02:21:26 -0700 (PDT) Received: by 10.82.186.14 with HTTP; Sun, 12 Aug 2007 02:21:26 -0700 (PDT) Message-ID: <8a5cadcc0708120221ia358d8cwd68b1b2a3a79e127@mail.gmail.com> Date: Sun, 12 Aug 2007 18:51:26 +0930 From: "paul box" To: "Swarm Support" Subject: Re: [Swarm-Support] debug In-Reply-To: <221616259.423551186905126750.JavaMail.coremail@bj163app99.163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Disposition: inline References: <200708111600.l7BG0431018113@cscs01.cscs.lsa.umich.edu> <221616259.423551186905126750.JavaMail.coremail@bj163app99.163.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by cscs01.cscs.lsa.umich.edu id l7C9LSBc006554 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 09:22:04 -0000 Hi Yuefung Would you mind rephrasing the question? Do you mean debugging the application once it's running, or debugging an executable when an executable is all you have? On 8/12/07, yuefengch wrote: > hello, > How to debug swarm application into exe file? > Thank you! > yuefengch > > > > > > > > > ________________________________ > 你 玩 过 大 富 翁 吗?与 朋 友 网 络 对 战,还 能 一 起 挑 战 GM >> > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support > > -- ////////////////////////// // Paul Box // Alice Springs, NT Australia // From pauljohn@ku.edu Sun Aug 12 14:08:48 2007 Received: from imc3.home.ku.edu (imc3.home.ku.edu [129.237.37.55]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7CI8Dqd018793 for ; Sun, 12 Aug 2007 14:08:48 -0400 Received: from authsmtp.ku.edu ([129.237.37.33]) by imc3.home.ku.edu with Microsoft SMTPSVC(6.0.3790.3959); Sun, 12 Aug 2007 13:08:12 -0500 Received: from [192.168.0.105] ([24.124.98.181]) by authsmtp.ku.edu with Microsoft SMTPSVC(6.0.3790.1830); Sun, 12 Aug 2007 13:08:11 -0500 Message-ID: <46BF4C8B.9060901@ku.edu> Date: Sun, 12 Aug 2007 13:08:11 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] debug References: <200708111600.l7BG0431018113@cscs01.cscs.lsa.umich.edu> <77830D303C6C574884A7083CC4012021068DCD1F@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCD1F@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Aug 2007 18:08:11.0870 (UTC) FILETIME=[BECAF7E0:01C7DD0B] X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pauljohn@ku.edu, Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 18:08:48 -0000 yuefengch wrote: > hello, > How to debug swarm application into exe file? > Thank you! > yuefengch > > > Take a look in here for 3 memos we wrote on how to use the gnu debugger http://pj.freefaculty.org/SwarmFaq/Memos/ -- Paul E. Johnson email: pauljohn@ku.edu Professor, Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From yuefengch@163.com Sun Aug 12 19:55:51 2007 Received: from m13-15.163.com (m13-15.163.com [220.181.13.15]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l7CNtDqw019936 for ; Sun, 12 Aug 2007 19:55:49 -0400 Received: from 60.30.96.138 ( 60.30.96.138 [60.30.96.138] ) by ajax-webmail-wmsvr15 (Coremail) ; Mon, 13 Aug 2007 07:55:13 +0800 (CST) Date: Mon, 13 Aug 2007 07:55:13 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <25340505.14261186962913145.JavaMail.coremail@bj163app15.163.com> In-Reply-To: <200708121600.l7CG03kn008053@cscs01.cscs.lsa.umich.edu> References: <200708121600.l7CG03kn008053@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_1428_273025.1186962913143" X-Originating-IP: [192.168.208.58 (60.30.96.138)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] Re:Support Digest, Vol 38, Issue 4 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 23:55:51 -0000 ------=_Part_1428_273025.1186962913143 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: quoted-printable Hi PJ, Sorry, my obscure question. I mean debugging an simulation program= I have developped and executed in swarm. The target lie in I can use the s= imulation program out of Swarm environment. So I can show my research fruit= to not a swarm user only bring a exe file. sinicerely yo= urs, yuefengch =D4=DA2007-08-13=A3=ACsupport-request@swarm.org =D0=B4=B5=C0=A3=BA Send Support mailing list submissions to support@swarm.org To subscribe or = unsubscribe via the World Wide Web, visit http://www.swarm.org/mailman/list= info/support or, via email, send a message with subject or body 'help' to s= upport-request@swarm.org You can reach the person managing the list at supp= ort-owner@swarm.org When replying, please edit your Subject line so it is m= ore specific than "Re: Contents of Support digest..." Today's Topics: 1. de= bug (yuefengch) 2. Re: debug (paul box) -----------------------------------= ----------------------------------- Message: 1 Date: Sun, 12 Aug 2007 15:52= :06 +0800 (CST) From: yuefengch Subject: [Swarm-Support= ] debug To: support@swarm.org Message-ID: <221616259.423551186905126750.Jav= aMail.coremail@bj163app99.163.com> Content-Type: text/plain; charset=3D"gbk= " hello, How to debug swarm application into exe file? Thank you! yuefengch= -------------- next part -------------- An HTML attachment was scrubbed...= URL: http://www.swarm.org/pipermail/support/attachments/20070812/099b5983/= attachment-0001.htm ------------------------------ Message: 2 Date: Sun, 12= Aug 2007 18:51:26 +0930 From: "paul box" Subject: Re: = [Swarm-Support] debug To: "Swarm Support" Message-ID: <= 8a5cadcc0708120221ia358d8cwd68b1b2a3a79e127@mail.gmail.com> Content-Type: t= ext/plain; charset=3DGB2312 Hi Yuefung Would you mind rephrasing the questi= on? Do you mean debugging the application once it's running, or debugging a= n executable when an executable is all you have? On 8/12/07, yuefengch wrote: > hello, > How to debug swarm application into exe f= ile? > Thank you! > yuefengch > > > > > > > > > ___________________________= _____ > ?? ?? ?? ?=A8=AE ?? ?? ?????? ?=A8=AE ?? ?? ?? ?? ?????? ?? ?? ?? ?= ? ?? GM >> > _______________________________________________ > Support mail= ing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/suppor= t > > -- ////////////////////////// // Paul Box // Alice Springs, NT Austra= lia // ------------------------------ _____________________________________= __________ Support mailing list Support@swarm.org http://www.swarm.org/mail= man/listinfo/support End of Support Digest, Vol 38, Issue 4 ***************= *********************** ------=_Part_1428_273025.1186962913143 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
Hi PJ,
   Sorry, my obscure question. I mean debugging an simulatio= n program I have developped and executed in swarm. The target lie in I= can use the simulation program out of Swarm environment. So I can show my = research fruit to not a swarm user only bring a exe file.
           &nbs= p;       sinicerely yours,   &= nbsp;         
           &nbs= p;        yuefengch

=D4=DA2007-08-13=A3=ACsupport-request@swarm.org =D0=B4=B5= =C0=A3=BA
Send Support mailing list sub=
missions to
=09support@swarm.org

To subscribe or unsubscribe via the World Wide Web, visit
=09http://www.swarm.org/mailman/listinfo/support
or, via email, send a message with subject or body 'help' to
=09support-request@swarm.org

You can reach the person managing the list at
=09support-owner@swarm.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Support digest..."


Today's Topics:

   1. debug (yuefengch)
   2. Re: debug (paul box)


----------------------------------------------------------------------

Message: 1
Date: Sun, 12 Aug 2007 15:52:06 +0800 (CST)
From: yuefengch <yuefengch@163.com>
Subject: [Swarm-Support] debug
To: support@swarm.org
Message-ID:
=09<221616259.423551186905126750.JavaMail.coremail@bj163app99.163.com>=
;
Content-Type: text/plain; charset=3D"gbk"

hello,   How to debug swarm application into exe file?   Thank you!        =
                 yuefengch  =20
=20
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.swarm.org/pipermail/support/attachments/20070812/099b5983/a=
ttachment-0001.htm

------------------------------

Message: 2
Date: Sun, 12 Aug 2007 18:51:26 +0930
From: "paul box" <sanduku@gmail.com>
Subject: Re: [Swarm-Support] debug
To: "Swarm Support" <support@swarm.org>
Message-ID:
=09<8a5cadcc0708120221ia358d8cwd68b1b2a3a79e127@mail.gmail.com>
Content-Type: text/plain; charset=3DGB2312

Hi Yuefung

Would you mind rephrasing the question?  Do you mean debugging the
application once it's running, or debugging an executable when an
executable is all you have?

On 8/12/07, yuefengch <yuefengch@163.com> wrote:
> hello,
>    How to debug swarm application into exe file?
>    Thank you!
>                          yuefengch
>
>
>
>
>
>
>
>
> ________________________________
> ?? ?? ?? ?=A8=AE ?? ?? ?????? ?=A8=AE ?? ?? ?? ?? ?????? ?? ?? ?? ?? ?=
? GM >>
> _______________________________________________
> Support mailing list
> Support@swarm.org
> http://www.swarm.org/mailman/listinfo/support
>
>


--=20
//////////////////////////
// Paul Box
// Alice Springs, NT  Australia
//



------------------------------

_______________________________________________
Support mailing list
Support@swarm.org
http://www.swarm.org/mailman/listinfo/support


End of Support Digest, Vol 38, Issue 4
**************************************



=C4=E3 =CD=E6 =B9=FD =B4=F3 =B8=BB =CE=CC =C2=F0=A3=BF=D3=EB =C5=F3 = =D3=D1 =CD=F8 =C2=E7 =B6=D4 =D5=BD=A3=AC=BB=B9 =C4=DC =D2=BB =C6=F0 =CC=F4 = =D5=BD GM >> ------=_Part_1428_273025.1186962913143-- From kavitg@gmail.com Tue Aug 14 08:38:38 2007 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7ECc3mI008854 for ; Tue, 14 Aug 2007 08:38:38 -0400 Received: by an-out-0708.google.com with SMTP id d18so333610and for ; Tue, 14 Aug 2007 05:38:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=WgCPm+mNxcOMAiEAV7Fks9orZkf+TIvY4/2H7WiskLD9WAxmF0KLn5RLkHWRUMAheF9paSGLZjmWBsTg1jSf2xCuckKsJn+JPLCnBFEU3QTbhHvWZpvrCKscR+/vUPdxrDX4Y5rBQSWy8nl/EKZILsTolpZAwcR7Cz9S21IS9b8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fVtZCRbBVtlqLCZhzdW3YYB2gaTuZ00yEOnSm7e+9R5Hp8hsrH8QzX9hM42xUNPS2TIBWsEqvJSo6gYP8Ao36dBtK3GvDJ5mwV3ACwH+596bGAxIB419/o3A+EPRgyl1TgifqF6EFKYtai7vzlH2dk0DH0n7wndQZn59l4O+Jog= Received: by 10.100.198.18 with SMTP id v18mr5682889anf.1187095082243; Tue, 14 Aug 2007 05:38:02 -0700 (PDT) Received: by 10.100.139.5 with HTTP; Tue, 14 Aug 2007 05:38:02 -0700 (PDT) Message-ID: <61cd21ad0708140538g2f3af326kd4aa815698da33f3@mail.gmail.com> Date: Tue, 14 Aug 2007 18:08:02 +0530 From: "Kavita Gangal" To: "Swarm Support" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10492_20657646.1187095082207" Subject: [Swarm-Support] Examples of Nested Swarms? X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 12:38:38 -0000 ------=_Part_10492_20657646.1187095082207 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I wanted to know whether there are any examples available of the Multiple or Nested swarms. The jHeatBug model or even the tutorials(SimpleBug to ObserverBug3) cover examples of a single swarm only. Can anyone please give me the other examples? -- Thanks and Regards, Kavita Gangal -- TIFR ------=_Part_10492_20657646.1187095082207 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,

I wanted to know whether there are any examples available of the Multiple or Nested swarms.

The jHeatBug model or even the tutorials(SimpleBug to ObserverBug3) cover examples of a single swarm only.

Can anyone please give me the other examples?

--

Thanks and Regards,
Kavita Gangal
--
TIFR ------=_Part_10492_20657646.1187095082207-- From mgd@santafe.edu Tue Aug 14 09:31:52 2007 Received: from elasmtp-scoter.atl.sa.earthlink.net (elasmtp-scoter.atl.sa.earthlink.net [209.86.89.67]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7EDVHNB014040 for ; Tue, 14 Aug 2007 09:31:52 -0400 Received: from c-67-164-151-123.hsd1.nm.comcast.net ([67.164.151.123] helo=[127.0.0.1]) by elasmtp-scoter.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1IKwUO-0007qU-PE for support@swarm.org; Tue, 14 Aug 2007 09:31:17 -0400 Message-ID: <46C1AEA2.3080200@santafe.edu> Date: Tue, 14 Aug 2007 07:31:14 -0600 From: "Marcus G. Daniels" User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Examples of Nested Swarms? References: <61cd21ad0708140538g2f3af326kd4aa815698da33f3@mail.gmail.com> In-Reply-To: <61cd21ad0708140538g2f3af326kd4aa815698da33f3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 14f9d1cd1a21668cea395ccc09391deb94f5150ab1c16ac0c864d17e3813b99a69cb787f252342adebd7054642251f5e350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 67.164.151.123 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 13:31:52 -0000 Hi Kavita, > I wanted to know whether there are any examples available of the > Multiple or Nested swarms. > The SDG model has nested Swarms. http://cvs.savannah.nongnu.org/viewvc/apps/java/SDG/?root=swarm From Steve@LangRailsback.com Tue Aug 14 10:37:45 2007 Received: from humboldt1.com (exthelm-1.humboldt1.com [206.13.45.11]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7EEb9Ym020929 for ; Tue, 14 Aug 2007 10:37:45 -0400 Received: from [127.0.0.1] (69-12-249-151.dsl.dynamic.humboldt1.com [69.12.249.151]) by humboldt1.com (8.13.4/8.13.4) with ESMTP id l7EEQRpE001500 for ; Tue, 14 Aug 2007 07:26:48 -0700 Message-ID: <46C1BDF9.9030903@LangRailsback.com> Date: Tue, 14 Aug 2007 07:36:41 -0700 From: Steve Railsback User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Examples of Nested Swarms? References: <61cd21ad0708140538g2f3af326kd4aa815698da33f3@mail.gmail.com> In-Reply-To: <61cd21ad0708140538g2f3af326kd4aa815698da33f3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 14:37:45 -0000 Kavita Gangal wrote: > Hello, > > I wanted to know whether there are any examples available of the > Multiple or Nested swarms. We (Steve Jackson did the coding) wrote a salmon model in which each life stage (adults migrating upstream, juveniles living in streams, juveniles migrating to the ocean, and adults in the ocean) is a different swarm, with different spaces and schedules etc. In fact, the juvenile model has multiple swarms for each stream that fish spawn in---the number of these swarms is determined from the input files. When a fish survives from one life stage to the next, it is removed from one swarm and added to another. We've never published the model except in an informal report but I would be happy to send you the code & report. I have rashly claimed it to be the gnarliest Swarm code ever, but Tim Kohler and others might disagree. Steve Railsback From dacorredorq@gmail.com Tue Aug 14 19:50:31 2007 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7ENntAQ012192 for ; Tue, 14 Aug 2007 19:50:30 -0400 Received: by ug-out-1314.google.com with SMTP id t30so178159ugc for ; Tue, 14 Aug 2007 16:49:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=of9RjqZ5KfWyY08HPIcZEWer5PzkBT9Ijx13ro/15qLALD+ffaADvmHa+/1YwT4PoyBdZPJoq+XpullswMD8g5XKdjLQvgq9pD89gkOfXojYHvPm2e09fMWgiN2aOiNvYuLfaP22UkWuGK9SrTLdQjd/Z4e3tEZ8pYTWR8iut3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Oqa82IvoBzm7ktebNipFi/96ntVNfVDS7XiTVKbKNqUn0YFaojLBM0KegK1KTXg4LY0oUoIW1kZalBOPJ5KgNEXirf/OdN5EDTMNLlWgRil6A3bM5rJIp1OW1jmW6Bw03RnZLjN4ntl+8krGlND/0INGebWDoC+N/bCqiO4Ck7w= Received: by 10.67.97.18 with SMTP id z18mr986237ugl.1187135393905; Tue, 14 Aug 2007 16:49:53 -0700 (PDT) Received: by 10.66.240.7 with HTTP; Tue, 14 Aug 2007 16:49:53 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 18:49:53 -0500 From: "Diego Corredor" To: "Swarm Support" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Swarm-Support] Control Panel Save Button X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 23:50:31 -0000 Hi, I have a problem with the "Save" Button in the Control Panel. Every time I push that button the java swarm de-configures and the only way to repair it is to install everything again (java run time environment, the eclipse and the javaSwarm). I read once that the save button was used to keep the position of all observer windows. Is there any other way to do that? Thanks, Diego Corredor From pietro.terna@unito.it Wed Aug 15 05:51:14 2007 Received: from eco83.econ.unito.it (eco83.econ.unito.it [130.192.102.83]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7F9ocZJ006174 for ; Wed, 15 Aug 2007 05:51:14 -0400 Received: from PC-pt.unito.it (eco83.econ.unito.it [130.192.102.83]) by eco83.econ.unito.it (8.12.10/8.12.10) with ESMTP id l7F9obat024259 for ; Wed, 15 Aug 2007 11:50:38 +0200 Message-Id: <200708150950.l7F9obat024259@eco83.econ.unito.it> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 15 Aug 2007 11:50:37 +0200 To: Swarm Support From: Pietro Terna Subject: Re: [SPAM] [Swarm-Support] Control Panel Save Button In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 09:51:14 -0000 Dear Diego, do you have installed the version of the javaswarm.dll library fixed to avoid the averager problems? With that dll the Save button makes troubles in the .swarmArchiver. Anyway you 'ont have to reisntall, simply delete the .swarmArchiver file (and/or replace the javaswarm.dll with the orginal one, i.e. that contained in the Swarm-2.2-java.zip file. Best, Pietro At 18.34 15/08/2007, you wrote: >Hi, > >I have a problem with the "Save" Button in the Control Panel. Every >time I push that button the java swarm de-configures and the only way >to repair it is to install everything again (java run time >environment, the eclipse and the javaSwarm). > >I read once that the save button was used to keep the position of all >observer windows. Is there any other way to do that? > >Thanks, > >Diego Corredor >_______________________________________________ >Support mailing list >Support@swarm.org >http://www.swarm.org/mailman/listinfo/support > > > > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.5.476 / Virus Database: 269.11.13/946 - Release Date: >10/08/2007 15.50 From dacorredorq@gmail.com Wed Aug 15 09:02:47 2007 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7FD2BNA023833 for ; Wed, 15 Aug 2007 09:02:47 -0400 Received: by ug-out-1314.google.com with SMTP id t30so220970ugc for ; Wed, 15 Aug 2007 06:02:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JF2PgjP02Ic2P29AKmDImtElgMszDILL/I0XzjIk+hg4Vd0qI0YBsDueOwbfmZjTEfA9kfs5+32bleKBETOeQy1DofIP58/few8739ZCb6w58Z9hVlNXLe/eoVt3LDAkcNseCsVYHx2i+lNX7y05wlqEQcusycz00s3T92tB+NA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KOdOGepeTdhv/e3X5ab3eVMWUDTgdulR44nFx4pxKCngI1412xicOBKSJVgjfQN+XoXT1tI9znQiF/nwHkD510umh2wRMWgj+NcqurwpBJrOMeLiTLCZAmkjcfvXYjsgeePYy+WfrdUNfSJvcfJzvzNsanIJvhC5y2zmFcMqn/c= Received: by 10.67.29.12 with SMTP id g12mr1426498ugj.1187182898657; Wed, 15 Aug 2007 06:01:38 -0700 (PDT) Received: by 10.66.240.7 with HTTP; Wed, 15 Aug 2007 06:01:38 -0700 (PDT) Message-ID: Date: Wed, 15 Aug 2007 08:01:38 -0500 From: "Diego Corredor" To: "Swarm Support" Subject: Re: [SPAM] [Swarm-Support] Control Panel Save Button In-Reply-To: <200708150950.l7F9obat024259@eco83.econ.unito.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708150950.l7F9obat024259@eco83.econ.unito.it> X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 13:02:47 -0000 Dear Pietro, I did installed the fixed javaswarm.dll and it worked perfectly. >From now on I will just delete the .swarmArchiver file. However, I have been having this trouble since long time ago. So I don't think it has to do with the recent installation of the fixed library version that Marcus Daniels provided. Anyway, I greatly thank your help. Regards, Diego Corredor Department of Economics Universidad del Rosario Colombia 2007/8/15, Pietro Terna : > Dear Diego, > > do you have installed the version of the javaswarm.dll > library fixed to avoid the averager problems? > > With that dll the Save button makes troubles in the .swarmArchiver. > > Anyway you 'ont have to reisntall, simply delete the > .swarmArchiver file (and/or replace the javaswarm.dll with the > orginal one, i.e. that contained in the Swarm-2.2-java.zip file. > > Best, Pietro > > At 18.34 15/08/2007, you wrote: > >Hi, > > > >I have a problem with the "Save" Button in the Control Panel. Every > >time I push that button the java swarm de-configures and the only way > >to repair it is to install everything again (java run time > >environment, the eclipse and the javaSwarm). > > > >I read once that the save button was used to keep the position of all > >observer windows. Is there any other way to do that? > > > >Thanks, > > > >Diego Corredor > >_______________________________________________ > >Support mailing list > >Support@swarm.org > >http://www.swarm.org/mailman/listinfo/support > > > > > > > > > >-- > >No virus found in this incoming message. > >Checked by AVG Free Edition. > >Version: 7.5.476 / Virus Database: 269.11.13/946 - Release Date: > >10/08/2007 15.50 > > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support > From jaksonaquino@gmail.com Sun Aug 19 11:53:59 2007 Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.226]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7JFrN7j006092 for ; Sun, 19 Aug 2007 11:53:58 -0400 Received: by hu-out-0506.google.com with SMTP id 27so1134864hub for ; Sun, 19 Aug 2007 08:53:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=stF170/B26sosUY6+6qIyD6pZj4pZoMkeQWITgMgCsh1oCVTmhP3M9YKUC9kjTa9FCcISWTqPBHum4KlBGSuVaszk4RnwW+BfsaTbBbTXxx286jB6WzNy0OSpUBPwj0JBYqLv2fysQQk6UE2JLMpaOe0d+97qDiERtYnshTtsxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=uQq+YDpYvzMiOSkNImL3H1iL4nAtNxB+PQjEzcqX6nwm8xGsp+0B9+YFpuZ5ktkaS54SLN/BB3efvA28hKItelE9zA2jiVhKJOMCkEKeVFvLlA8CIuPZq3681NEIUTTaMzpuitELB2gAWZc0CDKgXXcaSlQCltY3rl/BtpaPchk= Received: by 10.70.51.17 with SMTP id y17mr8934113wxy.1187538800920; Sun, 19 Aug 2007 08:53:20 -0700 (PDT) Received: from localhost ( [201.11.71.54]) by mx.google.com with ESMTPS id i36sm10413336wxd.2007.08.19.08.53.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Aug 2007 08:53:20 -0700 (PDT) Date: Sun, 19 Aug 2007 12:52:49 -0300 From: "Jakson A. Aquino" To: support@swarm.org Message-ID: <20070819155249.GB6488@xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Subject: [Swarm-Support] Debian package of swarm X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 15:53:59 -0000 Hello! I've built a Debian package of swarm on Ubuntu. I've created the packages with the names libswarm and libswarm-dev. On Tuesday I'll test whether it works well on a freshly installed Ubuntu. Debian file system hierarchy doesn't have the /usr/etc directory. So, I put the files that were there into /usr/share/libswarm/etc, and, consequently, makefiles of swarm applications running on Debian systems will need an adjustment. The source files, instructions on how to build a binary package and precompiled binaries to Ubuntu 7.04 are here: http://jalvesaq.googlepages.com/swarm.html All suggestions are welcome -- including to grammar mistakes. Best regards, Jakson Aquino From gepo@lvk.cs.msu.su Tue Aug 21 07:26:03 2007 Received: from zigzag.lvk.cs.msu.su (zigzag.lvk.cs.msu.su [158.250.17.23]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LBPRPK024897 for ; Tue, 21 Aug 2007 07:26:02 -0400 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1INRqe-00085U-NC for support@swarm.org; Tue, 21 Aug 2007 15:24:37 +0400 X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on zigzag.lvk.cs.msu.su X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7-deb Received: from [81.211.65.199] (helo=[192.168.0.101]) by zigzag.lvk.cs.msu.su with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1INRqe-00085N-Ez for support@swarm.org; Tue, 21 Aug 2007 15:24:36 +0400 Message-ID: <46CACB66.1050108@lvk.cs.msu.su> Date: Tue, 21 Aug 2007 15:24:22 +0400 From: Gennady Telegin User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Debian package of swarm References: <20070819155249.GB6488@xyz> In-Reply-To: <20070819155249.GB6488@xyz> Content-Type: text/plain; charset=x-gbk; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 11:26:03 -0000 Hi, > I've built a Debian package of swarm on Ubuntu. cool, I use Debian and Ubuntu and need install swarm ofthen (for example, on virtual machines). This will save time. > I've created the packages with the names libswarm and libswarm-dev. On Tuesday I'll > test whether it works well on a freshly installed Ubuntu. I don't see tcl/tk in depends list of package, but swarm require it. Also, fresh installation of Debian didn't contain tcl/tk, hence your must install tcl/tk on step 3 of quick guide. Also, I think it's debian-way to separate libswarm into libswarm and libswarm-dbg, i.e. libswarm*.deb don't contain debug information. best, Gennady From jaksonaquino@gmail.com Tue Aug 21 10:21:41 2007 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LEL2nX005680 for ; Tue, 21 Aug 2007 10:21:40 -0400 Received: by wr-out-0506.google.com with SMTP id c48so1287240wra for ; Tue, 21 Aug 2007 07:21:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=lCPGEq2EdPZ0Jz+VhdsgBvtfNE/chnw7Hep2TUlhihhke9Qm+yUNK3/D51lnzdQm55h/4VgI4l1NTv8A0uq7AZCUgnn3VgKdC4ASJeu88xqJjViIPQksDK4C9lhgNOtZodlB8DQ7pm4y0C5En3mids9WdkujbJDATCAtMCjjrQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=lmDeaPek46uzr9JDC6QUkwMNxI+K6pZa0GEjjeiJmEOcdC3l8BZLrQYPHBowDdVO/ebZlxBjj90KZz55NcwkEWevcraQpkol6lU50ERxMXGb9UcEAJpyujK/9wtKpbjQS7fc7ODFi7ZJemWrVJiR9OuxUGEFyu6/PEDvzvnC+sE= Received: by 10.90.100.2 with SMTP id x2mr1896849agb.1187702225578; Tue, 21 Aug 2007 06:17:05 -0700 (PDT) Received: from localhost ( [200.101.219.162]) by mx.google.com with ESMTPS id 38sm1358378aga.2007.08.21.06.16.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 06:16:56 -0700 (PDT) Date: Tue, 21 Aug 2007 10:16:47 -0300 From: "Jakson A. Aquino" To: Swarm Support Subject: Re: [Swarm-Support] Debian package of swarm Message-ID: <20070821131647.GA29491@xyz> References: <20070819155249.GB6488@xyz> <46CACB66.1050108@lvk.cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CACB66.1050108@lvk.cs.msu.su> User-Agent: Mutt/1.5.13 (2006-08-11) X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 14:21:41 -0000 Hi, On Tue, Aug 21, 2007 at 03:24:22PM +0400, Gennady Telegin wrote: > I don't see tcl/tk in depends list of package, but swarm require it. > Also, fresh installation of Debian didn't contain tcl/tk, hence your > must install tcl/tk on step 3 of quick guide. I didn't add tcl/tk because blt already depends on them. So, the apt-get install of blt-dev is enough to make all dependencies to be downloaded and installed. > Also, I think it's debian-way to separate libswarm into libswarm and > libswarm-dbg, i.e. libswarm*.deb don't contain debug information. Thanks for the suggestion. I'll try to add libswarm-dbg at the next weekend, but I still have to learn how to do it. Best regards, Jakson From Steve@LangRailsback.com Tue Aug 21 10:35:43 2007 Received: from humboldt1.com (exthelm-1.humboldt1.com [206.13.45.11]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LEZ7Hn006826 for ; Tue, 21 Aug 2007 10:35:42 -0400 Received: from [127.0.0.1] (69-12-249-151.dsl.dynamic.humboldt1.com [69.12.249.151]) by humboldt1.com (8.13.4/8.13.4) with ESMTP id l7LEO9ds024471 for ; Tue, 21 Aug 2007 07:24:10 -0700 Message-ID: <46CAF80E.7070606@LangRailsback.com> Date: Tue, 21 Aug 2007 07:34:54 -0700 From: Steve Railsback User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Debian package of swarm References: <20070819155249.GB6488@xyz> <46CACB66.1050108@lvk.cs.msu.su> <20070821131647.GA29491@xyz> In-Reply-To: <20070821131647.GA29491@xyz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 14:35:43 -0000 Jakson A. Aquino wrote: > Thanks for the suggestion. I'll try to add libswarm-dbg at the next > weekend, but I still have to learn how to do it. When you are ready, Jakson, we would put your Debian/Ubuntu package on the Swarm download site if it is OK with you. Thanks very much for putting it together. Steve R. -- Steve Railsback Lang, Railsback & Associates Arcata, California www.LangRailsback.com From jaksonaquino@gmail.com Tue Aug 21 14:17:08 2007 Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LIGXKI027006 for ; Tue, 21 Aug 2007 14:17:08 -0400 Received: by nz-out-0506.google.com with SMTP id o37so637522nzf for ; Tue, 21 Aug 2007 11:16:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=UX2KkXDdgIAoyWQhHUTPSsnEMQgq0ZLsZQ0jgLYkKXQvG0LOv9jFaugaeFe68+B4EjTbRE/cjH9o+mJluc0q8RuCRk0UrchNmXWHKxUzMPjxKJGAt6hhNrwGJgnpJllNqnhD90dJPXpEz8WdbjZ+EWPtmIwSaB/GsXKC+JQZSBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=HNygOUZbOUMmMIN6vQZ9HK8k/NcabtqbSV+izNslzjqBKivK+LS4+DL4sQttXMRKL/Ai2jV95xJnpr9XVT0DM1ovUbf7VVJa3+5SndJeRFVofnP9bF6WDnoM0twMFCSCkQT0/Fnjl/nyo6wGVVGJ47caWZzaynMBYZXGZEmUaPg= Received: by 10.142.139.6 with SMTP id m6mr1019835wfd.1187720192507; Tue, 21 Aug 2007 11:16:32 -0700 (PDT) Received: from localhost ( [201.11.71.184]) by mx.google.com with ESMTPS id 13sm4616669wrl.2007.08.21.11.16.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 11:16:31 -0700 (PDT) Date: Tue, 21 Aug 2007 15:16:17 -0300 From: "Jakson A. Aquino" To: Swarm Support Subject: Re: [Swarm-Support] Debian package of swarm Message-ID: <20070821181617.GA30077@xyz> References: <20070819155249.GB6488@xyz> <46CACB66.1050108@lvk.cs.msu.su> <20070821131647.GA29491@xyz> <46CAF80E.7070606@LangRailsback.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CAF80E.7070606@LangRailsback.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 18:17:09 -0000 Hi, On Tue, Aug 21, 2007 at 07:34:54AM -0700, Steve Railsback wrote: > Jakson A. Aquino wrote: > When you are ready, Jakson, we would put your Debian/Ubuntu package on > the Swarm download site if it is OK with you. Thanks very much for > putting it together. Yes, I would be glad to see the package there! I think that in one or two weeks they will be OK. Currently, the packages are not 100% in accordance with Debian Policy. Best regards, Jakson From gepo@lvk.cs.msu.su Tue Aug 21 16:06:48 2007 Received: from zigzag.lvk.cs.msu.su (zigzag.lvk.cs.msu.su [158.250.17.23]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LK6DXJ004781 for ; Tue, 21 Aug 2007 16:06:48 -0400 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1INZzN-000090-V7 for support@swarm.org; Wed, 22 Aug 2007 00:06:10 +0400 X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on zigzag.lvk.cs.msu.su X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7-deb Received: from [89.169.156.120] (helo=[192.168.0.100] ident=gepo) by zigzag.lvk.cs.msu.su with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1INZzN-00008w-RM for support@swarm.org; Wed, 22 Aug 2007 00:06:09 +0400 Message-ID: <46CB45EE.10102@lvk.cs.msu.su> Date: Wed, 22 Aug 2007 00:07:10 +0400 From: Gennady Telegin User-Agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070622) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Debian package of swarm References: <20070819155249.GB6488@xyz> In-Reply-To: <20070819155249.GB6488@xyz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 20:06:48 -0000 Hi, on your page you write this configure line for swarm ./configure --disable-jar --without-jdkdir --with-pic --with-gnu-ld --with-tclincludedir=/usr/include/tcl8.4/ --with-tclscriptdir=/usr/lib/tcl8.4/ --with-tkscriptdir=/usr/lib/tk8.4/ on fresh Debian Etch 4.0r1 it work with two additions: --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/ This work correctly on Ubuntu 7.04 too, i.e. your can add bravely these two configure attributes to your line. best, Gennady From jaksonaquino@gmail.com Tue Aug 21 22:22:39 2007 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7M2M4Q6006763 for ; Tue, 21 Aug 2007 22:22:39 -0400 Received: by wr-out-0506.google.com with SMTP id c48so29803wra for ; Tue, 21 Aug 2007 19:22:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Yir4OPvbEi9XPzSxgMCKPNKmfp28Z5N4QWDHl+wIWUyHoIdKcdsN3Jvu5BWZ1ix5zsjiDYzdy84Ou6yGMaO0TBvnCC64yNUv56HEkg+doi1HFBIGRzeHZ890kbhWHJ+Aiwx24sEMD7p+sen9GCclG+32Uim0NfZ4fKLcV53YFXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=FElmiUGLWSLVTJ2cJPccnGqjUVVmokBp2XDOYleDZdPPWg87sowxnZ6nhlLZkOb3ebXYWgnN4NL6X28F0aPI7F+dziEkUuYF7PDZ+Hdca70TZW2OjDQW99C5BzvrmwzO+QRyKOrDf4tZzwViV1hungBdYFswG2pI0TCQ09Fp78Y= Received: by 10.90.88.13 with SMTP id l13mr3589895agb.1187749323599; Tue, 21 Aug 2007 19:22:03 -0700 (PDT) Received: from localhost ( [200.102.21.215]) by mx.google.com with ESMTPS id 39sm2672262agb.2007.08.21.19.21.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 19:22:02 -0700 (PDT) Date: Tue, 21 Aug 2007 23:21:48 -0300 From: "Jakson A. Aquino" To: Swarm Support Subject: Re: [Swarm-Support] Debian package of swarm Message-ID: <20070822022148.GA13768@xyz> References: <20070819155249.GB6488@xyz> <46CB45EE.10102@lvk.cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CB45EE.10102@lvk.cs.msu.su> User-Agent: Mutt/1.5.13 (2006-08-11) X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 02:22:39 -0000 Hi, On Wed, Aug 22, 2007 at 12:07:10AM +0400, Gennady Telegin wrote: > on your page you write this configure line for swarm > > ./configure --disable-jar --without-jdkdir --with-pic --with-gnu-ld > --with-tclincludedir=/usr/include/tcl8.4/ > --with-tclscriptdir=/usr/lib/tcl8.4/ --with-tkscriptdir=/usr/lib/tk8.4/ > > > on fresh Debian Etch 4.0r1 it work with two additions: > --with-tcl=/usr/lib/tcl8.4/ --with-tk=/usr/lib/tk8.4/ > This work correctly on Ubuntu 7.04 too, i.e. your can add bravely these > two configure attributes to your line. Thanks! I added the two new attributes. Best, Jakson From kavitg@gmail.com Wed Aug 22 00:25:21 2007 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7M4OkGG018060 for ; Wed, 22 Aug 2007 00:25:21 -0400 Received: by wx-out-0506.google.com with SMTP id i26so47105wxd for ; Tue, 21 Aug 2007 21:24:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=MhObVh0a35n+4CMUUPbVEeDfOivvU6qwQ2ScH8RMgatu/4GZMuEXtQfUCzYzpF9rbtFGFH79e1tqJmghXs2cDs9k3K8VdSmOQPkdJZtuxCd3fzCF+H/gvotX9mqr+cEF8EzzKC+nAh1mpHNruwa217YU0gi5a5ECzipfwoJ5K80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=iq+g19YJ9bmGC/sRx4miaUbybbxnlVC7pisc16O1MYYk5AUi1ieOX1DbG4VsXmh2lSZ0RLmn1gwA3j1eMby9YWOvCYNIP2SUTe2RXfjOMEOjkxhHXPbVuBpP1R+j1AhVa0bDr4z9lhwmO717rKXU8dQ6QbMnzDE9dSPZEmnSbts= Received: by 10.70.123.14 with SMTP id v14mr400053wxc.1187756685398; Tue, 21 Aug 2007 21:24:45 -0700 (PDT) Received: by 10.100.139.5 with HTTP; Tue, 21 Aug 2007 21:24:45 -0700 (PDT) Message-ID: <61cd21ad0708212124y87c4e01rd54dc2ecbdeadf7c@mail.gmail.com> Date: Wed, 22 Aug 2007 09:54:45 +0530 From: "Kavita Gangal" To: "Swarm Support" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_130167_15428215.1187756685365" Subject: [Swarm-Support] Query regarding plotting a graph in Swarm. X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 04:25:21 -0000 ------=_Part_130167_15428215.1187756685365 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hello, i don't know how to plot a graph in Swarm. I need to plot total population against time period and after every time period the graph should update itself. Is any detailed documentation available abt the graphs and charts in Swarm? I went through the Stupid Bug Model.. First of all the stupidModel15 is not working. It is asking for some external files. Since no output is generated the code can't be tested. Also, In the following "try" block from StupidObserverSwarm.java from StupidModel15 : try { populationGraph.createCountSequence$withFeedFrom$andSelector ("Bug abundance",stupidModelSwarm.getBugList(), new Selector (Class.forName (" stupidModel15.StupidBug"), "getMySize", false)); } catch (NonUniqueMethodSignatureException e) { e.printStackTrace(); } catch (SignatureNotFoundException e) { e.printStackTrace(); } catch (ClassNotFoundException e) { e.printStackTrace(); } 1. a syntax error is produced with the third catch statement. How to remove that? 2.Can "CreateCountSequence$withFeedFrom$andSelector" method parameters be explained please? -- Thanks and Regards, Kavita Gangal -- TIFR ------=_Part_130167_15428215.1187756685365 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
hello,
i don't know how to plot a graph in Swarm.
I need to plot total population against time period and after every time period the graph should update itself.
Is any detailed documentation available abt the graphs and charts in Swarm?

I went through the Stupid Bug Model..

First of all the stupidModel15 is not working. It is asking for some external files.
Since no output is generated the code can't be tested.

Also,
In the following "try" block from StupidObserverSwarm.java from StupidModel15 :
try {
            populationGraph.createCountSequence$withFeedFrom$andSelector
                ("Bug abundance", stupidModelSwarm.getBugList(),
                        new Selector (Class.forName ("stupidModel15.StupidBug"), "getMySize", false));
        } catch (NonUniqueMethodSignatureException e) {
            e.printStackTrace();
        } catch (SignatureNotFoundException e) {
            e.printStackTrace();
        } catch (ClassNotFoundException e) {
            e.printStackTrace();
        }

1. a syntax error is produced with the third catch statement. How to remove that?
2.Can "CreateCountSequence$withFeedFrom$andSelector" method parameters be explained please?

--

Thanks and Regards,
Kavita Gangal
--
TIFR ------=_Part_130167_15428215.1187756685365-- From pietro.terna@unito.it Wed Aug 22 08:44:24 2007 Received: from eco83.econ.unito.it (eco83.econ.unito.it [130.192.102.83]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7MChktL030426 for ; Wed, 22 Aug 2007 08:44:24 -0400 Received: from PC-pt.unito.it (eco83.econ.unito.it [130.192.102.83]) by eco83.econ.unito.it (8.12.10/8.12.10) with ESMTP id l7MChVat020298; Wed, 22 Aug 2007 14:43:36 +0200 Message-Id: <200708221243.l7MChVat020298@eco83.econ.unito.it> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 22 Aug 2007 14:34:26 +0200 To: pauljohn@ku.edu, Swarm Support From: Pietro Terna Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow In-Reply-To: <46AFA8D6.7020703@ku.edu> References: <46AFA8D6.7020703@ku.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:44:24 -0000 Hi all, I've installed Paul's rpms (tnx to Paul) in a vm with Fedora 7. Fixing: in /usr/lib I've created ln -sf libhdf5.so.0.0.0 libhdf5.so to avoid a loader error about -lhdf5 On heatbugs make runs without any error, but ./heatbugs gives ./heatbugs: error while loading shared libraries: /usr/lib/swarm/libswarm.so.0: cannot restore segment prot after reloc: Permission denied Thanks for suggestions. Pietro At 23.25 31/07/2007, you wrote: >I took a snapshot of Swarm from CVS yesterday and built Swarm. I >was very interested to see what might go wrong after all of the >fiddling around in the build tools that has been going on. But, >aside from some warnings about automake version (mis)match, it >appears fine. I've built and run some models, they appear same as always. > >http://pj.freefaculty.org/Swarm/Swarm-2.2X_F7/ > >I also have the Swarm-2.2.3 rpms there, those were built a few >months ago, before the fiddling around in the build scripts >started. Those files are symbolic links to the Fedora 7 files I >build for my systems, and in case you want to run ggobi, gambit, or >other modeling kinds of programs, you might find these RPM handy. Go >to: http://pj.freefaculty.org/Fedora/7/i386/ > >Within a few days, I'll make an updated set of swarmapps-objc >available. As far as I know, the only app that needs a fix to run >is Arborgames, and we've discussed the fix in this list in the past. >If there are other elements in swarmapps-objc that don't work, >please remind me what they are. > >pj > >-- >Paul E. Johnson email: pauljohn@ku.edu >Professor, Political Science http://pj.freefaculty.org >1541 Lilac Lane, Rm 504 >University of Kansas Office: (785) 864-9086 >Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 > >_______________________________________________ >Support mailing list >Support@swarm.org >http://www.swarm.org/mailman/listinfo/support > > > > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: >269.11.0/927 - Release Date: 30/07/2007 17.02 From pauljohn@ku.edu Wed Aug 22 10:19:33 2007 Received: from smtpku1.cc.ku.edu (smtpku1.cc.ku.edu [129.237.11.33]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7MEIwNw005939 for ; Wed, 22 Aug 2007 10:19:33 -0400 Received: from pols110.pols.ku.edu (pols110.pols.ku.edu [129.237.61.25]) by smtpku1.cc.ku.edu (8.12.11/8.12.11) with ESMTP id l7MEIvlv009136; Wed, 22 Aug 2007 09:18:58 -0500 Message-ID: <46CC45D1.70604@ku.edu> Date: Wed, 22 Aug 2007 09:18:57 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Pietro Terna , swarm-support Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:19:33 -0000 Pietro Terna wrote: > Hi all, > > I've installed Paul's rpms (tnx to Paul) in a vm with Fedora 7. > > Fixing: in /usr/lib I've created > ln -sf libhdf5.so.0.0.0 libhdf5.so > to avoid a loader error about -lhdf5 > > On heatbugs make runs without any error, but > ./heatbugs > gives > > ./heatbugs: error while loading shared libraries: > /usr/lib/swarm/libswarm.so.0: cannot restore segment prot after > reloc: Permission denied > > Thanks for suggestions. > > Pietro > Sorry about that. The 2.2.4 RPM is a mess. It does not work for me, except on one system where I built it. I've downgraded to 2.2.3 rpms. I have selinux disabled on my systems, so I don't see that same error you get. I'm pretty sure one you see is selinux related. On my systems, swarm programs fail because they cannot find "registerClient". I keep meaning to look into it, but also keep hoping this is caused by some of the Macintosh suppport changes that have been going on and that it would fix itself. Sorry, again -- Paul E. Johnson email: pauljohn@ku.edu Dept. of Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From Steve@LangRailsback.com Wed Aug 22 11:18:29 2007 Received: from humboldt1.com (exthelm-1.humboldt1.com [206.13.45.11]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7MFHrXW010848 for ; Wed, 22 Aug 2007 11:18:28 -0400 Received: from [127.0.0.1] (69-12-249-151.dsl.dynamic.humboldt1.com [69.12.249.151]) by humboldt1.com (8.13.4/8.13.4) with ESMTP id l7MF6pkN029952 for ; Wed, 22 Aug 2007 08:06:51 -0700 Message-ID: <46CC5393.5040000@LangRailsback.com> Date: Wed, 22 Aug 2007 08:17:39 -0700 From: Steve Railsback User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Query regarding plotting a graph in Swarm. References: <61cd21ad0708212124y87c4e01rd54dc2ecbdeadf7c@mail.gmail.com> In-Reply-To: <61cd21ad0708212124y87c4e01rd54dc2ecbdeadf7c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:18:29 -0000 Kavita Gangal wrote: > > hello, > i don't know how to plot a graph in Swarm. > I need to plot total population against time period and after every time > period the graph should update itself. > Is any detailed documentation available abt the graphs and charts in Swarm? Unfortunately, no, not beyond the reference guide. Example models like StupidModel are helpful. > I went through the Stupid Bug Model.. > > First of all the stupidModel15 is not working. It is asking for some > external files. > Since no output is generated the code can't be tested. There should be a file "Stupid_Cell.Data" packaged with the StupidModel15 code. I think it just needs to be in your working directory. > Also, > In the following "try" block from StupidObserverSwarm.java from > StupidModel15 : > try { > populationGraph.createCountSequence$withFeedFrom$andSelector > ("Bug abundance", stupidModelSwarm.getBugList(), > new Selector (Class.forName > ("stupidModel15.StupidBug"), "getMySize", false)); > } catch (NonUniqueMethodSignatureException e) { > e.printStackTrace(); > } catch (SignatureNotFoundException e) { > e.printStackTrace(); > } catch (ClassNotFoundException e) { > e.printStackTrace(); > } > > 1. a syntax error is produced with the third catch statement. How to > remove that? Does the class "stupidModel15.StupidBug" exist? (Is there still a class called "StupidBug" in a package named "stupidModel15"?) If you are not working in Eclipse, you might not be required/allowed to include the package name "stupidModel15". > 2.Can "CreateCountSequence$withFeedFrom$andSelector" method parameters > be explained please? Sure- (See the documentation for EZGraphImpl, in the swarm.analysis package in the JavaSwarm API http://www.swarm.org/swarmdocs-2.2/refbook-java/) This method creates a new line on the EZGraph that: (1) is labeled "Bug abundance", (2) "withFeedFrom" tells it the name of the collection of objects to get data from. Here, its data is from the collection "stupidModelSwarm.getBugList()". ("stupidModelSwarm.getBugList()" of course is a message to the model swarm to get its list of bug agents) (3) "andSelector" provides the selector to use to get the data from the agents in the collection. This selector provides the name of the method of the agents that returns the values you want plotted. However, here you are creating a "count" sequence, which only plots the number of agents in the collection. Therefore, you need to provide a selector for *some* method that the agents have, but it does not actually use the values returned by this method. If instead you wanted an "Average" sequence, this code: populationGraph.createAverageSequence$withFeedFrom$andSelector ("Bug abundance", stupidModelSwarm.getBugList(), new Selector (Class.forName ("stupidModel15.StupidBug"), "getMySize", false)); would create a line on the graph reporting the average size of the bugs in the model. ("getMySize" is a bug method that returns their size.) Steve R. From pietro.terna@unito.it Wed Aug 22 11:44:54 2007 Received: from eco83.econ.unito.it (eco83.econ.unito.it [130.192.102.83]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7MFiJE0013045 for ; Wed, 22 Aug 2007 11:44:54 -0400 Received: from PC-pt.unito.it (eco83.econ.unito.it [130.192.102.83]) by eco83.econ.unito.it (8.12.10/8.12.10) with ESMTP id l7MFiEat021275 for ; Wed, 22 Aug 2007 17:44:17 +0200 Message-Id: <200708221544.l7MFiEat021275@eco83.econ.unito.it> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 22 Aug 2007 17:41:54 +0200 To: Swarm Support From: Pietro Terna Subject: Re: [SPAM] Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow In-Reply-To: <46CC45D1.70604@ku.edu> References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu> <46CC45D1.70604@ku.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:44:55 -0000 At 16.18 22/08/2007, you wrote: >Pietro Terna wrote: >> Hi all, >> I've installed Paul's rpms (tnx to Paul) in a vm with Fedora 7. >> Fixing: in /usr/lib I've created >> ln -sf libhdf5.so.0.0.0 libhdf5.so >> to avoid a loader error about -lhdf5 >> On heatbugs make runs without any error, but >> ./heatbugs >> gives >>./heatbugs: error while loading shared libraries: >>/usr/lib/swarm/libswarm.so.0: cannot restore segment prot after >>reloc: Permission denied >> Thanks for suggestions. >> Pietro > >Sorry about that. The 2.2.4 RPM is a mess. It does not work for >me, except on one system where I built it. I've downgraded to 2.2.3 rpms. > >I have selinux disabled on my systems, so I don't see that same >error you get. I'm pretty sure one you see is selinux related. > >On my systems, swarm programs fail because they cannot find >"registerClient". I keep meaning to look into it, but also keep >hoping this is caused by some of the Macintosh suppport changes that >have been going on and that it would fix itself. > >Sorry, again > >-- >Paul E. Johnson email: pauljohn@ku.edu Disabling SELinux has no effect. Later I'll downgrade to 2.2.3. Thanks for your help and always for the RPMs. Pietro From pietro.terna@unito.it Wed Aug 22 17:15:08 2007 Received: from eco83.econ.unito.it (eco83.econ.unito.it [130.192.102.83]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7MLEWJG011777 for ; Wed, 22 Aug 2007 17:15:08 -0400 Received: from PC-pt.unito.it (eco83.econ.unito.it [130.192.102.83]) by eco83.econ.unito.it (8.12.10/8.12.10) with ESMTP id l7MLEUat022535 for ; Wed, 22 Aug 2007 23:14:31 +0200 Message-Id: <200708222114.l7MLEUat022535@eco83.econ.unito.it> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 22 Aug 2007 23:14:32 +0200 To: Swarm Support From: Pietro Terna Subject: Fwd: Re: [SPAM] Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 21:15:09 -0000 >Date: Wed, 22 Aug 2007 17:41:54 +0200 >To: Swarm Support >From: Pietro Terna >Subject: Re: [SPAM] Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled >yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow > >At 16.18 22/08/2007, you wrote: >>Pietro Terna wrote: >>> Hi all, >>> I've installed Paul's rpms (tnx to Paul) in a vm with Fedora 7. >>> Fixing: in /usr/lib I've created >>> ln -sf libhdf5.so.0.0.0 libhdf5.so >>> to avoid a loader error about -lhdf5 >>> On heatbugs make runs without any error, but >>> ./heatbugs >>> gives >>>./heatbugs: error while loading shared libraries: >>>/usr/lib/swarm/libswarm.so.0: cannot restore segment prot after >>>reloc: Permission denied >>> Thanks for suggestions. >>> Pietro >> >>Sorry about that. The 2.2.4 RPM is a mess. It does not work for >>me, except on one system where I built it. I've downgraded to 2.2.3 rpms. >> >>I have selinux disabled on my systems, so I don't see that same >>error you get. I'm pretty sure one you see is selinux related. >> >>On my systems, swarm programs fail because they cannot find >>"registerClient". I keep meaning to look into it, but also keep >>hoping this is caused by some of the Macintosh suppport changes >>that have been going on and that it would fix itself. >> >>Sorry, again >> >>-- >>Paul E. Johnson email: pauljohn@ku.edu > > Disabling SELinux has no effect. Later I'll downgrade to 2.2.3. > > Thanks for your help and always for the RPMs. > > Pietro I confirm: with 2.2.3 both Objc and Java versions are running! Pietro From mgd@santafe.edu Wed Aug 22 17:32:01 2007 Received: from mailwasher-b.lanl.gov (mailwasher.lanl.gov [192.65.95.54]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7MLVPRu013653 for ; Wed, 22 Aug 2007 17:32:00 -0400 Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailwasher-b.lanl.gov (8.13.8/8.13.6/(ccn-5)) with ESMTP id l7MLVObR019054 for ; Wed, 22 Aug 2007 15:31:24 -0600 Received: from [128.165.24.84] (maxine.lanl.gov [128.165.24.84]) by mailrelay1.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l7MLVLSu014773 for ; Wed, 22 Aug 2007 15:31:21 -0600 Message-ID: <46CCAB2A.2000104@santafe.edu> Date: Wed, 22 Aug 2007 15:31:22 -0600 From: "Marcus G. Daniels" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: Fwd: Re: [SPAM] Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow References: <200708222114.l7MLEUat022535@eco83.econ.unito.it> In-Reply-To: <200708222114.l7MLEUat022535@eco83.econ.unito.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: mgd@santafe.edu X-Spam-Status: No X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 21:32:01 -0000 Pietro Terna wrote: >>>> >>>> I've installed Paul's rpms (tnx to Paul) in a vm with >>>> Fedora 7. >>>> Fixing: in /usr/lib I've created >>>> ln -sf libhdf5.so.0.0.0 libhdf5.so >>>> to avoid a loader error about -lhdf5 There should be a hdf5-devel RPM to fix that properly. >>>> On heatbugs make runs without any error, but >>>> ./heatbugs >>>> gives >>>> ./heatbugs: error while loading shared libraries: >>>> /usr/lib/swarm/libswarm.so.0: cannot restore segment prot after >>>> reloc: Permission denied This could be related to the way it is compiled -- maybe something to do with the default Redhat build options? I don't have a F7 system handy to see. It could be related to stack execute protection. >>> On my systems, swarm programs fail because they cannot find >>> "registerClient". I keep meaning to look into it, but also keep >>> hoping this is caused by some of the Macintosh suppport changes that >>> have been going on and that it would fix itself. This sounds like a different problem. From mgd@santafe.edu Wed Aug 22 22:42:30 2007 Received: from elasmtp-masked.atl.sa.earthlink.net (elasmtp-masked.atl.sa.earthlink.net [209.86.89.68]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7N2ftU0009856 for ; Wed, 22 Aug 2007 22:42:30 -0400 Received: from [67.164.151.123] (helo=[192.168.2.111]) by elasmtp-masked.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1IO2dv-0001as-2Y for support@swarm.org; Wed, 22 Aug 2007 22:41:55 -0400 Message-ID: <46CCF3EE.3090804@santafe.edu> Date: Wed, 22 Aug 2007 20:41:50 -0600 From: "Marcus G. Daniels" User-Agent: Thunderbird 2.0.0.6 (X11/20070813) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMs for Fedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu> <46CC45D1.70604@ku.edu> In-Reply-To: <46CC45D1.70604@ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 14f9d1cd1a21668cea395ccc09391deb94f5150ab1c16ac0c864d17e3813b99ab3dd2fc704248b0c88c8e75aab6654eb350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 67.164.151.123 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 02:42:30 -0000 Paul Johnson wrote: > On my systems, swarm programs fail because they cannot find > "registerClient". I keep meaning to look into it, but also keep > hoping this is caused by some of the Macintosh suppport changes that > have been going on and that it would fix itself. Another datapoint: a build of the current CVS sources (not from a SRPM -- can't find the 2.2.4 version on your site), does work for me with the current Fedora 8 alpha. This is on x86_64. From kavitg@gmail.com Thu Aug 23 06:54:25 2007 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7NArn3m021242 for ; Thu, 23 Aug 2007 06:54:25 -0400 Received: by wx-out-0506.google.com with SMTP id i26so400379wxd for ; Thu, 23 Aug 2007 03:53:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jIoznmnPnBFr7C7hdv4d1wwSbtlVPhA/lbm3xfkMP1zuudkYg9HBMPzRSzIh9u3dGKV8lbnnoaHzo4lk/YDEdhQd2J2/OVIzz8msSGUkbhYVpRgvfsDQomotb7pZe/837o5OFHyhvYk95jgqmjaaj8LtIwMLxRpJrP6xv33VGrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=l3ESnm3mff2XH0ssZCxvSyhUv4DjUSa3WnXsvUcUpTjbk9ZKdwFV0QoCEOijHH8LGro7+5Xew+CLzzlqHvkeQ1CnS7EPe4CTTxVZlzokrEbVI/jaJEmTq4+M3EJLZrUCp/rlJJbL4nDRn2OuqERq8nL1I3xiD6H2Xwnyhj3eiuM= Received: by 10.70.123.14 with SMTP id v14mr2868321wxc.1187866429280; Thu, 23 Aug 2007 03:53:49 -0700 (PDT) Received: by 10.100.139.5 with HTTP; Thu, 23 Aug 2007 03:53:49 -0700 (PDT) Message-ID: <61cd21ad0708230353j5c11a72br7948cf74be639f8a@mail.gmail.com> Date: Thu, 23 Aug 2007 16:23:49 +0530 From: "Kavita Gangal" To: "Swarm Support" Subject: Re: [Swarm-Support] Query regarding plotting a graph in Swarm. In-Reply-To: <61cd21ad0708222359s379730c6ga567429b455ac736@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_151463_2103188.1187866429173" References: <61cd21ad0708212124y87c4e01rd54dc2ecbdeadf7c@mail.gmail.com> <46CC5393.5040000@LangRailsback.com> <61cd21ad0708222359s379730c6ga567429b455ac736@mail.gmail.com> X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:54:25 -0000 ------=_Part_151463_2103188.1187866429173 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I found the Stupid_Cell.Data I included that file in the project. after running the file it shows the control panel but when you pres start then it displays messages as follows: Error: input file not found Exception in thread "main" java.lang.RuntimeException: Error: input file in wrong format at stupidModel15.DoubleFileGridReader.wrongFormat( DoubleFileGridReader.java:70) at stupidModel15.DoubleFileGridReader.(DoubleFileGridReader.java :24) at stupidModel15.StupidModelSwarm.buildObjects(StupidModelSwarm.java :107) at stupidModel15.StupidObserverSwarm.buildObjects( StupidObserverSwarm.java:72) at stupidModel15.StartStupidModel.main(StartStupidModel.java:29) *** event raised for warning: WarningMessage *** function: swarm_directory_java_ensure_selector(), file: /src/swarm/src/defobj/java.m, line: 1995 Method `add:' type (v0@0:0@0) differs from Swarm method's type (C12@0:4@8) *** execution continuing... *** event raised for warning: WarningMessage *** function: swarm_directory_java_ensure_selector(), file: /src/swarm/src/defobj/java.m, line: 1995 Method `remove:' type (v0@0:0@0) differs from Swarm method's type (@12@0:4@8 ) *** execution continuing... And nothing else happens afterwards. On 8/23/07, Kavita Gangal wrote: > > > Hello Steve, > Thanks a lot for helping out , > > There are few more problems.. > > >There should be a file "Stupid_Cell.Data" packaged with the > > >StupidModel15 code. I think it just needs to be in your working > > directory. > > > This file (Stupid_Cell.Data) is not available in the stupidModel Zip > package. > Only 6 java files were there.. > > Also while running my program I'm getting an error saying the following: > > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100d417c, pid=3172, > tid=1488 > # > # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode) > # Problematic frame: > # C [javaswarm.dll+0xd417c] > # > # An error report file with more information is saved as > hs_err_pid3172.log > # > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # > > I have the method "_update_()" in my ObserverSwarm just as described in > the package stupidModel15.StupidObserverSwarm. > When i started to debug, the program halted at the statement : > populationGraph.step(); > and produced the above error. > > Can u pls explain it? > > > -- > > Thanks and Regards, > Kavita Gangal > -- > TIFR > -- Thanks and Regards, Kavita Gangal -- TIFR ------=_Part_151463_2103188.1187866429173 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,
I found the Stupid_Cell.Data
I included that file in the project. after running the file it shows the control panel but when you pres start then it displays messages as follows:

Error:  input file not found
Exception in thread "main" java.lang.RuntimeException: Error:  input file in wrong format
    at stupidModel15.DoubleFileGridReader.wrongFormat(DoubleFileGridReader.java:70)
    at stupidModel15.DoubleFileGridReader .<init>(DoubleFileGridReader.java:24)
    at stupidModel15.StupidModelSwarm.buildObjects(StupidModelSwarm.java:107)
    at stupidModel15.StupidObserverSwarm.buildObjects(StupidObserverSwarm.java:72)
    at stupidModel15.StartStupidModel.main (StartStupidModel.java:29)
*** event raised for warning: WarningMessage
*** function: swarm_directory_java_ensure_selector(), file: /src/swarm/src/defobj/java.m, line: 1995
Method `add:' type (v0@0:0@0) differs from Swarm method's type ( C12@0:4@8)
*** execution continuing...
*** event raised for warning: WarningMessage
*** function: swarm_directory_java_ensure_selector(), file: /src/swarm/src/defobj/java.m, line: 1995
Method `remove:' type (v0@0:0@0) differs from Swarm method's type (@12@0:4@8)
*** execution continuing...

And nothing else happens afterwards.


On 8/23/07, Kavita Gangal < kavitg@gmail.com> wrote:

Hello Steve,
Thanks a lot for helping out ,

There are few more problems..

>There should be a file "Stupid_Cell.Data" packaged with the
>StupidModel15 code. I think it just needs to be in your working directory.

This file (Stupid_Cell.Data) is not available in the stupidModel Zip package.
Only 6 java files were there..

Also while running my program I'm getting an error saying the following:

# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100d417c, pid=3172, tid=1488
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# C  [javaswarm.dll+0xd417c]
#
# An error report file with more information is saved as hs_err_pid3172.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

I have the method "_update_()" in my ObserverSwarm just as described in the package stupidModel15.StupidObserverSwarm.
When i started to debug, the program halted at the statement : populationGraph.step();
and produced the above error.

Can u pls explain it?


--

Thanks and Regards,
Kavita Gangal
--
TIFR



--

Thanks and Regards,
Kavita Gangal
--
TIFR ------=_Part_151463_2103188.1187866429173-- From Steve@LangRailsback.com Thu Aug 23 10:29:05 2007 Received: from humboldt1.com (exthelm-1.humboldt1.com [206.13.45.11]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7NEST8v007540 for ; Thu, 23 Aug 2007 10:29:04 -0400 Received: from [127.0.0.1] (69-12-249-151.dsl.dynamic.humboldt1.com [69.12.249.151]) by humboldt1.com (8.13.4/8.13.4) with ESMTP id l7NEH2ZV027385 for ; Thu, 23 Aug 2007 07:17:22 -0700 Message-ID: <46CD9972.7020708@LangRailsback.com> Date: Thu, 23 Aug 2007 07:28:02 -0700 From: Steve Railsback User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] Query regarding plotting a graph in Swarm. References: <61cd21ad0708212124y87c4e01rd54dc2ecbdeadf7c@mail.gmail.com> <46CC5393.5040000@LangRailsback.com> <61cd21ad0708222359s379730c6ga567429b455ac736@mail.gmail.com> <61cd21ad0708230353j5c11a72br7948cf74be639f8a@mail.gmail.com> In-Reply-To: <61cd21ad0708230353j5c11a72br7948cf74be639f8a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:29:05 -0000 Kavita Gangal wrote: > Hello, > I found the Stupid_Cell.Data > I included that file in the project. after running the file it shows the > control panel but when you pres start then it displays messages as follows: Might this be a DOS vs. Unix file format problem? Do you know how to convert formats? Steve From pauljohn@ku.edu Thu Aug 23 14:08:39 2007 Received: from imc3.home.ku.edu (imc3.home.ku.edu [129.237.37.55]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7NI82pH027515 for ; Thu, 23 Aug 2007 14:08:39 -0400 Received: from authsmtp.ku.edu ([129.237.37.33]) by imc3.home.ku.edu with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2007 13:08:00 -0500 Received: from [192.168.0.3] ([24.124.39.2]) by authsmtp.ku.edu with Microsoft SMTPSVC(6.0.3790.1830); Thu, 23 Aug 2007 13:07:58 -0500 Message-ID: <46CDCCFE.20803@ku.edu> Date: Thu, 23 Aug 2007 13:07:58 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMsfor Fedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu><46CC45D1.70604@ku.edu> <77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Aug 2007 18:07:58.0212 (UTC) FILETIME=[89322C40:01C7E5B0] X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pauljohn@ku.edu, Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:08:39 -0000 Marcus G. Daniels wrote: > Paul Johnson wrote: > >> On my systems, swarm programs fail because they cannot find >> "registerClient". I keep meaning to look into it, but also keep >> hoping this is caused by some of the Macintosh suppport changes that >> have been going on and that it would fix itself. >> > Another datapoint: a build of the current CVS sources (not from a SRPM > -- can't find the 2.2.4 version on your site), does work for me with the > current Fedora 8 alpha. This is on x86_64. > _______________________________________________ > I took the 2.2.4 RPM/SRPM down because I was too embarrassed. So I go back to start and try to figure out what is wrong. Once again, a brainless automaton, blinded by the autoconf and automake crap. In Swarm CVS, do you run the "autogen.sh" script to do the work for you? When I do that, I see this stuff. Is this where my trouble begins? Let me know, then I'll proceed to step 2. **Warning**: only tested with version 2.59 of autoconf and may not work with version 2.61 **Warning**: only tested with version 1.9.6 of automake and may not work with version 1.10 processing ./libobjc Running aclocal -I m4 -I . ... Running autoheader... Running autoconf ... Running automake --gnu ... Makefile.am:36: addsuffix .lo,$(basename $(libswarmobjc_la_SOURCES: non-POSIX variable name Makefile.am:36: (probably a GNU make extension) processing . Running aclocal -I m4 -I . ... Running autoheader... Running autoconf ... Running automake --gnu ... java/Makefile.am:13: foreach module,$(MODULES: non-POSIX variable name java/Makefile.am:13: (probably a GNU make extension) java/Makefile.am:27: $(JAVASTUBS: non-POSIX variable name java/Makefile.am:28: $(JAVASTUBS: non-POSIX variable name java/Makefile.am:43: foreach module,$(MODULES: non-POSIX variable name java/Makefile.am:43: (probably a GNU make extension) java/Makefile.am:44: if $(GUIDIR: non-POSIX variable name java/Makefile.am:44: (probably a GNU make extension) java/Makefile.am:46: addprefix $(srcdir: non-POSIX variable name java/Makefile.am:46: (probably a GNU make extension) java/Makefile.am:46: wildcard swarm/*.java: non-POSIX variable name java/Makefile.am:46: (probably a GNU make extension) java/Makefile.am:46: foreach module,$(MODULES: non-POSIX variable name java/Makefile.am:46: (probably a GNU make extension) java/Makefile.am:46: wildcard swarm/$(module: non-POSIX variable name java/Makefile.am:46: (probably a GNU make extension) java/Makefile.am:51: patsubst %.java,%.lo,$(notdir $(JAVA_SRC: non-POSIX variable name java/Makefile.am:51: (probably a GNU make extension) src/Makefile.am:35: foreach module,$(SWARMMODULES: non-POSIX variable name src/Makefile.am:35: (probably a GNU make extension) src/Makefile.am:56: foreach module,$(SWARMMODULES: non-POSIX variable name src/Makefile.am:56: (probably a GNU make extension) src/Makefile.am:56: if $(filter yes,$(USEDLL: non-POSIX variable name src/Makefile.am:56: (probably a GNU make extension) src/Makefile.am:59: foreach module,$(SWARMMODULES: non-POSIX variable name src/Makefile.am:59: (probably a GNU make extension) src/Makefile.am:65: foreach module,$(SWARMMODULES: non-POSIX variable name src/Makefile.am:65: (probably a GNU make extension) src/Makefile.am:69: filter-out $(FFILIB: non-POSIX variable name src/Makefile.am:69: (probably a GNU make extension) src/Makefile.am:79: foreach module,$(SWARMMODULES: non-POSIX variable name src/Makefile.am:79: (probably a GNU make extension) src/Makefile.am:79: if $(GUIDIR: non-POSIX variable name src/Makefile.am:79: (probably a GNU make extension) src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/activity/Makefile.am:8: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/activity/Makefile.am:8: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/activity/Makefile.am:8: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/activity/Makefile.am:8: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/analysis/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/analysis/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/analysis/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/analysis/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/collections/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/collections/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/collections/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/collections/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/defobj/Makefile.am:9: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/defobj/Makefile.am:9: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/defobj/Makefile.am:9: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/defobj/Makefile.am:9: `src/Makefile.rules' included from here src/defobj/Makefile.am:52: foreach module,$(MODULES: non-POSIX variable name src/defobj/Makefile.am:52: (probably a GNU make extension) src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/gui/Makefile.am:4: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/gui/Makefile.am:4: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/gui/Makefile.am:4: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/gui/Makefile.am:4: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/misc/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/misc/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/misc/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/misc/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/objectbase/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/objectbase/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/objectbase/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/objectbase/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/random/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/random/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/random/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/random/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/simtools/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/simtools/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/simtools/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/simtools/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/simtoolsgui/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/simtoolsgui/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/simtoolsgui/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/simtoolsgui/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:16: firstword $(BUILT_SOURCES: non-POSIX variable name src/Makefile.rules:16: (probably a GNU make extension) src/space/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:17: filter-out $(xm_file: non-POSIX variable name src/Makefile.rules:17: (probably a GNU make extension) src/space/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:21: firstword $(TYPEINFO: non-POSIX variable name src/Makefile.rules:21: (probably a GNU make extension) src/space/Makefile.am:7: `src/Makefile.rules' included from here src/Makefile.rules:22: lib$(MODULE: non-POSIX variable name src/space/Makefile.am:7: `src/Makefile.rules' included from here -- Paul E. Johnson email: pauljohn@ku.edu Professor, Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From mgd@santafe.edu Thu Aug 23 14:36:19 2007 Received: from mailwasher-b.lanl.gov (mailwasher.lanl.gov [192.65.95.54]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7NIZig4030121 for ; Thu, 23 Aug 2007 14:36:19 -0400 Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailwasher-b.lanl.gov (8.13.8/8.13.6/(ccn-5)) with ESMTP id l7NIZhkb002016 for ; Thu, 23 Aug 2007 12:35:43 -0600 Received: from [128.165.24.84] (maxine.lanl.gov [128.165.24.84]) by mailrelay1.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l7NIZeHT008014 for ; Thu, 23 Aug 2007 12:35:40 -0600 Message-ID: <46CDD37D.4080808@santafe.edu> Date: Thu, 23 Aug 2007 12:35:41 -0600 From: "Marcus G. Daniels" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMsfor Fedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu><46CC45D1.70604@ku.edu> <77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu> <46CDCCFE.20803@ku.edu> In-Reply-To: <46CDCCFE.20803@ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: mgd@santafe.edu X-Spam-Status: No X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:36:19 -0000 Paul Johnson wrote: > In Swarm CVS, do you run the "autogen.sh" script to do the work for > you? When I do that, I see this stuff. Is this where my trouble > begins? Let me know, then I'll proceed to step 2. Yeah, it's emits a lot of warnings, but they should be benign. Someday someone should fix that. From yuefengch@163.com Fri Aug 24 06:34:14 2007 Received: from m13-56.163.com (m13-56.163.com [220.181.13.56]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l7OAXWPb015232 for ; Fri, 24 Aug 2007 06:34:11 -0400 Received: from 121.43.206.124 ( 121.43.206.124 [121.43.206.124] ) by ajax-webmail-wmsvr56 (Coremail) ; Fri, 24 Aug 2007 18:33:21 +0800 (CST) Date: Fri, 24 Aug 2007 18:33:21 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <14839740.863701187951601949.JavaMail.coremail@bj163app56.163.com> In-Reply-To: <200708231600.l7NG030q016217@cscs01.cscs.lsa.umich.edu> References: <200708231600.l7NG030q016217@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_89646_192542.1187951601947" X-Originating-IP: [192.168.208.57 (121.43.206.124)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] visiualize X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:34:14 -0000 ------=_Part_89646_192542.1187951601947 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit hello, how to visiualize contiunious space in swarm.swarm Object2DDisplay don't meet the model need. ------=_Part_89646_192542.1187951601947 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
 
hello,
   how to visiualize contiunious space in swarm.
swarm Object2DDisplay don't meet the model need.



=CD=F8 =D2=D7 Yeah.net =C3=E2 =B7=D1 =D3=CA =CF=E4 =C8=AB =D0=C2 =B8= =C4 =B0=E6=A3=AC=D5=E4 =B2=D8 =D5=CA =BA=C5 =BF=AA =B7=C5=A3=AC=BF=EC =C0= =B4 =C7=C0 =D7=A2 >> ------=_Part_89646_192542.1187951601947-- From kavitg@gmail.com Fri Aug 24 06:36:06 2007 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7OAZUDM015398 for ; Fri, 24 Aug 2007 06:36:05 -0400 Received: by wr-out-0506.google.com with SMTP id c48so607511wra for ; Fri, 24 Aug 2007 03:35:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=gMP1/Yl25bdzusSs5eiC+NHU7kfmxUQF9TVyxvWlH1HLF2CtZpq8bLfxiJJZMiVC5ft+j0xlUFVfYD0OSKUyI7MoQsjgP6p0rAItNeo5NyDvJEFVVb9s+maBaVDVu1D7aLD0U/jFAKpz5Ikmy3VWYjcGj0OAoPwbvlFpfHU9qS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=OQMtCvE+pZPwTg2DVpM0tO/qqxFlP17xwo0vSAurDGPdY9Z8dSIisQ6170zr8vLIORYUZ38evywBRpnYKo3IIZvyz5QSv9DoHobPOgyNHXunv0uPknVotNg5Yo5IK8Q+1E2ftYyeid7O3HoR7hvcN2hYOEQjEohoELuWWUS8mdE= Received: by 10.90.100.2 with SMTP id x2mr8428168agb.1187951730324; Fri, 24 Aug 2007 03:35:30 -0700 (PDT) Received: by 10.100.139.5 with HTTP; Fri, 24 Aug 2007 03:35:30 -0700 (PDT) Message-ID: <61cd21ad0708240335u3cab3b3m932d5a256d950c2f@mail.gmail.com> Date: Fri, 24 Aug 2007 16:05:30 +0530 From: "Kavita Gangal" To: "Swarm Support" Subject: Re: [Swarm-Support] Query regarding plotting a graph in Swarm. In-Reply-To: <46CD9972.7020708@LangRailsback.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_169058_6247915.1187951730286" References: <61cd21ad0708212124y87c4e01rd54dc2ecbdeadf7c@mail.gmail.com> <46CC5393.5040000@LangRailsback.com> <61cd21ad0708222359s379730c6ga567429b455ac736@mail.gmail.com> <61cd21ad0708230353j5c11a72br7948cf74be639f8a@mail.gmail.com> <46CD9972.7020708@LangRailsback.com> X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:36:06 -0000 ------=_Part_169058_6247915.1187951730286 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I don't know how to convert formats i.e. converting input files from Unix to DOS format. I'll explain my problem again: I need to plot population (i.e. the number of elements in a list) vs timeline. I tried using the following two methods of the EZGraph :createCountSequence$withFeedFrom$andSelector and createSequence$withFeedFrom$andSelector. While debugging both the times the control came to the _update_ method and execution stopped at this statement : populationGraph.step(); And it is producing a java error which says following: # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100d417c, pid=3068, tid=4060 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode) # Problematic frame: # C [javaswarm.dll+0xd417c] # # An error report file with more information is saved as hs_err_pid3068.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Can someone please explain 2 things: 1. Why this error is getting produced? 2. How do the methods work exactly? On 8/23/07, Steve Railsback wrote: > > Kavita Gangal wrote: > > Hello, > > I found the Stupid_Cell.Data > > I included that file in the project. after running the file it shows the > > control panel but when you pres start then it displays messages as > follows: > > Might this be a DOS vs. Unix file format problem? Do you know how to > convert formats? > > Steve > > > > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support > -- Thanks and Regards, Kavita Gangal -- TIFR ------=_Part_169058_6247915.1187951730286 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello,

I don't know how to convert formats i.e. converting input files from Unix to DOS format.

I'll explain my problem again:
I need to plot population (i.e. the number of elements in a list) vs timeline.
I tried using the following two methods of the EZGraph :createCountSequence$withFeedFrom$andSelector and createSequence$withFeedFrom$andSelector.
While debugging both the times the control came to the _update_ method and execution stopped at this statement : populationGraph.step();
And it is producing a java error which says following:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100d417c, pid=3068, tid=4060
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# C  [javaswarm.dll+0xd417c]
#
# An error report file with more information is saved as hs_err_pid3068.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Can someone please explain 2 things:
1. Why this error is getting produced?
2. How do the methods work exactly?




On 8/23/07, Steve Railsback < Steve@langrailsback.com> wrote:
Kavita Gangal wrote:
> Hello,
> I found the Stupid_Cell.Data
> I included that file in the project. after running the file it shows the
> control panel but when you pres start then it displays messages as follows:

Might this be a DOS vs. Unix file format problem? Do you know how to
convert formats?

Steve



_______________________________________________
Support mailing list
Support@swarm.org
http://www.swarm.org/mailman/listinfo/support



--

Thanks and Regards,
Kavita Gangal
--
TIFR ------=_Part_169058_6247915.1187951730286-- From yuefengch@163.com Fri Aug 24 06:37:59 2007 Received: from m13-56.163.com (m13-56.163.com [220.181.13.56]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l7OAbLJ4015506 for ; Fri, 24 Aug 2007 06:37:58 -0400 Received: from 121.43.206.124 ( 121.43.206.124 [121.43.206.124] ) by ajax-webmail-wmsvr56 (Coremail) ; Fri, 24 Aug 2007 18:37:17 +0800 (CST) Date: Fri, 24 Aug 2007 18:37:17 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <33358456.864811187951837592.JavaMail.coremail@bj163app56.163.com> In-Reply-To: <200708231600.l7NG030q016217@cscs01.cscs.lsa.umich.edu> References: <200708231600.l7NG030q016217@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_89758_21927061.1187951837590" X-Originating-IP: [192.168.208.58 (121.43.206.124)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] debug X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:37:59 -0000 ------=_Part_89758_21927061.1187951837590 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit hello, how to debug a program which may be execute out to debug environment and swarm. thank you! yuefengch ------=_Part_89758_21927061.1187951837590 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
 
hello,
  how to debug a program which may be execute out to debug enviro= nment and swarm.
  thank you!
            yue= fengch
 
 

 

=

=CD=F8 =D2=D7 Yeah.net =C3=E2 =B7=D1 =D3=CA =CF=E4 =C8=AB =D0=C2 =B8= =C4 =B0=E6=A3=AC=D5=E4 =B2=D8 =D5=CA =BA=C5 =BF=AA =B7=C5=A3=AC=BF=EC =C0= =B4 =C7=C0 =D7=A2 >> ------=_Part_89758_21927061.1187951837590-- From mgd@santafe.edu Fri Aug 24 14:30:02 2007 Received: from mailwasher-b.lanl.gov (mailwasher.lanl.gov [192.65.95.54]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7OITR6j023902 for ; Fri, 24 Aug 2007 14:30:02 -0400 Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher-b.lanl.gov (8.13.8/8.13.6/(ccn-5)) with ESMTP id l7OITQGp013966 for ; Fri, 24 Aug 2007 12:29:26 -0600 Received: from [128.165.24.84] (maxine.lanl.gov [128.165.24.84]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id l7OITNW2024386 for ; Fri, 24 Aug 2007 12:29:23 -0600 Message-ID: <46CF2382.2030106@santafe.edu> Date: Fri, 24 Aug 2007 12:29:22 -0600 From: "Marcus G. Daniels" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMsfor Fedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu><46CC45D1.70604@ku.edu> <77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu> <46CDCCFE.20803@ku.edu> In-Reply-To: <46CDCCFE.20803@ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: mgd@santafe.edu X-Spam-Status: No X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:30:02 -0000 Paul Johnson wrote: >> Another datapoint: a build of the current CVS sources (not from a >> SRPM -- can't find the 2.2.4 version on your site), does work for me >> with the current Fedora 8 alpha. This is on x86_64. And another: plain source build on i686 Fedora 7 works for me too. Factoid: Consider http://www.virtualbox.org when you need to test on an OS you don't have installed on a real machine. It seems to be as fast as VMware, but it's open source. From pauljohn@ku.edu Fri Aug 24 15:28:03 2007 Received: from smtpku2.cc.ku.edu (smtpku2.cc.ku.edu [129.237.11.34]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7OJRREK028845 for ; Fri, 24 Aug 2007 15:28:03 -0400 Received: from pols110.pols.ku.edu (pols110.pols.ku.edu [129.237.61.25]) by smtpku2.cc.ku.edu (8.12.11.20060308/8.12.11) with ESMTP id l7OJRRtX017048 for ; Fri, 24 Aug 2007 14:27:27 -0500 Message-ID: <46CF311F.30601@ku.edu> Date: Fri, 24 Aug 2007 14:27:27 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] debug References: <200708231600.l7NG030q016217@cscs01.cscs.lsa.umich.edu> <77830D303C6C574884A7083CC4012021068DCF1C@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCF1C@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 19:28:03 -0000 yuefengch wrote: > > hello, > how to debug a program which may be execute out to debug environment and swarm. > thank you! > yuefengch > Did GNU debugger that I recommended last time you asked cause trouble? http://pj.freefaculty.org/SwarmFaq/Memos/GDBUsage01.txt http://pj.freefaculty.org/SwarmFaq/Memos/GDBUsage02.txt http://pj.freefaculty.org/SwarmFaq/Memos/GDBusageExamples.txt If So, what did you try? -- Paul E. Johnson email: pauljohn@ku.edu Dept. of Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From pauljohn@ku.edu Fri Aug 24 15:34:37 2007 Received: from smtpku2.cc.ku.edu (smtpku2.cc.ku.edu [129.237.11.34]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7OJY281029437 for ; Fri, 24 Aug 2007 15:34:37 -0400 Received: from pols110.pols.ku.edu (pols110.pols.ku.edu [129.237.61.25]) by smtpku2.cc.ku.edu (8.12.11.20060308/8.12.11) with ESMTP id l7OJY1hP017105 for ; Fri, 24 Aug 2007 14:34:02 -0500 Message-ID: <46CF32A9.6070608@ku.edu> Date: Fri, 24 Aug 2007 14:34:01 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMsforFedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu><46CC45D1.70604@ku.edu> <77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu><46CDCCFE.20803@ku.edu> <77830D303C6C574884A7083CC4012021068DCF29@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCF29@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 19:34:37 -0000 Marcus G. Daniels wrote: > Paul Johnson wrote: >>> Another datapoint: a build of the current CVS sources (not from a >>> SRPM -- can't find the 2.2.4 version on your site), does work for me >>> with the current Fedora 8 alpha. This is on x86_64. > And another: plain source build on i686 Fedora 7 works for me too. > Thank you for the encouragement. I think I have found my mistake. I was applying a patch you sent me quite a while ago to fix the Java compile, but it was unnecessary. Now that I have taken a clean CVS download and built RPMs, they seem to work. I'll upload RPMs on http://pj.freefaculty.org/Swarm after I test 2 more computers where I DID NOT build these RPMs. -- Paul E. Johnson email: pauljohn@ku.edu Dept. of Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From pietro.terna@unito.it Sat Aug 25 16:29:04 2007 Received: from eco83.econ.unito.it (eco83.econ.unito.it [130.192.102.83]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7PKSStJ028317 for ; Sat, 25 Aug 2007 16:29:03 -0400 Received: from PC-pt.unito.it (eco83.econ.unito.it [130.192.102.83]) by eco83.econ.unito.it (8.12.10/8.12.10) with ESMTP id l7PKSQat009986 for ; Sat, 25 Aug 2007 22:28:27 +0200 Message-Id: <200708252028.l7PKSQat009986@eco83.econ.unito.it> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 25 Aug 2007 22:27:52 +0200 To: Swarm Support From: Pietro Terna Subject: Re: [SPAM] Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiled yesterday, RPMsforFedora 7 posted. Swarmapps-objc update soon to follow In-Reply-To: <46CF32A9.6070608@ku.edu> References: <46AFA8D6.7020703@ku.edu> <77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu> <46CC45D1.70604@ku.edu> <77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu> <46CDCCFE.20803@ku.edu> <77830D303C6C574884A7083CC4012021068DCF29@MAILBOXSIX.home.ku.edu> <46CF32A9.6070608@ku.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:29:04 -0000 At 21.34 24/08/2007, you wrote: >I'll upload RPMs on http://pj.freefaculty.org/Swarm after I test 2 >more computers where I DID NOT build these RPMs. > > >-- >Paul E. Johnson email: pauljohn@ku.edu Hi Paul, the links to 2.2.4 file at http://pj.freefaculty.org/Swarm/ seem to be broken. Best, Pietro From jaksonaquino@gmail.com Sat Aug 25 19:27:32 2007 Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.251]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7PNQu7S010192 for ; Sat, 25 Aug 2007 19:27:32 -0400 Received: by ag-out-0708.google.com with SMTP id 22so2400935agd for ; Sat, 25 Aug 2007 16:26:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Uf5mE/cjDzEHCKMy8WeMDF0XZiju7nLR2F4Qbw19NSjaOMQgvTKiFrC+/TC7f0cqNeMrr/g9Otj7LK7M8LKNMSy9AR4jk/9HdZhm7sumWxdprbQSt18sph3cWhxtPxcJ/FO5BQqnz/jLv35HnfDKlX4UzMuCs/Va1rAuNWitxoM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=duM6AXfx3/M4sJdjF5mSU9ikS0sTYNt+5qpMKgo9d3A4P3a5AIErLc35YDSKyUNlyddqR9nDAeBxWlrp90dpflYmMldruhTJIFVJTsSQE5GjSISt9IZXmzBwtxMRXpMmlQRo7jne9EQGoLlnTclQf2NtmdPuF43hWPDMy5JpuTg= Received: by 10.70.76.13 with SMTP id y13mr7529657wxa.1188084415926; Sat, 25 Aug 2007 16:26:55 -0700 (PDT) Received: from localhost ( [200.102.25.63]) by mx.google.com with ESMTPS id i18sm6188246wxd.2007.08.25.16.26.41 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Aug 2007 16:26:51 -0700 (PDT) Date: Sat, 25 Aug 2007 20:26:20 -0300 From: "Jakson A. Aquino" To: support@swarm.org Subject: Re: [Swarm-Support] Debian package of swarm Message-ID: <20070825232620.GA2040@xyz> References: <20070819155249.GB6488@xyz> <46CACB66.1050108@lvk.cs.msu.su> <20070821131647.GA29491@xyz> <46CAF80E.7070606@LangRailsback.com> <20070821181617.GA30077@xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070821181617.GA30077@xyz> User-Agent: Mutt/1.5.13 (2006-08-11) X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 23:27:32 -0000 On Tue, Aug 21, 2007 at 03:16:17PM -0300, Jakson A. Aquino wrote: > On Tue, Aug 21, 2007 at 07:34:54AM -0700, Steve Railsback wrote: > > Jakson A. Aquino wrote: > > When you are ready, Jakson, we would put your Debian/Ubuntu package on > > the Swarm download site if it is OK with you. Thanks very much for > > putting it together. > > Yes, I would be glad to see the package there! I think that in one or > two weeks they will be OK. Currently, the packages are not 100% in > accordance with Debian Policy. I uploaded the new Debian packages of swarm, including libswarm-dbg to http://jalvesaq.googlepages.com/swarm.html . Although the packages are working perfectly to me, lintian---a tool to check the accordance of a package with Debian Policy---is still issuing two warnings, but I don't know neither what exactly they mean nor how to solve them: W: libswarm: shlib-with-executable-stack usr/lib/swarm/libswarm.so.0.0.0 W: libswarm: binary-or-shlib-defines-rpath ./usr/lib/swarm/libswarm.so.0.0.0 /usr/lib:/usr/lib/shared Another warning refers to a script used only when swarm is compiled on MacOS X and I certainly it's harmless on Debian based systems: W: libswarm-dev: script-not-executable ./usr/share/libswarm/etc/swarmrc Unless someone still has suggestions on how to improve the packages, I think they are ready. While the binaries probably are useful only for Ubuntu 7.04, the .diff.gz and .dsc files might be used to build packages for any other Debian derived system. Best regards, Jakson From pauljohn@ku.edu Mon Aug 27 17:44:23 2007 Received: from imc2.home.ku.edu (imc2.home.ku.edu [129.237.37.53]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7RLhm1x016628 for ; Mon, 27 Aug 2007 17:44:23 -0400 Received: from authsmtp.ku.edu ([129.237.37.33]) by imc2.home.ku.edu with Microsoft SMTPSVC(6.0.3790.3959); Mon, 27 Aug 2007 16:43:47 -0500 Received: from [192.168.0.105] ([24.124.98.181]) by authsmtp.ku.edu with Microsoft SMTPSVC(6.0.3790.1830); Mon, 27 Aug 2007 16:43:47 -0500 Message-ID: <46D34593.6060707@ku.edu> Date: Mon, 27 Aug 2007 16:43:47 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [SPAM] Re: [SPAM] [Swarm-Support] Swarm-2.2.4 compiledyesterday, RPMsforFedora 7 posted. Swarmapps-objc update soon to follow References: <46AFA8D6.7020703@ku.edu><77830D303C6C574884A7083CC4012021068DCEAD@MAILBOXSIX.home.ku.edu><46CC45D1.70604@ku.edu><77830D303C6C574884A7083CC4012021068DCED7@MAILBOXSIX.home.ku.edu><46CDCCFE.20803@ku.edu><77830D303C6C574884A7083CC4012021068DCF29@MAILBOXSIX.home.ku.edu><46CF32A9.6070608@ku.edu> <77830D303C6C574884A7083CC4012021068DCF42@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCF42@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Aug 2007 21:43:47.0043 (UTC) FILETIME=[58F3FB30:01C7E8F3] X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pauljohn@ku.edu, Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 21:44:23 -0000 Pietro Terna wrote: > At 21.34 24/08/2007, you wrote: > > >> I'll upload RPMs on http://pj.freefaculty.org/Swarm after I test 2 >> more computers where I DID NOT build these RPMs. >> >> >> -- >> Paul E. Johnson email: pauljohn@ku.edu >> > > Hi Paul, the links to 2.2.4 file at > http://pj.freefaculty.org/Swarm/ seem to be broken. > > Yes. I removed the bad RPMS because there was a patch that I mistakenly applied and broke everything. This has been a humbling experience. I Just put up new ones that have worked on 2 test systems. Hope they do not break your Swarm life. http://pj.freefaculty.org/Swarm/Swarm-2.2X_F7/ The ones with 2.2.4-2 in the version number are the newest, as in http://pj.freefaculty.org/Swarm/Swarm-2.2X_F7/swarm-2.2.4-2_fc7.i386.rpm -- Paul E. Johnson email: pauljohn@ku.edu Professor, Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From yuefengch@163.com Fri Aug 31 04:07:32 2007 Received: from m13-125.163.com (m13-125.163.com [220.181.13.125]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l7V86ZNH010831 for ; Fri, 31 Aug 2007 04:07:14 -0400 Received: from 60.30.96.129 ( 60.30.96.129 [60.30.96.129] ) by ajax-webmail-wmsvr125 (Coremail) ; Fri, 31 Aug 2007 16:06:23 +0800 (CST) Date: Fri, 31 Aug 2007 16:06:23 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <476815732.410081188547583989.JavaMail.coremail@bj163app125.163.com> In-Reply-To: <200708281600.l7SG033w013807@cscs01.cscs.lsa.umich.edu> References: <200708281600.l7SG033w013807@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_44269_1249394414.1188547583988" X-Originating-IP: [192.168.208.59 (60.30.96.129)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] model X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 08:07:32 -0000 ------=_Part_44269_1249394414.1188547583988 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit hello, I want to define a double environment,then put agent into its grid. I want to know whether Swarm support my idea? The program following: double x,y; [agent put self atX:x atY:y]; ------=_Part_44269_1249394414.1188547583988 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: quoted-printable
 
 
hello,
  I want to define a double environment,then put agent into its g= rid. I want to know whether Swarm support my idea?
  The program following:
   double x,y;
  [agent put self atX:x atY:y]; 
 

 

=

=CD=F8 =D2=D7 Yeah.net =C3=E2 =B7=D1 =D3=CA =CF=E4 =C8=AB =D0=C2 =B8= =C4 =B0=E6=A3=AC=D5=E4 =B2=D8 =D5=CA =BA=C5 =BF=AA =B7=C5=A3=AC=BF=EC =C0= =B4 =C7=C0 =D7=A2 >> ------=_Part_44269_1249394414.1188547583988-- From pauljohn@ku.edu Fri Aug 31 10:35:25 2007 Received: from smtpku1.cc.ku.edu (smtpku1.cc.ku.edu [129.237.11.33]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7VEYoXX009329 for ; Fri, 31 Aug 2007 10:35:25 -0400 Received: from pols110.pols.ku.edu (pols110.pols.ku.edu [129.237.61.25]) by smtpku1.cc.ku.edu (8.12.11/8.12.11) with ESMTP id l7VEYom1031592 for ; Fri, 31 Aug 2007 09:34:50 -0500 Message-ID: <46D8270A.4080800@ku.edu> Date: Fri, 31 Aug 2007 09:34:50 -0500 From: Paul Johnson User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Swarm Support Subject: Re: [Swarm-Support] model References: <200708281600.l7SG033w013807@cscs01.cscs.lsa.umich.edu> <77830D303C6C574884A7083CC4012021068DCFF6@MAILBOXSIX.home.ku.edu> In-Reply-To: <77830D303C6C574884A7083CC4012021068DCFF6@MAILBOXSIX.home.ku.edu> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 14:35:25 -0000 yuefengch wrote: > > > hello, > I want to define a double environment,then put agent into its grid. I want to know whether Swarm support my idea? > The program following: > double x,y; > [agent put self atX:x atY:y]; No, the Grid classes support integers. I think I've mentioned to you before that you can create a very fine grid, say 1000x1000, and then put agents into integer values on that grid. It is necessary to convert x and y to integers. -- Paul E. Johnson email: pauljohn@ku.edu Dept. of Political Science http://pj.freefaculty.org 1541 Lilac Lane, Rm 504 University of Kansas Office: (785) 864-9086 Lawrence, Kansas 66044-3177 FAX: (785) 864-5700 From jaksonaquino@gmail.com Fri Aug 31 11:34:14 2007 Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7VFXd5k014229 for ; Fri, 31 Aug 2007 11:34:14 -0400 Received: by nz-out-0506.google.com with SMTP id o37so618586nzf for ; Fri, 31 Aug 2007 08:33:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oB7XdGeNdu29VI45Xkzaz+RT8rqTxPqkNIxNhQWbLSX0EZwtuP7yKz0ynBiodBByS+n2+Sh/dQOVZs0gZXu8d/GPDz3Nm6umEAO7j2tWyxLiJKyj3Yo2BwZpozHmRUFwhmqJkbyBZhrv47dyf4s16iwor2r5HriwOIYmzMpLoAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=shuOEPoxtA+bJQY9PtztaRrxVfqyuf4nsiqQj3vMMZzCF48kjg7nNLQKC1wzwfiEOyTSkyJA+ny9q17BA/wgSL/IsLKyPnpr4fjBorBhLTHyvn6AS3fJI+z479j2sC+qpolJhgI27efyDmLzFviwKkcGnVrHDPPZms4+E9DCn6c= Received: by 10.65.138.4 with SMTP id q4mr3580644qbn.1188574419158; Fri, 31 Aug 2007 08:33:39 -0700 (PDT) Received: by 10.65.243.13 with HTTP; Fri, 31 Aug 2007 08:33:39 -0700 (PDT) Message-ID: <58b046340708310833s53606ce7j985ae48b052868ef@mail.gmail.com> Date: Fri, 31 Aug 2007 12:33:39 -0300 From: "Jakson A. Aquino" To: support@swarm.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Swarm-Support] mouse wheel and ZoonRaster X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 15:34:14 -0000 Hello! An swarm application has its execution aborted when I move the mouse wheel with the mouse pointer over the ZoonRaster. The solution seems to be the addition of two cases in a switch statement at swarm-2.2.3/src/tkobjc/Raster.m, line : case 4: case 5: break; I applied the patch below to the Debian package, but probably there is no need of warning that the wheel movement will be ignored because the user will see that nothing happens. I copied and pasted the warning from a function that was some lines above, where the warning is really necessary: --- swarm-2.2.3.orig/src/tkobjc/Raster.m +++ swarm-2.2.3/src/tkobjc/Raster.m @@ -209,6 +209,11 @@ case ButtonLeft: c = button1Client; sel = button1Sel; break; case ButtonMiddle: c = button2Client; sel = button2Sel; break; case ButtonRight: c = button3Client; sel = button3Sel; break; + case 4: + case 5: + raiseEvent (WarningMessage, + "Don't know how to handle button %d, ignoring.\n", n); + break; default: raiseEvent(SourceMessage, "Button %d out of range.\n"); } Best Regards, Jakson From schristley@mac.com Fri Aug 31 15:11:57 2007 Received: from osgood.cc.nd.edu (osgood.cc.nd.edu [129.74.250.227]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with ESMTP id l7VJBLxe000477 for ; Fri, 31 Aug 2007 15:11:57 -0400 Received: from [129.74.153.234] (Beauwrath.cse.nd.edu [129.74.153.234]) (authenticated bits=0) by osgood.cc.nd.edu (Switch-3.2.2/Switch-3.2.2) with ESMTP id l7VJBHOe003236 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 31 Aug 2007 15:11:17 -0400 (EDT) In-Reply-To: <476815732.410081188547583989.JavaMail.coremail@bj163app125.163.com> References: <200708281600.l7SG033w013807@cscs01.cscs.lsa.umich.edu> <476815732.410081188547583989.JavaMail.coremail@bj163app125.163.com> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 Content-Type: multipart/alternative; boundary=Apple-Mail-53--173120427 Message-Id: <7E1989DB-9B87-4B3A-AAFA-C9ECF7B7FEEB@mac.com> From: Scott Christley Subject: Re: [Swarm-Support] model Date: Fri, 31 Aug 2007 15:11:16 -0400 To: Swarm Support X-Mailer: Apple Mail (2.752.2) X-ND-MTA-Date: Fri, 31 Aug 2007 15:11:20 EDT X-ND-Virus-Scan: engine v4.4.00; dat v5028 X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 19:11:57 -0000 --Apple-Mail-53--173120427 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed There is nothing that prevents you from making the location, instance =20= variables within the agent class. It isn't necessary for your agents =20= to live on a grid space; they can live in any arbitrary space you =20 wish to define as a "location". cheers Scott @interface MyClass : Swarm { double X; double Y; } - (void)putSelfAtX:(double)xPos atY:(double)yPos @end @implementation - (void)putSelfAtX:(double)xPos atY:(double)yPos { X =3D xPos; Y =3D yPos; } @end On Aug 31, 2007, at 4:06 AM, yuefengch wrote: > > > hello, > I want to define a double environment,then put agent into its =20 > grid. I want to know whether Swarm support my idea? > The program following: > double x,y; > [agent put self atX:x atY:y]; > > > > > > =E7=BD=91 =E6=98=93 Yeah.net =E5=85=8D =E8=B4=B9 =E9=82=AE =E7=AE=B1 = =E5=85=A8 =E6=96=B0 =E6=94=B9 =E7=89=88=EF=BC=8C=E7=8F=8D =E8=97=8F =E5=B8= =90 =E5=8F=B7 =20 > =E5=BC=80 =E6=94=BE=EF=BC=8C=E5=BF=AB =E6=9D=A5 =E6=8A=A2 =E6=B3=A8 >> > _______________________________________________ > Support mailing list > Support@swarm.org > http://www.swarm.org/mailman/listinfo/support --Apple-Mail-53--173120427 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8 There is nothing that prevents = you from making the location, instance variables within the agent = class.=C2=A0 It isn't necessary for your agents to live on a grid space; = they can live in any arbitrary space you wish to define as a = "location".

cheers
Scott
@interface MyClass : = Swarm
{
double X;
double = Y;
}
- (void)putSelfAtX:(double)xPos = atY:(double)yPos
@end

@implementation
- = (void)putSelfAtX:(double)xPos = atY:(double)yPos
{
X =3D xPos;
Y =3D = yPos;
}
@end

On Aug 31, = 2007, at 4:06 AM, yuefengch wrote:

=C2=A0
=C2=A0
hello,
=
=C2=A0 I want to define a double environment,then put agent into = its grid. I want to know whether Swarm support my idea?
=
=C2=A0=C2=A0The program following:
=C2=A0=C2=A0 double = x,y;
=C2=A0 [agent put self atX:x atY:y];=C2=A0
=
=C2=A0

=C2=A0



=E7=BD=91 =E6=98=93 Yeah.net =E5=85=8D =E8=B4=B9 =E9=82=AE = =E7=AE=B1 =E5=85=A8 =E6=96=B0 =E6=94=B9 =E7=89=88=EF=BC=8C=E7=8F=8D =E8=97= =8F =E5=B8=90 =E5=8F=B7 =E5=BC=80 =E6=94=BE=EF=BC=8C=E5=BF=AB =E6=9D=A5 = =E6=8A=A2 =E6=B3=A8 >>
Support mailing list
=

= --Apple-Mail-53--173120427-- From yuefengch@163.com Fri Aug 31 21:36:22 2007 Received: from m13-33.163.com (m13-33.163.com [220.181.13.33]) by cscs01.cscs.lsa.umich.edu (8.12.11.20060308/8.12.11) with SMTP id l811ZiDg001214 for ; Fri, 31 Aug 2007 21:36:21 -0400 Received: from 60.30.96.130 ( 60.30.96.130 [60.30.96.130] ) by ajax-webmail-wmsvr33 (Coremail) ; Sat, 1 Sep 2007 09:35:36 +0800 (CST) Date: Sat, 1 Sep 2007 09:35:36 +0800 (CST) From: yuefengch To: support@swarm.org Message-ID: <18555445.48531188610536013.JavaMail.coremail@bj163app33.163.com> In-Reply-To: <200708311600.l7VG03xD016772@cscs01.cscs.lsa.umich.edu> References: <200708311600.l7VG03xD016772@cscs01.cscs.lsa.umich.edu> MIME-Version: 1.0 Content-Type: multipart/Alternative; boundary="----=_Part_4861_22185720.1188610536012" X-Originating-IP: [192.168.208.53 (60.30.96.130)] X-Priority: 3 X-Mailer: Coremail Webmail Server Version XT_070725 build 070725(3676.1195.1194) Copyright (c) 2002-2007 www.mailtech.cn 163com Subject: [Swarm-Support] Mason X-BeenThere: support@swarm.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Swarm Support List-Id: Swarm Support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2007 01:36:22 -0000 ------=_Part_4861_22185720.1188610536012 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit hello, Where is the simulation idea of Swarm and Mason differ? How to grasp Mason in a new time? ------=_Part_4861_22185720.1188610536012 Content-Type: text/html; charset=gbk Content-Transfer-Encoding: 7bit
hello,
  Where is the simulation idea of Swarm and Mason differ?
  How to grasp Mason in a new time?
------=_Part_4861_22185720.1188610536012--