grid-computing 107
Xgrid - TenGrid
january 2012 by Vaguery
"This page is not intended to replace reading the Xgrid Admin Manual but rather to supplement it. Additions here concisely hit highlights and integrate issues beyond what is covered in the frequently asked questions."
xgrid
grid-computing
Mac
scientific-computing
FAQ
january 2012 by Vaguery
[1109.0777] Efficient and Correct Stencil Computation via Pattern Matching and Static Typing
january 2012 by Vaguery
Stencil computations, involving operations over the elements of an array, are a common programming pattern in scientific computing, games, and image processing. As a programming pattern, stencil computations are highly regular and amenable to optimisation and parallelisation. However, general-purpose languages obscure this regular pattern from the compiler, and even the programmer, preventing optimisation and obfuscating (in)correctness. This paper furthers our work on the Ypnos domain-specific language for stencil computations embedded in Haskell. Ypnos allows declarative, abstract specification of stencil computations, exposing the structure of a problem to the compiler and to the programmer via specialised syntax. In this paper we show the decidable safety guarantee that well-formed, well-typed Ypnos programs cannot index outside of array boundaries. Thus indexing in Ypnos is safe and run-time bounds checking can be eliminated. Program information is encoded as types, using the advanced type-system features of the Glasgow Haskell Compiler, with the safe-indexing invariant enforced at compile time via type checking.
domain-specific-language
algorithms
grid-computing
nudge-targets
january 2012 by Vaguery
World Community Grid - Home
november 2011 by astroud
donate computer cycles to find new drugs to combat malaria infections
grid-computing
november 2011 by astroud
[1107.1866] Priority-based task reassignments in hierarchical 2D mesh-connected systems using tableaux
october 2011 by Vaguery
"Task reassignments in 2D mesh-connected systems (2D-MSs) have been researched and simulated for several decades. We propose a hierarchical 2D mesh-connected system (2D-HMS) in order to exploit the regular nature of a 2D-MS. In our approach priority-based task assignments and reassignments in a 2D-HMS are represented by tableaux and their algorithms. We provide examples of priority-based task reassignments in a 2D-HMS in which task relocations are simply reduced to a jeu de taquin slide."
scheduling
operations-research
algorithms
grid-computing
optimization
nudge-targets
october 2011 by Vaguery
World Community Grid - Research - Computing for Clean Water
september 2010 by fwhamm
"The mission of Computing for Clean Water is to provide deeper insight on the molecular scale into the origins of the efficient flow of water through a novel class of filter materials. This insight will in turn guide future development of low-cost and more efficient water filters."
world-community-grid
Water
grid-computing
cloud-computing
Research
september 2010 by fwhamm
[1007.2401] Double Circulant Minimum Storage Regenerating Codes
july 2010 by Vaguery
"Storage optimization in distributed environments is a major concern when talking about reliability in this kind of schemes. Although replication is the most used option, erasure coding is a more optimized one.
However, erasure coding uses a lot of bandwidth to replace one node. In a dynamic scheme, where nodes enter and leave the system frequently, bandwidth use could be an important drawback.
Regenerating Codes introduced by Dimakis et al. minimize the code repair problem by applying Network Coding to the distributed storage scheme. However finding the coefficients for the linear combinations used to replace a node is not easy, specially for the systematic case, and must be calculated for each new node fail.…"
nudge-targets
distributed-processing
database-administration
grid-computing
algorithms
reliability
However, erasure coding uses a lot of bandwidth to replace one node. In a dynamic scheme, where nodes enter and leave the system frequently, bandwidth use could be an important drawback.
Regenerating Codes introduced by Dimakis et al. minimize the code repair problem by applying Network Coding to the distributed storage scheme. However finding the coefficients for the linear combinations used to replace a node is not easy, specially for the systematic case, and must be calculated for each new node fail.…"
july 2010 by Vaguery
The Grid Workloads Archive : Home
april 2010 by tsuomela
The primary purpose of the Grid Workloads Archive is to provide (anonymized) workload traces from grid environments to researchers and to practitioners alike.
computational-science
grid-computing
research
archive
data
workload
grid
computing
project(Utenn)
april 2010 by tsuomela
Carl Kesselman Home Page
april 2010 by tsuomela
Most of my research is focused around the Globus project™, a joint research project with Ian Foster's group at Argonne National Laboratory. Globus is developing the basic mechanisms and infrastructure for grids. One major result is the development of the Globus Toolkit®, the underlying infrastructure used by most major grid projects.
people
school(USC)
grid-computing
computational-science
engineering
simulation
infrastructure
science
toolkit
april 2010 by tsuomela
Genetic Programming on General Purpose Graphics Processing Units : gpgpgpu.com
december 2009 by Vaguery
"The use of Graphics Processing Units (GPUs) in scientific computing is becoming increasingly common. GPUs are low cost parallel processors that can readily be exploited for many types of general purpose computation. Recently, the computational intelligence community has started to develop for the GPU platform. This web page is primarily dedicated to the use of GPUs as a platform for Genetic Programming. "
genetic-programming
GPU
grid-computing
hardware
papers
GPGPU
december 2009 by Vaguery
Amazon EC2 Spot Instances
december 2009 by Vaguery
"Spot Instances are a new way to purchase and consume Amazon EC2 Instances. They allow customers to bid on unused Amazon EC2 capacity and run those instances for as long as their bid exceeds the current Spot Price. The Spot Price changes periodically based on supply and demand, and customers whose bids meet or exceed it gain access to the available Spot Instances. Spot Instances are complementary to On-Demand Instances and Reserved Instances, providing another option for obtaining compute capacity."
grid-computing
cloud-computing
EC2
Amazon
markets
auction
ecommerce
december 2009 by Vaguery
Ruby Development
november 2009 by Vaguery
"The Ruby Development Center contains sample code, documentation, tools, and additional resources to help you build applications on Amazon Web Services."
Amazon
Amazon-Web-Services
cloud-computing
Ruby
software-development
grid-computing
development
community
november 2009 by Vaguery
Introducing Resque - GitHub
november 2009 by Vaguery
"It boils down to this: GitHub is a warzone. We are constantly overloaded and rely very, very heavily on our queue. If it's backed up, we need to know why. We need to know if we can fix it. We need workers to not get stuck and we need to know when they are stuck.
We need to see what the queue is doing. We need to see what jobs have failed. We need stats: how long are workers living, how many jobs are they processing, how many jobs have been processed total, how many errors have there been, are errors being repeated, did a deploy introduce a new one?
We need a background job system as serious as our web framework. I highly recommend DelayedJob to anyone whose site is not 50% background work.
But GitHub is 50% background work."
parallel
grid-computing
distributed-processing
GitHub
Ruby
process-control
system-administration
library
open-source
We need to see what the queue is doing. We need to see what jobs have failed. We need stats: how long are workers living, how many jobs are they processing, how many jobs have been processed total, how many errors have there been, are errors being repeated, did a deploy introduce a new one?
We need a background job system as serious as our web framework. I highly recommend DelayedJob to anyone whose site is not 50% background work.
But GitHub is 50% background work."
november 2009 by Vaguery
What CouchDB brings to HTML5 : Daytime Running Lights
october 2009 by Vaguery
"In a CouchDB-enabled web, data-flows don't have to be centralized, which means friends can communicate without going through a fixed domain. This makes the web more efficient. It also means I can make data available to my social network without relying on 3rd-party services."
CouchDB
HTML5
standard-setting-play
distributed-processing
openness
open-access
grid-computing
social-networks
october 2009 by Vaguery
About the Open Cloud Consortium
october 2009 by Vaguery
"The Open Cloud Consortium (OCC) is a member driven organization that:
Supports the development of standards for cloud computing and frameworks for interoperating between clouds;
develops benchmarks for cloud computing;
supports reference implementations for cloud computing, preferably open source reference implementations;
manages a testbed for cloud computing called the Open Cloud Testbed;
sponsors workshops and other events related to cloud computing."
cloud-computing
nudge
standards
openness
open-science
grid-computing
Supports the development of standards for cloud computing and frameworks for interoperating between clouds;
develops benchmarks for cloud computing;
supports reference implementations for cloud computing, preferably open source reference implementations;
manages a testbed for cloud computing called the Open Cloud Testbed;
sponsors workshops and other events related to cloud computing."
october 2009 by Vaguery
List of distributed computing projects - Wikipedia, the free encyclopedia
programming software tools reference technology computer research projects distributed interesting science cluster wiki mathematics list computing grid wikipedia p2p strategy distributed-computing grid-computing distributedcomputing catalogue gridcomputing
july 2009 by jashmenn
programming software tools reference technology computer research projects distributed interesting science cluster wiki mathematics list computing grid wikipedia p2p strategy distributed-computing grid-computing distributedcomputing catalogue gridcomputing
july 2009 by jashmenn
Copy this bookmark: