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, 27 Apr 2016 13:00:29 +0200
X-Sieve: CMU Sieve 2.4
Received: from localhost (localhost [127.0.0.1])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTP id D55F62A0682
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
 Wed, 27 Apr 2016 13:00:29 +0200 (CEST)
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 hAqJsfy5LH8V
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
	Wed, 27 Apr 2016 13:00:29 +0200 (CEST)
Received: from mail.hlrs.de (mail.hlrs.de [141.58.2.50])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTPS id 7DB5C2A059B
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 13:00:29 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id 5D3BFA41E
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 13:00:29 +0200 (CEST)
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 REZcix11ysub for <contact@ins.uni-bonn.de>;
	Wed, 27 Apr 2016 13:00:29 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id 08195A416
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 13:00:29 +0200 (CEST)
DKIM-Filter: OpenDKIM Filter v2.9.2 mail.hlrs.de 08195A416
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hlrs.de;
	s=1806FB76-797D-11E5-BCE5-7B280A126CD4; t=1461754829;
	bh=XOnACEsUjRUlwTGNE1sLnbCvhoNPok+11cqXTv1W+js=;
	h=From:Reply-To:To:Subject:Message-Id:Date;
	b=Ur6m2+rxFdoC2tkQl4/uiVQVOymhdiENEcSjl9GJ4U0AcmJxBGulbn8MnNxe9vJRA
	 Ur4hXkwfgu0Q2lIg1sYvIWDTzLFBpvlghp8e+B3wwkPGRAGwMwdAY5bY6VRAqcGIQy
	 stJGcyudvvt13hjbXXF6gSHPP4Z96iBoTh6/DyIE=
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 x90j_3RN8AZb for <contact@ins.uni-bonn.de>;
	Wed, 27 Apr 2016 13:00:28 +0200 (CEST)
Received: from awsrr.hlrs.de (awsrr.hlrs.de [141.58.5.187])
	by mail.hlrs.de (Postfix) with ESMTP id E951CA429
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 13:00:28 +0200 (CEST)
Received: by awsrr.hlrs.de (Postfix, from userid 843)
	id E49E48A2A2; Wed, 27 Apr 2016 12:59:30 +0200 (CEST)
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: <20160427105930.E49E48A2A2@awsrr.hlrs.de>
Date: Wed, 27 Apr 2016 12:59:30 +0200 (CEST)

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

Strong scaling in HPC is a real problem. 

GASPI addresses 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

HLRS, large seminar room, Allmandring 30, 70569 Stuttgart, Germany.

Registration until May 8, 2016, and all further 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   and
  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 . . (Course: Allmandring 30)
---------------------------------------------------------------------
