Archive for the ‘Course’ Category

Video: Concurrent Collections (CnC) by Kathleen Knobe

Thursday, July 8th, 2010

Last May Kathleen Knobe of Intel visited CSCS giving a talk on Concurrent Collections (CnC). We are happy to share with you the video of her very interesting talk (click on the picture here below to start the movie).

A common approach in designing parallel languages is to provide some high level handles to manipulate the use of the parallel platform. This exposes some aspects of the target platform, for example, shared vs. distributed memory. It may expose some but not all types of parallelism, for example, data parallelism but not task parallelism. This approach must find a balance between the desire to provide a simple view for the domain expert and provide sufficient power for tuning. This is hard for any given architecture and harder if the language is to apply to a range of architectures. Either simplicity or power is lost.

Instead of viewing the language design problem as one of providing the programmer with high level handles, we view the problem as one of designing an interface. On one side of this interface is the programmer (domain expert) who knows the application but needs no knowledge of any aspects of the platform. On the other side of the interface is the performance expert (programmer or program) who demands maximal flexibility for optimizing the mapping to a wide range of target platforms (parallel / serial, shared / distributed,
homogeneous / heterogeneous, etc.) but needs no knowledge of the domain.

Concurrent Collections (CnC) is based on this separation of concerns. The talk will present CnC and its benefits.

Additional video formats »

Master of Informatics with Major in Computational Science at USI

Friday, July 2nd, 2010

Università della Svizzera Italiana (USI) is offering a Master of Informatics with Major in Computational Science. This full time programme is worth 120 ECTS and stretches over two years. It allows students to personalize their study curricula according to their individual interests. As the Master will be launched in September 2010, the precise study programme is still under construction.

Computational Science Major Director is Prof. Dr. Rolf Krause of the Institute of Computational Science (ICS). ICS  provides a unique research environment, where strong competences in modeling, simulation and information science come together in an open and application oriented atmosphere.

Web page of the Master »

Register to Parallel Programming Workshop at CSCS

Tuesday, June 22nd, 2010

CSCS invites you to register to a Parallel Programming Workshop to be held in Manno, on 10.-12.08.2010.

Instructors will be Rolf Rabenseifner (HLRS) and Neil Stringfellow (CSCS).

(more…)