Posts Tagged ‘ high-performance computing ’

Accelerating analytics at MSU with Revolution R Enterprise

February 3, 2012
By

Erik Sigur, Information Technologist for the Department of Statistics and Probability at Michigan State University, writes at ReadWriteWeb about using Revolution R Enterprise to provide high-performance computation in R to the researchers in his department: Our search for a more effective version of R ultimately brought us to a product called Revolution R Enterprise...

Read more »

Interview with Kai Chew, CloudStat

December 31, 2011
By

Here is an interview with Kai Chew, Founder of Cloudstat. CloudStat is developing a cloud-based statistical platform to help researchers who want to make sense of data to do statistical analysis collaboratively with its high performance computing infra...

Read more »

ConPA uses cloudnumbers.com as calculation backend

November 25, 2011
By
ConPA uses cloudnumbers.com as calculation backend

ConPA is an asset allocation application using the classic Markowitz approach. For the calculations the open-source statistical programming language R is used. R scripts are executed on cloudnumbers.com’s computer clusters in the Cloud and the results are displayed by ConPA frontend. ConPA allows to set the investment date of the portfolio, the target return...

Read more »

Announcing Revolution R Enterprise 5.0

November 15, 2011
By

We're proud to announce the latest update to the enhanced, commercial-grade distribution of R, Revolution R Enterprise 5.0. With each new release, Revolution R Enterprise adds more capabilities to open-source R, to make R users more productive, to improve performance of R programs, to support Big Data analytics, and to provide servers and APIs...

Read more »

The next generation of parallel R

November 2, 2011
By
The next generation of parallel R

In view of open-source parallel computing with R this week presents a big step to the future. R 2.14.0 was released at October 31th, 2011. Now, R base ships with a parallel computing package called “parallel”.  library(parallel) It combines advantages of the packages multicore and snow and it contains support for multiple RNG streams....

Read more »

Batch Processing vs. Interactive Sessions

October 26, 2011
By
Batch Processing vs. Interactive Sessions

We introduced batch processing 3 weeks ago. Many people asked about differences and benefits of batch processing or interactive sessions. Lets start with the definitions: Batch Processing / Batch Jobs: Batch processing is the execution of a series of programs or only one task on a computer environment without manual intervention. All data and...

Read more »

New release with Batch processing

October 5, 2011
By

This week we rolled out a new release at cloudnumbers.com which implements two new main features: cloudnumbers.com now supports Batch processing. Due to some changes in the architecture we were able to reduce our system requirements. In detail, we do not need that much open ports in your firewall. Please check our updated System...

Read more »

Speed up recursion in R 600-fold with Rcpp

September 12, 2011
By

Rcpp package co-author Dirk Eddelbuettel provides another case study in speeding up R code by rewriting repeatedly-called R code as inline C++ functions, using the classic Fibonacci recursion algorithm as an example. The speed gains here are impressive -- over 600x compared to native recursive R code -- but you could also improve performance...

Read more »

A simple example for writting parallel code

September 7, 2011
By
A simple example for writting parallel code

Today, programmers have to deal with multi-core and multi-computer technologies. Several people claim that software developers are far behind hardware technologies. My two favorite posts for this statement are Editor’s Desk: Software Lags Behind Hardware, But That’s a Good Thing A Hacker’s Craic -Why is software so far behind hardware? Parallel computing is not...

Read more »

HPC news from the useR2011 conference

August 18, 2011
By

It was an exciting useR2011 conference at the University of Warwick, Coventry, UK. Thanks a lot to the local organizing and program committee for having this great conference. I enjoyed the variety of talks, the poster session and the conference dinner and everything within walking distance. In view of HPC for R I learned:...

Read more »