Displaying 20 results from an estimated 3000 matches similar to: "asterisk cluster"
2004 Apr 21
0
RE: [openMosix-general] openMosix and R: File I/O issues?
It's generally said that OM needs lots more swap than plain Linux. There has
to be someplace to juggle processes around. We use 4 GB nodes with something
like 12 GB swap; that plus round-robin logins to distribute home nodes
seemed to solve a lot of our problems.
To use oMFS to allow processes to write from the node they've migrated to
you also need DFSA enabled. That sounds like a great
2004 Apr 21
0
Re: [openMosix-general] openMosix and R: File I/O issues?
Memory could be an issue. The three nodes in the cluster we are using
only have 512 MB. The machines are otherwise identical in terms of
hardware. They are dual PIIIs (purchased from Penguin Computing in
2001). (If you need specs on motherboard etc, we can get that info
together.)
The installed operating system is RHEL-3, standard workstation with some
additional libraries (e.g., all of the
2004 Sep 10
1
[Flac-users] High School Cluster - Beginner's Questions
Dear FLAC User's Mailing List,
I'm Miguel A. Mota Jr., Co-Founder and President of the Woodrow Wilson
High School Science & Technology Club in Camden, New Jersey USA. With a few
small grants from Lucent Technologies/Bell Labs, we have developed a
parallel-processing Linux Cluster (6 nodes) based on Red Hat 7.3 (2.4.18
kernel ) and openMosix clustering technology. Its not much,
2003 Nov 21
1
Using log() on an openMosix cluster
Hi all, I was hoping to get some advice about a problem that I realize
will be difficult to reproduce for some people. I'm running R 1.7.1 on
an openMosix (Linux) cluster and have been experiencing some odd
slow-downs. If anyone has experience with such a setup (or a similar
one) I'd appreciate any help. Here's a simplified version of the problem.
I'm trying to run the
2005 Jun 29
1
OrderlyQ installations?
What experience can be shared about installing and running the OrderlyQ
application?
I have a bunch of queues set up and want to start adding some additional
apps and this one looked promising but I have very little java experience
and it doesn't seem to be running properly.
Jason Kawakami
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Apr 29
1
openMosix vs SNOW: redhat kernel causing slowdown?
Hi there,
We're currently attempting to explain a slowdown of an LVQ-type parallel
analysis we're working on. We are benchmarking our analysis running
over openMosix against the same running via SNOW for R. Both perform
similarly on small datasets, but on large datasets SNOW drastically
outperforms openMosix. However, these results are achieve running SNOW
on the default RedHat
2004 Apr 20
2
openMosix and R: File I/O issues?
Hi there,
We're attempting to run an LVQ analysis over a cluster of machines via R
and openMosix. R spawns several child processes simply by writing
commands to several files and using system() to start a slave process.
The processes migrate perfectly, and often finish with no reported
errors, writing their results into respective files for the parent
process to piece together.
2005 Feb 12
3
New to Xen: Can Xen Work with OpenMosix?
Apologies if this is the wrong place to post this question. In that event,
please point me in the right direction.
My question is whether or not I can use Xen with OpenMosix. The upshot of what
I''m attempting to do is this:
1. Build a two to four node cluster using OpenMosix for "raw horsepower"
2. Use Xen on the OpenMosix cluster to divide the "raw horsepower" any
2005 Jun 21
2
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam,
Thank you so much for taking the time to write to me. I can
understand your concerns; let me see if I can address them.
>Matt,
>
>Sourceforge.net is exclusively for hosting software whose licensing
>terms meet the OSI's definition of Open Source:
>
> http://opensource.org/docs/definition.php
>
>Your licensing terms include the following, which is
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains
- all CRAN packages as of December 10, 2005
* except the Windows only ones (BRugs, mimR, rcom, RWinEdt)
* and three that would not build (Rlsf, ROracle, rJava) for lack of
Java, Oracle or rlsf
- all BioC packages for release 1.8
* excecpt RMAGEML (needs Java)
- for a total of over 800 R packages
- a
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains
- all CRAN packages as of December 10, 2005
* except the Windows only ones (BRugs, mimR, rcom, RWinEdt)
* and three that would not build (Rlsf, ROracle, rJava) for lack of
Java, Oracle or rlsf
- all BioC packages for release 1.8
* excecpt RMAGEML (needs Java)
- for a total of over 800 R packages
- a
2007 Feb 22
9
specking, speccing, or spec''ing
I vote for spec''ing.
Anybody else?
2007 Oct 01
15
how to spec views
I''m trying to spec a view but haven''t done much view specing.
This view render different partials depending on authentication of the user:
annon, admin, player
So I I''ll write if conditionals in the view with the partials
it "should render signup propaganda for annon users trying to view games"
do
render "/games/index.rhtml"
2006 Mar 02
0
New Quantian releases with almost all of CRAN / BioC
[ I hope this is not considered off-topic for the list:
A new Quantian release was just announced, and it contains even more R.
As before, we have R (now 2.2.1), ESS, Ggobi, Rpy, several BioInfo tools
-- but now we also have RSPerl, JGR, rJava and more. A full sync to CRAN
and BioC as of Feb 25, 2006 now yields dim(installed.packages())[1]
of 877. Feedback welcome, but
2006 Mar 02
0
New Quantian releases with almost all of CRAN / BioC
[ I hope this is not considered off-topic for the list:
A new Quantian release was just announced, and it contains even more R.
As before, we have R (now 2.2.1), ESS, Ggobi, Rpy, several BioInfo tools
-- but now we also have RSPerl, JGR, rJava and more. A full sync to CRAN
and BioC as of Feb 25, 2006 now yields dim(installed.packages())[1]
of 877. Feedback welcome, but
2007 Jun 21
3
(no subject)
Hi,
Not sure if this is the right place for general questions on BDD
style, but here goes...
I have a class which behaves almost like a big function - you always
instantiate it with a bunch of args, and call one of a couple of
methods to get the results back.
BDD style seems to like a separate describe block for each
instantiation of the class under test. In this case that would mean a
2007 Oct 12
6
locals in partials
hiya, in specing a partial, how can i assign a local var that is
normally passed via :locals ? i tried adding :locals => to the render
call but that doesnt seem to take
linoj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071012/fd0acd92/attachment.html
2007 Apr 12
3
specing class methods
Here is an example from autotest:
class Autotest
def self.run
new.run
end
def new
...
end
def run
...
end
...
end
How would I spec out Autotest.run?
Two complications come to my mind:
1. How do I spec out class methods? (please point me to docs, if
any. I can only find class level specing on "partial mocks" (of
rails class objects)
2. How can I tell
2004 Aug 06
0
Quantian 0.5.9.3 with over 400 CRAN and BioConductor packages
[ Apologies for the cross-post, and I hope this is seen as sufficiently
on-topic. Anybody who feels otherwise, please drop me a line off-list. ]
Earlier this week I sent out the announcement below for the newest version
of Quantian. Quantian is a bootable dvd (based off Knoppix & clusterKnoppix)
with well over 1gb of scientific, numerical or quantitative software -- and
now contains almost
2007 Aug 15
3
ActsAsList specs
Hi,
How are people specifying models which act_as_list?
I''m thinking that it would be possible to check that acts_as_list
instance methods have been added to a class using something like this:
describe Page, "acts_as_list" do
it "should act as a list" do
Page.ancestors.should be_include(ActiveRecord::Acts::List::InstanceMethods)
end
it "should use