News

In this video, Mike Bernhardt from the Exascale Computing Project catches up with ORNL's David Bernholdt at SC18. They discuss supercomputing the conference, his career, the evolution and significance ...
Here is some news for Java programmers that like to go fast: FastMPJ is hosting Summer of Code 2012 contest on parallel programming with message-passing in Java, and participation is open to everyone.
This describes making your nodes more powerful by using an FPGA co-processor, dodging the punishment of Amdahl's law (i.e. parallel overhead). It is intrinsically easier to partition between 10 ...
CS 358 serves as an introduction to the field of parallel computing. Topics include common parallel architectures (shared memory, distributed memory, CPU vs. GPU, multicore vs. multiprocessor), ...
The package snow (an acronym for Simple Network Of Workstations) provides a high-level interface for using a workstation cluster for parallel computations in R. snow Simplified is an adaptation of an ...