From hosseinf at guilan.ac.ir Tue Nov 7 04:18:36 2006 From: hosseinf at guilan.ac.ir (hosseinf at guilan.ac.ir) Date: Tue, 7 Nov 2006 13:48:36 +0330 Subject: [Users] new member, hi everyone Message-ID: <20061107134836.1k0i78457v0g44gg@194.225.176.17> ---------------------------------------------------------------- This message was sent from Guilan University. From hegewald at cab.bau.tu-bs.de Fri Nov 10 02:12:01 2006 From: hegewald at cab.bau.tu-bs.de (Jan Hegewald) Date: Fri, 10 Nov 2006 09:12:01 +0100 Subject: [Users] nature of Cactus Message-ID: <5C42D84D-6287-4C69-9B27-97E859A2606E@cab.bau.tu-bs.de> Hello all, I am new to Cactus and it is not clear to me where the limitations of Cactus are. The Cactus users guide sometime talks about a "grid" and "grid points" etc. From this I got the impression that thorns always operate on some kind of uniform lattice. Is that true? I am looking for a framework which can connect different legacy simulators, e.g. a car traffic simulation and a pedestrian movement simulation. Is Cactus suited for such things? Many TIA, -- Jan From dprideout at gmail.com Fri Nov 10 04:46:42 2006 From: dprideout at gmail.com (David Rideout) Date: Fri, 10 Nov 2006 10:46:42 +0000 Subject: [Users] nature of Cactus In-Reply-To: <5C42D84D-6287-4C69-9B27-97E859A2606E@cab.bau.tu-bs.de> References: <5C42D84D-6287-4C69-9B27-97E859A2606E@cab.bau.tu-bs.de> Message-ID: <1ce81abb0611100246w166caba4w66f3057819b3cd5f@mail.gmail.com> Jan, I use Cactus for discrete quantum gravity computations, which bear little resemblance to simulations on a uniform lattice. The 1d "grid arrays" are really quite general objects -- I use them to store partial order relations and some information regarding how an abstract graph embeds into a 3 dimensional manifold. In addition I have developed a prototype "unstructured mesh driver" in Cactus, which in principle allows computations on extremely general structures. Such things are heavily used in computational fluid dynamics. The documentation is indeed written from the perspective of finite difference solutions of PDEs on a regular lattice, so it is worded accordingly. This needn't put you off from using it for more general computations, however. I understand that Cactus 5 is directed toward providing a more general framework, e.g. by allowing abstract data types beyond CCTK_REAL, CCTK_INT, etc. This version may remove some of the assumptions of finite differencing on a regular lattice from the documentation. I'd be happy to discuss your applications in more detail if you like. Regards, David Rideout On 11/10/06, Jan Hegewald wrote: > Hello all, > I am new to Cactus and it is not clear to me where the limitations of > Cactus are. > The Cactus users guide sometime talks about a "grid" and "grid > points" etc. From this I got the impression that thorns always > operate on some kind of uniform lattice. Is that true? > I am looking for a framework which can connect different legacy > simulators, e.g. a car traffic simulation and a pedestrian movement > simulation. Is Cactus suited for such things? > > Many TIA, > -- Jan > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > From hegewald at cab.bau.tu-bs.de Fri Nov 10 06:58:11 2006 From: hegewald at cab.bau.tu-bs.de (Jan Hegewald) Date: Fri, 10 Nov 2006 13:58:11 +0100 Subject: [Users] nature of Cactus In-Reply-To: <1ce81abb0611100246w166caba4w66f3057819b3cd5f@mail.gmail.com> References: <5C42D84D-6287-4C69-9B27-97E859A2606E@cab.bau.tu-bs.de> <1ce81abb0611100246w166caba4w66f3057819b3cd5f@mail.gmail.com> Message-ID: <4D289B0F-491D-4147-973B-9E36A4A95546@cab.bau.tu-bs.de> Hello, Am 10.11.2006 um 11:46 schrieb David Rideout: [...] > This needn't put you off from using it for more general > computations, however. Ah. Sounds good (-; > I understand that Cactus 5 is directed toward > providing a more general framework, Is there a release date for Cactus 5? > e.g. by allowing abstract data > types beyond CCTK_REAL, CCTK_INT, etc. This version may remove some > of the assumptions of finite differencing on a regular lattice from > the documentation. So currently one is restricted to primitive datatypes? Sending C++ Objects is not possible? Sounds like MPI to me (-; > I'd be happy to discuss your applications in more detail if you like. Well, I am looking for a mature framework which we can extend to couple various legacy (and also new) simulations, mostly cellular automata. I am just not sure if Cactus is suitable. Is it possible to execute the thorns on different machines and architectures? e.g One thorn on a linux hpc cluster, another on a local machine, another distributed on a grid. Is it possible to establish a peer to peer connection between thorns, or does one have to use the flesh for this? Cheers, -- Jan From dprideout at gmail.com Sat Nov 11 07:54:29 2006 From: dprideout at gmail.com (David Rideout) Date: Sat, 11 Nov 2006 13:54:29 +0000 Subject: [Users] nature of Cactus In-Reply-To: <4D289B0F-491D-4147-973B-9E36A4A95546@cab.bau.tu-bs.de> References: <5C42D84D-6287-4C69-9B27-97E859A2606E@cab.bau.tu-bs.de> <1ce81abb0611100246w166caba4w66f3057819b3cd5f@mail.gmail.com> <4D289B0F-491D-4147-973B-9E36A4A95546@cab.bau.tu-bs.de> Message-ID: <1ce81abb0611110554y55c912f5o61973bbeb8e62a29@mail.gmail.com> On 11/10/06, Jan Hegewald wrote: > Hello, > > Am 10.11.2006 um 11:46 schrieb David Rideout: > > [...] > > This needn't put you off from using it for more general > > computations, however. > > Ah. Sounds good (-; > > > I understand that Cactus 5 is directed toward > > providing a more general framework, > > Is there a release date for Cactus 5? No. I believe it is still in the planning stage. Though prototype codes do exist, such as the one I mentioned earlier. > > e.g. by allowing abstract data > > types beyond CCTK_REAL, CCTK_INT, etc. This version may remove some > > of the assumptions of finite differencing on a regular lattice from > > the documentation. > > So currently one is restricted to primitive datatypes? Sending C++ > Objects is not possible? Sounds like MPI to me (-; The Cactus variables passed to functions via CCTK_ARGUMENTS are restricted to these types, though you can attach anything you like to a "cGH" pointer which is also passed to all functions called by the flesh. The communication is handled by a Cactus "driver". The currently available drivers, as far as I know, only communicate these standard data types. You are free to write your own driver, however. > > I'd be happy to discuss your applications in more detail if you like. > > Well, I am looking for a mature framework which we can extend to > couple various legacy (and also new) simulations, mostly cellular > automata. > I am just not sure if Cactus is suitable. Is it possible to execute > the thorns on different machines and architectures? e.g One thorn on > a linux hpc cluster, another on a local machine, another distributed > on a grid. > Is it possible to establish a peer to peer connection between thorns, > or does one have to use the flesh for this? I would guess that the integer grid functions of Cactus are well suited for cellular automata. The particular parallel scenario you describe sounds like what we refer to as a "multi-model" simulation. You have different physics in different regions, and may want to run those different regions on different machines, while still allowing the various models to communicate. This is something that comes up in climate modeling as well, so I know that people have been thinking about this in the context of Cactus. Something like this has been done for binary black hole simulations with Cactus using globus for the MPI layer. Perhaps others on the list will know more about the current status. Generic support for these sorts of simulations is planned for Cactus 5. (Or perhaps 4.1, see http://www.cactuscode.org/Development/current.html.) Cheers, David From schnetter at cct.lsu.edu Sat Nov 11 09:04:06 2006 From: schnetter at cct.lsu.edu (Erik Schnetter) Date: Sat, 11 Nov 2006 09:04:06 -0600 Subject: [Users] nature of Cactus In-Reply-To: <1ce81abb0611110554y55c912f5o61973bbeb8e62a29@mail.gmail.com> References: <5C42D84D-6287-4C69-9B27-97E859A2606E@cab.bau.tu-bs.de> <1ce81abb0611100246w166caba4w66f3057819b3cd5f@mail.gmail.com> <4D289B0F-491D-4147-973B-9E36A4A95546@cab.bau.tu-bs.de> <1ce81abb0611110554y55c912f5o61973bbeb8e62a29@mail.gmail.com> Message-ID: <374EB6F9-2C80-4511-AD47-6083F4F6B9FC@cct.lsu.edu> On Nov 11, 2006, at 07:54:29, David Rideout wrote: > The particular parallel scenario you describe sounds like what we > refer to as a "multi-model" simulation. You have different physics in > different regions, and may want to run those different regions on > different machines, while still allowing the various models to > communicate. This is something that comes up in climate modeling as > well, so I know that people have been thinking about this in the > context of Cactus. > Something like this has been done for binary black hole simulations > with Cactus using globus for the MPI layer. > Perhaps others on the list will know more about the current status. > Generic support for these sorts of simulations is planned for Cactus > 5. (Or perhaps 4.1, see > http://www.cactuscode.org/Development/current.html.) There is some prototype multi-model support in the Carpet driver. For example, you may want to solve the full Einstein equations in the nonlinear regime, and solve a linearised version in the far-field. In the prototype, one is essentially running independent simulations (with different active thorns, different parameter setting etc.), which communicate through boundary conditions. The communication happens via what Cactus calls "hyper-slabbing", which is exchanging of data in rectangular or cuboidal regions. However, we don't use that in production mode yet, so that it is likely still inconvenient to use, or still has errors. -erik -- Erik Schnetter My email is as private as my paper mail. I therefore support encrypting and signing email messages. Get my PGP key from www.keyserver.net. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://www.cactuscode.org/pipermail/users/attachments/20061111/0c7d7f07/attachment.bin From yye00 at cct.lsu.edu Mon Nov 13 14:43:20 2006 From: yye00 at cct.lsu.edu (Yaakoub Y El Khamra) Date: Mon, 13 Nov 2006 14:43:20 -0600 Subject: [Users] Cactus website Message-ID: <4558D8E8.9040202@cct.lsu.edu> Greetings The cactus website is down for maintenance. We have removed 600 accounts that belonged to various spammers from the plone website and are in the process of removing some of the files they uploaded as portraits. If we have accidentally removed your account we apologize for the inconvenience and kindly request that you register yourself again. Regards Yaakoub El Khamra From yye00 at cct.lsu.edu Mon Nov 13 15:59:07 2006 From: yye00 at cct.lsu.edu (Yaakoub Y El Khamra) Date: Mon, 13 Nov 2006 15:59:07 -0600 Subject: [Users] Cactus Website Message-ID: <4558EAAB.1040006@cct.lsu.edu> The Cactus Code website is now back online. While we are still working on the website's internal operation we expect no disruption to the service. Thank you for your patience and understanding. Regards Yaakoub Y El Khamra From hawleys at mail.belmont.edu Wed Nov 29 09:36:49 2006 From: hawleys at mail.belmont.edu (Scott Hawley) Date: Wed, 29 Nov 2006 09:36:49 -0600 Subject: [Users] cvs pserver timeout Message-ID: Hi. When I try to run the GetCactus script, the cvs requests always seem to hang, and nothing happens... I'm behind a firewall at my university, but they claim they don't block outbound port requests (e.g. port 2401 for pserver access). Does anyone have a suggestion so I can get code from the Cactus cvs repository? Thanks, Scott -- Scott H. Hawley, Ph.D. Asst. Prof. of Physics Chemistry & Physics Dept Office: Hitch 100D Belmont University Tel: +1-615-460-6206 Nashville, TN 37212 USA Fax: +1-615-460-5458 From yye00 at cct.lsu.edu Wed Nov 29 09:45:39 2006 From: yye00 at cct.lsu.edu (Yaakoub Y El Khamra) Date: Wed, 29 Nov 2006 09:45:39 -0600 Subject: [Users] cvs pserver timeout In-Reply-To: References: Message-ID: <456DAB23.6020401@cct.lsu.edu> Hi Scott I have just checked the cactus cvs server, everything seems fine. As I am in LSU, I will run more tests from off-campus to make sure. An alternative method to checkout Cactus would be the nightly tarball: http://www.cactuscode.org/old/Development/CactusDev.tar.gz I hope this helps Yaakoub Scott Hawley wrote: > Hi. When I try to run the GetCactus script, the cvs requests always > seem to hang, and nothing happens... > > I'm behind a firewall at my university, but they claim they don't > block outbound port requests (e.g. port 2401 for pserver access). > > Does anyone have a suggestion so I can get code from the Cactus cvs > repository? > > Thanks, > Scott > > -- > Scott H. Hawley, Ph.D. Asst. Prof. of Physics > Chemistry & Physics Dept Office: Hitch 100D > Belmont University Tel: +1-615-460-6206 > Nashville, TN 37212 USA Fax: +1-615-460-5458 > > > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > > From hawleys at mail.belmont.edu Wed Nov 29 09:56:48 2006 From: hawleys at mail.belmont.edu (Scott Hawley) Date: Wed, 29 Nov 2006 09:56:48 -0600 Subject: [Users] cvs pserver timeout In-Reply-To: <456DAB23.6020401@cct.lsu.edu> References: <456DAB23.6020401@cct.lsu.edu> Message-ID: Thanks Yakoub... I'm guessing the problem really *is* on my (or my university's) end, not something wrong with the Cactus repository. But what should one "look at" locally when fixing this sort of thing? I'm running on a fairly new Linux box running RHEL 9, and behind some kind of ^$%^&in firewall. Thanks. -- Scott H. Hawley, Ph.D. Asst. Prof. of Physics Chemistry & Physics Dept Office: Hitch 100D Belmont University Tel: +1-615-460-6206 Nashville, TN 37212 USA Fax: +1-615-460-5458 On Nov 29, 2006, at 9:45 AM, Yaakoub Y El Khamra wrote: > > Hi Scott > I have just checked the cactus cvs server, everything seems fine. As I > am in LSU, I will run more tests from off-campus to make sure. An > alternative method to checkout Cactus would be the nightly tarball: > http://www.cactuscode.org/old/Development/CactusDev.tar.gz > > I hope this helps > > > Yaakoub > > Scott Hawley wrote: >> Hi. When I try to run the GetCactus script, the cvs requests always >> seem to hang, and nothing happens... >> >> I'm behind a firewall at my university, but they claim they don't >> block outbound port requests (e.g. port 2401 for pserver access). >> >> Does anyone have a suggestion so I can get code from the Cactus cvs >> repository? >> >> Thanks, >> Scott >> >> -- >> Scott H. Hawley, Ph.D. Asst. Prof. of Physics >> Chemistry & Physics Dept Office: Hitch 100D >> Belmont University Tel: +1-615-460-6206 >> Nashville, TN 37212 USA Fax: +1-615-460-5458 >> >> >> _______________________________________________ >> Users mailing list >> Users at cactuscode.org >> http://www.cactuscode.org/mailman/listinfo/users >> >> > > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > From yye00 at cct.lsu.edu Wed Nov 29 10:27:32 2006 From: yye00 at cct.lsu.edu (Yaakoub Y El Khamra) Date: Wed, 29 Nov 2006 10:27:32 -0600 Subject: [Users] cvs pserver timeout In-Reply-To: References: <456DAB23.6020401@cct.lsu.edu> Message-ID: <456DB4F4.6020907@cct.lsu.edu> My guess would be the firewall but I am asking our sys admins if they know something that I don't. Scott Hawley wrote: > Thanks Yakoub... I'm guessing the problem really *is* on my (or my > university's) end, not something wrong with the Cactus repository. > But what should one "look at" locally when fixing this sort of > thing? I'm running on a fairly new Linux box running RHEL 9, and > behind some kind of ^$%^&in firewall. > Thanks. > > > -- > Scott H. Hawley, Ph.D. Asst. Prof. of Physics > Chemistry & Physics Dept Office: Hitch 100D > Belmont University Tel: +1-615-460-6206 > Nashville, TN 37212 USA Fax: +1-615-460-5458 > > > On Nov 29, 2006, at 9:45 AM, Yaakoub Y El Khamra wrote: > > >> Hi Scott >> I have just checked the cactus cvs server, everything seems fine. As I >> am in LSU, I will run more tests from off-campus to make sure. An >> alternative method to checkout Cactus would be the nightly tarball: >> http://www.cactuscode.org/old/Development/CactusDev.tar.gz >> >> I hope this helps >> >> >> Yaakoub >> >> Scott Hawley wrote: >> >>> Hi. When I try to run the GetCactus script, the cvs requests always >>> seem to hang, and nothing happens... >>> >>> I'm behind a firewall at my university, but they claim they don't >>> block outbound port requests (e.g. port 2401 for pserver access). >>> >>> Does anyone have a suggestion so I can get code from the Cactus cvs >>> repository? >>> >>> Thanks, >>> Scott >>> >>> -- >>> Scott H. Hawley, Ph.D. Asst. Prof. of Physics >>> Chemistry & Physics Dept Office: Hitch 100D >>> Belmont University Tel: +1-615-460-6206 >>> Nashville, TN 37212 USA Fax: +1-615-460-5458 >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at cactuscode.org >>> http://www.cactuscode.org/mailman/listinfo/users >>> >>> >>> >> _______________________________________________ >> Users mailing list >> Users at cactuscode.org >> http://www.cactuscode.org/mailman/listinfo/users >> >> > > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > > From frank.loeffler at aei.mpg.de Wed Nov 29 10:45:22 2006 From: frank.loeffler at aei.mpg.de (Frank Loeffler) Date: Wed, 29 Nov 2006 17:45:22 +0100 Subject: [Users] cvs pserver timeout In-Reply-To: References: Message-ID: <456DB922.2080005@aei.mpg.de> Hi, Scott Hawley wrote: > I'm behind a firewall at my university, but they claim they don't > block outbound port requests (e.g. port 2401 for pserver access). You can test that. Type telnet cvs.cactuscode.org 2401 If you see something like the following, it means that they are right. Trying 130.39.186.101... Connected to asylum.cct.lsu.edu. Escape character is '^]'. If this also hangs, you are likely to have a routing/firewalling problem and should go to your sysadmins. Frank From dprideout at gmail.com Wed Nov 29 11:35:46 2006 From: dprideout at gmail.com (David Rideout) Date: Wed, 29 Nov 2006 17:35:46 +0000 Subject: [Users] Fwd: cvs pserver timeout In-Reply-To: <1ce81abb0611290822l6571eb54n32384a157fe4ac09@mail.gmail.com> References: <456DAB23.6020401@cct.lsu.edu> <1ce81abb0611290822l6571eb54n32384a157fe4ac09@mail.gmail.com> Message-ID: <1ce81abb0611290935k3c89e52do411bdb5c1aac6cdd@mail.gmail.com> [[My first attempt to send this bounced.]] Hi Scott, Have you tried ssh port forwarding? i.e. tell your cvs client to use the cvs server on your local machine, and then forward that port to cvs.cactuscode.org via ssh. I forget the command to do this at the moment but you can probably sort it out. Or someone else on the list may explain. A problem is that you will have to switch the port forwarding for each different cvs server (repository?) you use. But a script might make this not too painful. Cheers, David On 11/29/06, Scott Hawley wrote: > Thanks Yakoub... I'm guessing the problem really *is* on my (or my > university's) end, not something wrong with the Cactus repository. > But what should one "look at" locally when fixing this sort of > thing? I'm running on a fairly new Linux box running RHEL 9, and > behind some kind of ^$%^&in firewall. > Thanks. > > > -- > Scott H. Hawley, Ph.D. Asst. Prof. of Physics > Chemistry & Physics Dept Office: Hitch 100D > Belmont University Tel: +1-615-460-6206 > Nashville, TN 37212 USA Fax: +1-615-460-5458 > > > On Nov 29, 2006, at 9:45 AM, Yaakoub Y El Khamra wrote: > > > > > Hi Scott > > I have just checked the cactus cvs server, everything seems fine. As I > > am in LSU, I will run more tests from off-campus to make sure. An > > alternative method to checkout Cactus would be the nightly tarball: > > http://www.cactuscode.org/old/Development/CactusDev.tar.gz > > > > I hope this helps > > > > > > Yaakoub > > > > Scott Hawley wrote: > >> Hi. When I try to run the GetCactus script, the cvs requests always > >> seem to hang, and nothing happens... > >> > >> I'm behind a firewall at my university, but they claim they don't > >> block outbound port requests (e.g. port 2401 for pserver access). > >> > >> Does anyone have a suggestion so I can get code from the Cactus cvs > >> repository? > >> > >> Thanks, > >> Scott > >> > >> -- > >> Scott H. Hawley, Ph.D. Asst. Prof. of Physics > >> Chemistry & Physics Dept Office: Hitch 100D > >> Belmont University Tel: +1-615-460-6206 > >> Nashville, TN 37212 USA Fax: +1-615-460-5458 > >> > >> > >> _______________________________________________ > >> Users mailing list > >> Users at cactuscode.org > >> http://www.cactuscode.org/mailman/listinfo/users > >> > >> > > > > _______________________________________________ > > Users mailing list > > Users at cactuscode.org > > http://www.cactuscode.org/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > From hawleys at mail.belmont.edu Wed Nov 29 11:56:55 2006 From: hawleys at mail.belmont.edu (Scott Hawley) Date: Wed, 29 Nov 2006 11:56:55 -0600 Subject: [Users] Fwd: cvs pserver timeout In-Reply-To: <1ce81abb0611290935k3c89e52do411bdb5c1aac6cdd@mail.gmail.com> References: <456DAB23.6020401@cct.lsu.edu> <1ce81abb0611290822l6571eb54n32384a157fe4ac09@mail.gmail.com> <1ce81abb0611290935k3c89e52do411bdb5c1aac6cdd@mail.gmail.com> Message-ID: <4E7DFBEF-943A-441B-A184-E972604EB09D@mail.belmont.edu> Thanks David. I actually already have "setenv CVS_RSH ssh" set. I see one problem in that GetCactus uses pserver instead of "ext" access, and another problem in that I don't actually have a valid login at cvs.cactuscode.org in order for ssh to work. -Scott -- Scott H. Hawley, Ph.D. Asst. Prof. of Physics Chemistry & Physics Dept Office: Hitch 100D Belmont University Tel: +1-615-460-6206 Nashville, TN 37212 USA Fax: +1-615-460-5458 On Nov 29, 2006, at 11:35 AM, David Rideout wrote: > [[My first attempt to send this bounced.]] > > Hi Scott, > > Have you tried ssh port forwarding? i.e. tell your cvs client to use > the cvs server on your local machine, and then forward that port to > cvs.cactuscode.org via ssh. I forget the command to do this at the > moment but you can probably sort it out. Or someone else on the list > may explain. A problem is that you will have to switch the port > forwarding for each different cvs server (repository?) you use. But a > script might make this not too painful. > > Cheers, > David > > On 11/29/06, Scott Hawley wrote: >> Thanks Yakoub... I'm guessing the problem really *is* on my (or my >> university's) end, not something wrong with the Cactus repository. >> But what should one "look at" locally when fixing this sort of >> thing? I'm running on a fairly new Linux box running RHEL 9, and >> behind some kind of ^$%^&in firewall. >> Thanks. >> >> >> -- >> Scott H. Hawley, Ph.D. Asst. Prof. of Physics >> Chemistry & Physics Dept Office: Hitch 100D >> Belmont University Tel: +1-615-460-6206 >> Nashville, TN 37212 USA Fax: +1-615-460-5458 >> >> >> On Nov 29, 2006, at 9:45 AM, Yaakoub Y El Khamra wrote: >> >>> >>> Hi Scott >>> I have just checked the cactus cvs server, everything seems fine. >>> As I >>> am in LSU, I will run more tests from off-campus to make sure. An >>> alternative method to checkout Cactus would be the nightly tarball: >>> http://www.cactuscode.org/old/Development/CactusDev.tar.gz >>> >>> I hope this helps >>> >>> >>> Yaakoub >>> >>> Scott Hawley wrote: >>>> Hi. When I try to run the GetCactus script, the cvs requests >>>> always >>>> seem to hang, and nothing happens... >>>> >>>> I'm behind a firewall at my university, but they claim they don't >>>> block outbound port requests (e.g. port 2401 for pserver access). >>>> >>>> Does anyone have a suggestion so I can get code from the Cactus cvs >>>> repository? >>>> >>>> Thanks, >>>> Scott >>>> >>>> -- >>>> Scott H. Hawley, Ph.D. Asst. Prof. of Physics >>>> Chemistry & Physics Dept Office: Hitch 100D >>>> Belmont University Tel: +1-615-460-6206 >>>> Nashville, TN 37212 USA Fax: +1-615-460-5458 >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at cactuscode.org >>>> http://www.cactuscode.org/mailman/listinfo/users >>>> >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at cactuscode.org >>> http://www.cactuscode.org/mailman/listinfo/users >>> >> >> _______________________________________________ >> Users mailing list >> Users at cactuscode.org >> http://www.cactuscode.org/mailman/listinfo/users >> > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > From hawleys at mail.belmont.edu Wed Nov 29 11:57:18 2006 From: hawleys at mail.belmont.edu (Scott Hawley) Date: Wed, 29 Nov 2006 11:57:18 -0600 Subject: [Users] cvs pserver timeout In-Reply-To: <456DB922.2080005@aei.mpg.de> References: <456DB922.2080005@aei.mpg.de> Message-ID: Thanks Frank. Yea, the telnet command hangs too. I'll talk to the network admin! -Scott -- Scott H. Hawley, Ph.D. Asst. Prof. of Physics Chemistry & Physics Dept Office: Hitch 100D Belmont University Tel: +1-615-460-6206 Nashville, TN 37212 USA Fax: +1-615-460-5458 On Nov 29, 2006, at 10:45 AM, Frank Loeffler wrote: > Hi, > > Scott Hawley wrote: >> I'm behind a firewall at my university, but they claim they don't >> block outbound port requests (e.g. port 2401 for pserver access). > > You can test that. Type > > telnet cvs.cactuscode.org 2401 > > If you see something like the following, it means that they are right. > > Trying 130.39.186.101... > Connected to asylum.cct.lsu.edu. > Escape character is '^]'. > > If this also hangs, you are likely to have a routing/firewalling > problem > and should go to your sysadmins. > > Frank > > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > From goodale at cct.lsu.edu Wed Nov 29 12:13:12 2006 From: goodale at cct.lsu.edu (Tom Goodale) Date: Wed, 29 Nov 2006 18:13:12 +0000 (GMT) Subject: [Users] Fwd: cvs pserver timeout In-Reply-To: <4E7DFBEF-943A-441B-A184-E972604EB09D@mail.belmont.edu> References: <456DAB23.6020401@cct.lsu.edu> <1ce81abb0611290822l6571eb54n32384a157fe4ac09@mail.gmail.com> <1ce81abb0611290935k3c89e52do411bdb5c1aac6cdd@mail.gmail.com> <4E7DFBEF-943A-441B-A184-E972604EB09D@mail.belmont.edu> Message-ID: Do you have access to a machine outside of your firewall that you could set up a tunnel via ? I.e. you'd still use pserver but use a tunnel out of your network. Cheers, Tom On Wed, 29 Nov 2006, Scott Hawley wrote: > Thanks David. I actually already have "setenv CVS_RSH ssh" set. I > see one problem in that GetCactus uses pserver instead of "ext" > access, and another problem in that I don't actually have a valid > login at cvs.cactuscode.org in order for ssh to work. > -Scott > > > -- > Scott H. Hawley, Ph.D. Asst. Prof. of Physics > Chemistry & Physics Dept Office: Hitch 100D > Belmont University Tel: +1-615-460-6206 > Nashville, TN 37212 USA Fax: +1-615-460-5458 > > > On Nov 29, 2006, at 11:35 AM, David Rideout wrote: > >> [[My first attempt to send this bounced.]] >> >> Hi Scott, >> >> Have you tried ssh port forwarding? i.e. tell your cvs client to use >> the cvs server on your local machine, and then forward that port to >> cvs.cactuscode.org via ssh. I forget the command to do this at the >> moment but you can probably sort it out. Or someone else on the list >> may explain. A problem is that you will have to switch the port >> forwarding for each different cvs server (repository?) you use. But a >> script might make this not too painful. >> >> Cheers, >> David >> >> On 11/29/06, Scott Hawley wrote: >>> Thanks Yakoub... I'm guessing the problem really *is* on my (or my >>> university's) end, not something wrong with the Cactus repository. >>> But what should one "look at" locally when fixing this sort of >>> thing? I'm running on a fairly new Linux box running RHEL 9, and >>> behind some kind of ^$%^&in firewall. >>> Thanks. >>> >>> >>> -- >>> Scott H. Hawley, Ph.D. Asst. Prof. of Physics >>> Chemistry & Physics Dept Office: Hitch 100D >>> Belmont University Tel: +1-615-460-6206 >>> Nashville, TN 37212 USA Fax: +1-615-460-5458 >>> >>> >>> On Nov 29, 2006, at 9:45 AM, Yaakoub Y El Khamra wrote: >>> >>>> >>>> Hi Scott >>>> I have just checked the cactus cvs server, everything seems fine. >>>> As I >>>> am in LSU, I will run more tests from off-campus to make sure. An >>>> alternative method to checkout Cactus would be the nightly tarball: >>>> http://www.cactuscode.org/old/Development/CactusDev.tar.gz >>>> >>>> I hope this helps >>>> >>>> >>>> Yaakoub >>>> >>>> Scott Hawley wrote: >>>>> Hi. When I try to run the GetCactus script, the cvs requests >>>>> always >>>>> seem to hang, and nothing happens... >>>>> >>>>> I'm behind a firewall at my university, but they claim they don't >>>>> block outbound port requests (e.g. port 2401 for pserver access). >>>>> >>>>> Does anyone have a suggestion so I can get code from the Cactus cvs >>>>> repository? >>>>> >>>>> Thanks, >>>>> Scott >>>>> >>>>> -- >>>>> Scott H. Hawley, Ph.D. Asst. Prof. of Physics >>>>> Chemistry & Physics Dept Office: Hitch 100D >>>>> Belmont University Tel: +1-615-460-6206 >>>>> Nashville, TN 37212 USA Fax: +1-615-460-5458 >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> Users at cactuscode.org >>>>> http://www.cactuscode.org/mailman/listinfo/users >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users at cactuscode.org >>>> http://www.cactuscode.org/mailman/listinfo/users >>>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users at cactuscode.org >>> http://www.cactuscode.org/mailman/listinfo/users >>> >> _______________________________________________ >> Users mailing list >> Users at cactuscode.org >> http://www.cactuscode.org/mailman/listinfo/users >> > > _______________________________________________ > Users mailing list > Users at cactuscode.org > http://www.cactuscode.org/mailman/listinfo/users > From yye00 at cct.lsu.edu Thu Nov 30 13:19:22 2006 From: yye00 at cct.lsu.edu (Yaakoub El Khamra) Date: Thu, 30 Nov 2006 13:19:22 -0600 Subject: [Users] SPRNG Message-ID: <456F2EBA.3020600@cct.lsu.edu> Greetings As some of you are aware, we have a thorn in CCTDevelopment called SPRNG which provides a very basic interface to the SPRNG: Scalable Parallel Random Number Generator library. Yesterday we had the good fortune of having one of the developers here at CCT. Since this is a subject that interests a lot of users and developers, we have now have the SPRNG seminar up online at: http://www.cct.lsu.edu/~deilands/11-29-2006.zip To view this file you will need to obtain the AGVCR tool (Access Grid Video Cassette Recorder) available here: http://iri.informatics.indiana.edu/~dcpiper/agvcr/index.php Cheers Yaakoub