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 11:56:01 +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 C60B62A070A
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
 Wed, 27 Apr 2016 11:56:01 +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 brftl18PkgQF
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
	Wed, 27 Apr 2016 11:56:01 +0200 (CEST)
Received: from mail.hlrs.de (mail.hlrs.de [141.58.2.50])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTPS id 628282A05E3
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 11:56:01 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id 0864B1ADF
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 11:56:01 +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 86aCpjxO4KXy for <contact@ins.uni-bonn.de>;
	Wed, 27 Apr 2016 11:56:00 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id A2A3CA425
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 11:56:00 +0200 (CEST)
DKIM-Filter: OpenDKIM Filter v2.9.2 mail.hlrs.de A2A3CA425
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hlrs.de;
	s=1806FB76-797D-11E5-BCE5-7B280A126CD4; t=1461750960;
	bh=b4oNvyicWS7t83rB6VyfmqfkxYc4jh83/p/mC3QWon4=;
	h=From:Reply-To:To:Subject:Message-Id:Date;
	b=qHaAafQMdsGVYPwTUt1NQftWsa3NZL5lGVBJIQq2xwaS4EtdnAbZ/Y3QziQ1u+xZP
	 NSX/jUE70wfFkOFxXnU87UpfHPQwGv+RHDLsCsOfK/p8bHpcR3rOy4hBVqQVU0bYK5
	 2Tv7Mb0PZ4srFtXqqyIXgfL4byFvDSPKrjNz5m4A=
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 AMlkQk1DZmI4 for <contact@ins.uni-bonn.de>;
	Wed, 27 Apr 2016 11:56:00 +0200 (CEST)
Received: from awsrr.hlrs.de (awsrr.hlrs.de [141.58.5.187])
	by mail.hlrs.de (Postfix) with ESMTP id 8769AA41D
	for <contact@ins.uni-bonn.de>; Wed, 27 Apr 2016 11:56:00 +0200 (CEST)
Received: by awsrr.hlrs.de (Postfix, from userid 843)
	id 88E3E8A2A2; Wed, 27 Apr 2016 11:55:02 +0200 (CEST)
From: Rolf Rabenseifner <rabenseifner@hlrs.de>
Reply-To: Rolf Rabenseifner <rabenseifner@hlrs.de>
To: contact@ins.uni-bonn.de
Subject: UPC/CAF course at HLRS, June 2-3, 2016
Message-Id: <20160427095502.88E3E8A2A2@awsrr.hlrs.de>
Date: Wed, 27 Apr 2016 11:55:02 +0200 (CEST)

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

PGAS languages are an interesting way of parallel programming.

UPC and CAF are the most important PGAS languages based on C and Fortran.
 --> course June 2+3, 206, see below.

GASPI addresses fundamental issues in strong scaling via dataflow
driven remote completion --> course June 6+7, 2016, see next email.

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

Both courses are PRACE Advanced Training Center (PATC) courses.

Kind regards / Mit freundlichen Gruessen
Rolf Rabenseifner
 

======================================================================
                      Call for Participation
======================================================================


  Introduction to Unified Parallel C (UPC) and Co-array Fortran (CAF)
  -------------------------------------------------------------------

                   Thursday+Friday, June 2-3, 2016
                                 HLRS
                       University of Stuttgart
                               Germany 

Abstract:
  Partitioned Global Address Space (PGAS) is a new model for parallel
  programming. Unified Parallel C (UPC) and Co-array Fortran (CAF) are
  PGAS extensions to C and Fortran. Parallelism is part of the language.
  PGAS languages allow any processor to directly address memory/data
  on any other processors. Parallelism can be expressed more easily
  compared to library based approches as MPI. This course gives an
  introduction to this novel approach of expressing parallelism.
  Hands-on sessions (in UPC and/or CAF) will allow users to
  immediately test and understand the basic constructs of PGAS languages.
  (This course has the same content as the course in spring.)  

Date & Location: 
  June 2, 2016, 8:30 - June 3, 15:30
  HLRS, large seminar room, Allmandring 30, 70569 Stuttgart, Germany.
 
Further information on this course and registration 

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

(You may have to accept an unofficial certificate before 
you can view the course page - my apologies for this)

Registration and further information:

Deadline for registration: May 1, 2016

The course language is English.
We will provide local systems with test accounts for the participants.

This course is a PRACE Advanced Training Centre (PATC) courses at HLRS.

Further information on PGAS languages:
  http://en.wikipedia.org/wiki/Partitioned_global_address_space  PGAS
  http://en.wikipedia.org/wiki/Co-array_Fortran                   CAF
  http://en.wikipedia.org/wiki/Unified_Parallel_C                 UPC
  http://upc.gwu.edu/                           UPC Community website
  http://upc.lbl.gov/                                  UPC at Berkley

Information on further courses:
  - by HLRS: 
  http://www.hlrs.de/training and 
  http://www.hlrs.de/training/course-list
  - by the Gauss Centre of Supercomputing (GCS):
  http://www.gauss-centre.eu/training
  - by the PRACE Advanced Training Centres (PATCs)
  http://www.training.prace-ri.eu/

---------------------------------------------------------------------
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
High Performance Computing Center (HLRS) . phone ++49(0)711/685-65530
University of Stuttgart .. . . . . . . . . fax : ++49(0)711/685-65832
Head of Dpmt Parallel Computing .. .. www.hlrs.de/people/rabenseifner
Nobelstr. 19, D-70569 Stuttgart, Germany . . (Course: Allmandring 30)
---------------------------------------------------------------------
