Return-Path: <rabenseifner@hlrs.de>
Received: from deliver ([unix socket])
	 by merkur (Cyrus v2.4.17-caldav-beta9-Debian-2.4.17+caldav~beta9-3) with
 LMTPA;
	 Wed, 16 Mar 2016 15:12:10 +0100
X-Sieve: CMU Sieve 2.4
Received: from localhost (localhost [127.0.0.1])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 405D32A0E01
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
 Wed, 16 Mar 2016 15:12:10 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at merkur.ins.uni-bonn.de
Authentication-Results: merkur.ins.uni-bonn.de (amavisd-new);
	dkim=pass (1024-bit key) header.d=hlrs.de
Received: from merkur.ins.uni-bonn.de ([127.0.0.1])
	by localhost (merkur.ins.uni-bonn.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id hu1jK1QFR7o9
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
	Wed, 16 Mar 2016 15:12:09 +0100 (CET)
Received: from mail.hlrs.de (mail.hlrs.de [141.58.2.50])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTPS id C5CDD2A0C87
	for <contact@ins.uni-bonn.de>; Wed, 16 Mar 2016 15:12:09 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id 6E70E3477
	for <contact@ins.uni-bonn.de>; Wed, 16 Mar 2016 15:12:31 +0100 (CET)
Received: from mail.hlrs.de ([127.0.0.1])
	by localhost (mail.hlrs.de [127.0.0.1]) (amavisd-new, port 10032)
	with ESMTP id N-ZLfnc9fUzi for <contact@ins.uni-bonn.de>;
	Wed, 16 Mar 2016 15:12:31 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id 12D1883D0
	for <contact@ins.uni-bonn.de>; Wed, 16 Mar 2016 15:12:31 +0100 (CET)
DKIM-Filter: OpenDKIM Filter v2.9.2 mail.hlrs.de 12D1883D0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hlrs.de;
	s=1806FB76-797D-11E5-BCE5-7B280A126CD4; t=1458137551;
	bh=lWp8NtVUF79gL137CHdIWs2Rd4WMp14D05f/bXRKwWw=;
	h=From:Reply-To:To:Subject:Message-Id:Date;
	b=DTblkBsgsaFPZd8VhqKgvQdf3qCwULfsP1ZsyiO7IIsxtta1BDtDFy/U6Z+fAbOs/
	 HowTvTG7U+eQacLZZvHFSHRuw8kFV7WO1/hgIOmRvDxAYw3xAkLaL3uJEax45lm3L8
	 jqiragzyH8E3HevTZm3hY7XOCNbkOdCybKHZsSoA=
X-Virus-Scanned: amavisd-new at hlrs.de
Received: from mail.hlrs.de ([127.0.0.1])
	by localhost (mail.hlrs.de [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id sIaiz-veglm3 for <contact@ins.uni-bonn.de>;
	Wed, 16 Mar 2016 15:12:31 +0100 (CET)
Received: from awsrr.hlrs.de (awsrr.hlrs.de [141.58.5.187])
	by mail.hlrs.de (Postfix) with ESMTP id F416C83C1
	for <contact@ins.uni-bonn.de>; Wed, 16 Mar 2016 15:12:30 +0100 (CET)
Received: by awsrr.hlrs.de (Postfix, from userid 843)
	id AD2BB89C8E; Wed, 16 Mar 2016 15:11:54 +0100 (CET)
From: Rolf Rabenseifner <rabenseifner@hlrs.de>
Reply-To: Rolf Rabenseifner <rabenseifner@hlrs.de>
To: contact@ins.uni-bonn.de
Subject: GASPI - Efficient Parallel Programming with GASPI, course, June 6-7,
 2016
Message-Id: <20160316141154.AD2BB89C8E@awsrr.hlrs.de>
Date: Wed, 16 Mar 2016 15:11:54 +0100 (CET)

Dear Sir, dear Madam / Sehr geehrte Dame, sehr geehrter Herr,

Strong scaling in HPC is a real problem. 

GASPI address fundamental issues in strong scaling via dataflow
driven remote completion. To that end GASPI leverages
communication with one-sided bundled notifications,
which allow remote completion per data context.

Please, can you pass this GASPI course announcement also to interested 
colleagues.  / Es waere schoen, wenn Sie diese Ankuendigung 
auch an interessierte Kollegen weitergeben koennten.

http://www.hlrs.de/training/2016/GASPI

Kind regards / Mit freundlichen Gruessen
Rolf Rabenseifner and Jutta Oexle


-----------------------------------------------------------------
Efficient Parallel Programming with GASPI, course, June 6-7, 2016
-----------------------------------------------------------------
Lecturers:
Dr. Christian Simmendinger, T-Systems Solutions for Research GmbH
Dr. Mirko Rahn, Fraunhofer ITWM
Dr. Daniel Gruenewald, Fraunhofer ITWM

Monday, June 6, 2016, 9:00 - June 7, 15:30

Medienlabor, R 1.067, HLRS, Nobelstr. 19, 70569 Stuttgart

Registration until May 8, 2016, and all futher details at

       http://www.hlrs.de/training/2016/GASPI

Abstract
In this tutorial we present an asynchronous dataflow programming 
model for Partitioned Global Address Spaces (PGAS) as an 
alternative to the programming model of MPI.
GASPI, which stands for Global Address Space Programming Interface, 
is a partitioned global address space (PGAS) API. The GASPI API 
is designed as a C/C++/Fortran library and focused on three key 
objectives: scalability, flexibility and fault tolerance. 
In order to achieve its much improved scaling behaviour GASPI 
aims at asynchronous dataflow with remote completion, rather than 
bulk-synchronous message exchanges. GASPI follows a single/multiple 
program multiple data (SPMD/MPMD) approach and offers a small, yet 
powerful API (see also http://www.gaspi.de and http://www.gpi-site.com).
GASPI is successfully used in academic and industrial simulation 
applications.
Hands-on sessions (in C and Fortran) will allow users to 
immediately test and understand the basic constructs of GASPI.

The course language is English (if required). 
All slides and handouts are in English.

Local organizer is
Dr. Rolf Rabenseifner, rabenseifner@hlrs.de, phone +49 (0)711 685 65530, and 
Dr. Jutta Oexle, oexle@hlrs.de, phone +49 (0)711 685 87207. 


Further courses can be found at

  http://www.hlrs.de/training/course-list
   

---------------------------------------------------------------------
I would appreciate if you could forward this email to interested
colleagues.  If you receive double postings or you want to stop
these postings, then please reply the email-address(es) that
should be unsubscribed, and include "unsubscribe" in the subject line.
---------------------------------------------------------------------


---------------------------------------------------------------------
Dr. Rolf Rabenseifner .. . . . . . . . . . email rabenseifner@hlrs.de
Dr. Jutta Oexle .. . . . . . . . . . . . . . . . . . .. oexle@hlrs.de
High Performance Computing Center (HLRS) . phone ++49(0)711/685-65530
University of Stuttgart .. . . . . . . . . and : ++49(0)711/685-87207
Nobelstr. 19, D-70569 Stuttgart, Germany
---------------------------------------------------------------------
