Tagged Questions
Grid computing is a term referring to the combination of computer resources from multiple administrative domains to reach a common goal.
28
votes
10answers
14k views
What is the difference between Cloud Computing and Grid Computing?
What are the significant differences between Cloud Computing and Grid Computing ? What are the precise definations and target application domains for both ? I'm looking for conceptual insights along ...
12
votes
9answers
2k views
Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application.
"A distributed system consists of multiple autonomous ...
6
votes
8answers
2k views
How to create a Linux cluster for running physics simulations in java?
I am developing a scientific application used to perform physical simulations. The algorithms used are O(n3), so for a large set of data it takes a very long time to process. The application runs a ...
4
votes
4answers
162 views
What's the difference between code written for a desktop machine and a supercomputer?
Hypothetically speaking, if my scientific work was leading toward the development of functions/modules/subroutines (on a desktop), what would I need to know to incorporate it into a large-scale ...
4
votes
2answers
1k views
parameter for shell scripts that is started with qsub
how can I parametrize a shell script that is executed on a grid (started with qsub) ? I have a shell script, where I use getopts to read the parameters.
When I start (qsub script.sh -r firstparam -s ...
4
votes
2answers
583 views
Build farms using ccnet
Is it possible to use CruiseControl.Net to set up a build farm? We currently have 4 different build machines building different things at different times and have a bit of a headache to manually ...
4
votes
5answers
529 views
Buying Cluster/Grid/Cloud Time?
I've used clusters in industrial and academic settings, but they were owned by the organizations I worked for. I've never purchased time from a company that sells cluster/cloud/grid time.
Suppose I ...
3
votes
2answers
100 views
Seti@Home kind of frameworks
Are there any client-server frameworks similar to SETI available ?
I have such client-server model, where volunteers sign up as client (agent or node, call it whatever) and give their idle computing ...
3
votes
3answers
154 views
Are there any public computing grids or clouds that programmers can use?
Recently I became very interested in grid computing because I am trying to solve a problem which requires huge, huge amounts of processing power that can be performed in parallel. Are there are any ...
2
votes
2answers
83 views
How to create a server that distributes workunits to clients?
I need a java application that should manage a database to distribute work units to its clients.
Effectively it's a grid application: the database is filled with input parameters for clients and all ...
2
votes
0answers
354 views
Just found Power++ [closed]
I found Power++ and to my suprise it looks like a good alternative for Delphi and Visual Studio. Anyone used it? Can you tell me if it is worth it buying/learning it?
2
votes
2answers
241 views
Real-life grid/distributed-computing application source codes etc..?
I started-off by making a chess AI engine (simple min-max), and ended-up trying to develop something like BOINC, but MUCH more lighter/re-distributable and most importantly decentralized. I was ...
2
votes
1answer
161 views
How do I run a Live Application on a Grid
I am using Delphi++, which is still in beta and the documentation is not very good, how do I make my live application that I created with Delphi++ run on the Grid/Cloud ? and how do my clients start ...
2
votes
1answer
182 views
Grid computing projects similar to NGrid (thread based)
first time poster. This is a great place for reading about programming problems. I've been looking at some grid computing projects for .Net/Mono and stumbled upon NGrid. NGrid seems really appealing ...
2
votes
5answers
466 views
Commercial uses for grid computing?
I keep hearing from associates about grid computing which, from what I can gather, is highly distributed stuff along the lines of SETI@Home.
Is anyone working on these sort of systems for business ...
1
vote
1answer
27 views
Programming toolchain supporting “Incremental computing” (maybe even C/C++)
I'd like to write algorithms, that prepare results for big data sets. Than, when each dataset changes, incrementally update all affected outputs.
It's called : Incremental computing.
Are there ...
1
vote
5answers
266 views
Framework recommendation needed on .NET or JAVA for Volunteer computing (internet nodes)
I want client machines on internet who subscribe to my server to donate their idle cpu cycles.(Like SETI@Home)
They would take jobs(work-units) from server to process, and send back results to the ...
1
vote
2answers
181 views
Connecting to a Grid Cluster With GridGain
I know that out of the box that GridGain connects to the other clients through multicast, but is there a way to configure GridGain to accept connections outside of the local network? Also is there a ...
1
vote
2answers
235 views
Searching for cluster computation framework
I have a library, written in C#, containing one method:
Response CalculateSomething(Request);
The execution time of this method is relatively large, and there are a lot of responses that should be ...
1
vote
2answers
252 views
Dynamic Nodes in Hadoop
Is it possible to add new nodes to Hadoop after it is started? I know that you can remove nodes (as that the master tends to keep tabs on the node state).
1
vote
3answers
290 views
Grid Computing and Java
I couldn't seem to find a similar question to this.
I am currently looking at the best solution solving a grid computing problem.
The setup:
I have a server/client situation where there clients ...
0
votes
1answer
70 views
How to leverage idle desktop computing power to get huge tasks completed
We have a job which processes a set of items around 100,000 to compute and update various attributes of those items. When we run on Quad core Xenon server, the program takes about 40 hours finish ...
0
votes
0answers
47 views
Seeking advice on server side computing application [closed]
I am starting a rather broad topic here, hoping that an open minded discussion will help others as well (in terms of mutual-participation, overlapping problem areas, mentoring etc).
I am exploring ...
0
votes
1answer
112 views
Looking for a grid computing framework for .net
I am trying to find a good grid computing framework for .net.
During my research, I have found some alternatives, but all of them seem either like old projects with no recent updates, or like recent ...
0
votes
1answer
91 views
How to set up Cluster/Grid computer(s)
I have three computers,and I was wondering how I could go about clustering them together so I have a single computer (main) that has extra computing power. I would like to do this in windows (if ...
0
votes
2answers
41 views
How to distribute missions to remote machines?
I am building a system where a server will distribute missions to remote machines and get results.
Is there a free application to create such a system? I would need agents code, service side etc. ...
0
votes
5answers
202 views
Smartphone Grid Computing
Is there an iphone or android app that enables mobile users to donate their smartphone idle time for grid computing?
0
votes
1answer
133 views
Gridgain failover of master (sender) node
I am working on batch processing problem. Solution needs to handle failing hardware.
There is master node (which initiates tasks executions) and worker nodes which execute the jobs. I know how ...
0
votes
0answers
93 views
infrastructure for grid computing java [closed]
I have some scientific programs wose must run in a grid architecture.
So I need some company that can support me with 1000 machines (for ex.)
My application is not commercial, so I think a Non ...
0
votes
1answer
203 views
How to get started setting up a private grid [for dummies]
I do a fair amount of computationally intensive yet embarrassingly parallel computations. I have heard of software (namely BOINC) that uses my idle computer time to perform computations for major ...
0
votes
3answers
485 views
virtual machine and cloud computing [closed]
hi everybody
I'm very new to IT field can anybody explain me relation between virtual machine and cloud computing .
In my firm they using a private cloud using ubuntu eucalyptus tool . They uses ...
0
votes
2answers
36 views
Grid Computing and Logged out
Does grid computing continue when the user is not logged in - for instance, on an educational system, where students must log in, when the log out, does the cpu continue the cloud computing? Or in ...
0
votes
2answers
179 views
How can I call an executable to run on a separate machine within a program on my own machine (win xp)?
My objective is to write a program which will call another executable on a separate computer(all with win xp) with parameters determined at run-time, then repeat for several more computers, and then ...