Skip to content

eth-cscs/SummerSchool2020

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

CSCS-USI HPC Summer School 2020

This repository contains the materials used in the Summer School, including source code, lecture notes and slides. Material will be added to the repository throughout the course, which will require that students either update their copy of the repository, or download/checkout a new copy of the repository.

Announcements

We will be using Slack to post news and links relevant to the event: you should receive an invitation to join the Summer School Slack workspace.

PASC21

You can find here the slides presented by Prof. Schenk.

Schedule

Schedule

Getting the repository

On your own computer

You will want to download the repository to your laptop to get all of the slides. The best method is to use git, so that you can update the repository as more slides and material are added over the course of the school. So, if you have git installed, use the same method as for Piz Daint below (in a directory of your choosing).

You can also download the code as a zip file by clicking on the green Clone or download button on the top right hand side of the github page, then clicking on Download zip.

On Piz Daint

Piz Daint has git installed, so we can download the code directly to where we will be working on the exercises and practicals.

# log onto Piz Daint ...

# go to scratch
cd $SCRATCH

# it is a good policy to put it in a personal path
mkdir johnsmith
cd johnsmith
git clone https://github.com/eth-cscs/SummerSchool2019.git

Updating the repository

Lecture slides and source code will be continually added and updated throughout the course. To update the repository you can simply go inside the path

git pull origin master

There is a posibility that you might have a conflict between your working version of the repository and the origin. In this case you can ask one of the assistants for help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published