Skip to content

Latest commit

 

History

History

cscs2017

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Task based Programming with HPX Workshop

Event Details

Location/ Date

CSCS in Lugano, Switzerland

Thursday, October 5 and Friday, October 6, 2017

Presenters

  • John Biddiscombe, Swiss National Supercomputing Centre (CSCS)
  • Thomas Heller, Computer Architecture, Friedrich-Alexander-University Erlangen-Nuremberg

https://stellar-group.github.io/tutorials/cscs2017
https://github.com/STEllAR-GROUP/tutorials


Thursday, October 5, 2017

Friday, October 6, 2017


Acknowledgements

  • Hartmut Kaiser (LSU)
  • Bryce Lelbach (LBNL)
  • Agustin Berge
  • Patrick Diehl (Bonn)
  • Matrin Stumpf (FAU)
  • Arne Hendricks (FAU)
  • Parsa Amini (LSU)
  • And many others...

Course setup

Wifi : Please see handouts, use eduroam if possible

Login : Logins for daint on handout sheet

ssh ela.cscs.ch
ssh daint```

**Reservation** : Course logins (and cscs staff) can use
```sh
scontrol show res hpx1
scontrol show res hpx2

Tutorial repo : Please login to daint and clone the tutorial repo there

git clone https://github.com/STEllAR-GROUP/tutorials```

**Shell setup** : For building examples we will be using clang compiler on daint and
you will need a module for HPX
```sh
source /apps/daint/UES/6.0.UP04/HPX/clang-setup.sh
module load /apps/daint/UES/6.0.UP04/HPX/hpx-clang```