BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ENCCS - ECPv6.15.16//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ENCCS
X-ORIGINAL-URL:https://enccs.se
X-WR-CALDESC:Events for ENCCS
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:Europe/Stockholm
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20190331T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20191027T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20200329T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20201025T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20210328T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20211031T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20220327T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20221030T010000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Europe/Stockholm:20210112T090000
DTEND;TZID=Europe/Stockholm:20210115T123000
DTSTAMP:20260425T214730
CREATED:20201201T095939Z
LAST-MODIFIED:20210118T102313Z
UID:7679-1610442000-1610713800@enccs.se
SUMMARY:BioExcel/ENCCS workshop - Advanced topics in simulations with GROMACS
DESCRIPTION:In collaboration with BioExcel\, ENCCS is offering an online workshop on advanced GROMACS simulations taught by Dr Mark Abraham\, Dr Christian Blau\, Dr Artem Zhmurov and Dr. Alessandra Villa. \nThe workshop will be all-virtual on 4 successive mornings January 12-15 2021\, 09:00-12:30.\nTopics\nJanuary 12 – Using umbrella-sampling (“pulling”) simulationsJanuary 13 – Using replica-exchange molecular dynamicsJanuary 14 – Using applied-weight histogram methods (“AWH”)January 15 – Computing trajectories efficiently on GPUs \nThe sessions will include some presentations and some hands-on live-coding-style material.\nRegistration\nRegistration is closed.\nContact person: Kjartan Thor Wikfeldt (kjartan.thor.wikfeldt@it.uu.se)\nWorkshop Notes\nYou can find anonymised workshop notes at https://hackmd.io/@enccs/gromacs-jan-2021.
URL:https://enccs.se/events/bioexcel-enccs-workshop-advanced-topics-in-simulations-with-gromacs/
LOCATION:Online
CATEGORIES:Collaboration Event,ENCCS Event,Workshop
ATTACH;FMTTYPE=image/jpeg:https://media.enccs.se/2020/12/Gromacs-icon-text-397.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Stockholm:20201208T090000
DTEND;TZID=Europe/Stockholm:20201211T120000
DTSTAMP:20260425T214730
CREATED:20201105T082242Z
LAST-MODIFIED:20201208T141420Z
UID:7230-1607418000-1607688000@enccs.se
SUMMARY:ENCCS Workshop - Intermediate Topics in MPI
DESCRIPTION:The Message Passing Interface (MPI) is the de facto standard for distributed memory parallelism in high performance computing (HPC). MPI is the dominant programming model for modern day supercomputers and will continue to be critical in enabling researchers to scale up their HPC workloads to forthcoming pre-exascale and exascale systems within EuroHPC and elsewhere. \nThis workshop targets programmers in both academia and industry who already have experience with basic MPI and are ready to take the next step to more advanced usage. Topics which will be covered include communicators\, groups\, derived data types\, one-sided communication\, non-blocking collectives and hybrid MPI+threading approaches. Lectures will be interleaved with hands-on exercises. All exercises will be written in C\, but the instructors will be able to answer questions about MPI in Fortran and Python. \nPre-requisites\n\nFamiliarity with MPI in C/C++\, Fortran or Python\, either from introductory courses or workshops (e.g. PDC’s Introduction to MPI or the SNIC course Introduction to parallel programming using message passing with MPI) or through self-taught usage.\nFamiliarity with C/C++\nBasic Linux command line skills\nExisting access to a SNIC cluster or own computer with MPI and compilers installed.\n\nRegistration\nFor registration use the link below\nhttps://events.prace-ri.eu/event/1090/registrations/791/ \nTraining material\nhttps://enccs.se/training-material/intermediate-mpi \nTentative schedule\nDay 1 – Tuesday 8 December 2020 – Communicators\, groups\, derived datatypes \n[ninja_tables id=”7233″] \nDay 2 – Wednesday 9 December 2020 – Collective communication (including nonblocking) \n[ninja_tables id=”7235″] \nDay 3 – Thursday 10 December 2020 – One-sided communication \n[ninja_tables id=”7234″] \nDay 4 – Friday 11 December 2020 – MPI and threads \n[ninja_tables id=”7236″] \n 
URL:https://enccs.se/events/2020-intermediate-topics-in-mpi/
LOCATION:Online
CATEGORIES:ENCCS Event
ATTACH;FMTTYPE=image/jpeg:https://media.enccs.se/2020/10/MPI-icon.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Stockholm:20201201T090000
DTEND;TZID=Europe/Stockholm:20201204T123000
DTSTAMP:20260425T214730
CREATED:20201008T145241Z
LAST-MODIFIED:20201202T073134Z
UID:6377-1606813200-1607085000@enccs.se
SUMMARY:SNIC online training course - An introduction to parallel programming using Message Passing with MPI (ENCCS associated event)
DESCRIPTION:Message Passing is presently a widely deployed programming model in massively parallel high performance computing. Message Passing is suitable for programming a wide range of current computer architectures\, ranging from multi-core desk top equipment to the fastest HPC systems in the world\, offering several hundred thousand processing elements.\n\nThis online course is at the beginners level and assumes no prior experience in parallel computing. The concepts behind message passing and distributed memory computing will be introduced and the syntax of the key MPI calls will be explained. The course will include point-to-point communications\, non-blocking communication and the collective communications calls.  Live demonstrations and practical sessions to deepen the understanding of the lectures will be part of the course. At the end of the course participants should be able to write their own MPI programs at an intermediate level. The teaching language will be English.\n\n\nThe course forms part of the SNIC training program.  It is offered as a collaborative effort between C3SE\, HPC2N\, LUNARC and PDC with support from ENCCS. \nEligibility\n\nIt is open to SNIC users\, prospective SNIC users and academics throughout the Nordic region. \nPre-requisites\nParticipants should be able to write simple programs in one or more of C\, C++\, Fortran or Python.  Basic knowledge of UNIX/LINUX is also required. \n\n\n\nFor the hand-on part participants should have access to a laptop or desktop computer connected to the internet.   Participants utilising windows computers should install PuTTY (https://www.putty.org/) on their systems.  Users of LINUX and macOS should make sure they can access the UNIX terminal and that ssh is installed on their systems. \nTime and location\nThe course will run from 1st till 4th December 2020.  The course will start at 09:00 and finish at 12:30 each day. \n\n\nThe course will be taught over zoom.  A zoom link will be provided to registered participants prior to the event. \nRegistration\nTo register\, please fill in the registration form. \nQuestions\nQuestions and queries regarding the course should be directed to LUNARC\, using the support form. \n\n\nOriginal event link http://www.lunarc.lu.se/training/an-introduction-to-parallel-programming-using-message-passing-with-mpi-1-4-december-2020/
URL:https://enccs.se/events/an-introduction-to-parallel-programming-using-message-passing-with-mpi/
LOCATION:Online
CATEGORIES:ENCCS Associated Event,SNIC Event,Workshop
ATTACH;FMTTYPE=image/jpeg:https://media.enccs.se/2020/10/Snic-3D-icon-743.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Stockholm:20201117T090000
DTEND;TZID=Europe/Stockholm:20201126T120000
DTSTAMP:20260425T214730
CREATED:20201007T160024Z
LAST-MODIFIED:20201202T073150Z
UID:6133-1605603600-1606392000@enccs.se
SUMMARY:CodeRefinery/ENCCS Online Workshop - Tools and Best Practices in Modern Research Software Development
DESCRIPTION:In this course\, you will become familiar with tools and best practices for version control and reproducibility in modern research software development. The main focus is on using Git for efficiently writing and maintaining research software. \nWe will not teach programming\, but we teach the tools you need to use programming well. We assume that you are familiar with the programming language that you use in your work and research. We try to keep the course as language-independent as possible but we will show some basic code examples in Python. \nPre-workshop installation help and verification times \n\nNov 12 (Thu) 13:00 – 14:00\nNov 13 (Fri) 13:00 – 14:00\nJoin anytime during this (preferably not everyone at the very start and end)\n\nDay 1 – Tuesday 17 November 2020\n[ninja_tables id=”6141″] \nDay 2 – Wednesday 18 November 2020\n[ninja_tables id=”6143″]\n \nDay 3 Thursday 19 November 2020\n[ninja_tables id=”6144″]\n \nFriday & Monday 20 & 23 November 2020 – REST \nDay 4 – Tuesday 24 November 2020\n[ninja_tables id=”6145″] \nDay 5 – Wednesday 25 November 2020\n[ninja_tables id=”6146″]\n \nDay 6 Thursday 26 November 2020\n[ninja_tables id=”6154″]\n \nThis is an informal and interactive event with type-along type of presentations\, live coding\, and demos. Short tutorials alternate with practical exercises. \nFurther information and registration: https://coderefinery.github.io/2020-11-17-online/
URL:https://enccs.se/events/online-coderefinery-workshop-nov-17-19-24-26-900-1200/
LOCATION:Online
CATEGORIES:ENCCS Event,Workshop
ATTACH;FMTTYPE=image/jpeg:https://media.enccs.se/2020/09/DSC002091.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Stockholm:20201027T090000
DTEND;TZID=Europe/Stockholm:20201028T123000
DTSTAMP:20260425T214730
CREATED:20201006T144716Z
LAST-MODIFIED:20201202T073157Z
UID:6023-1603789200-1603888200@enccs.se
SUMMARY:ENCCS/NVIDIA Online Workshop - Fundamentals of Accelerated Computing with CUDA C/C++
DESCRIPTION:Welcome to the first official ENCCS workshop which will be held in collaboration with NVIDIA! This workshop teaches the fundamental tools and techniques for accelerating C/C++ applications to run on massively parallel GPUs with CUDA. You’ll learn how to write code\, configure code parallelization with CUDA\, optimize memory migration between the CPU and GPU accelerator\, and implement the workflow that you’ve learned on a new task – accelerating a fully functional\, but CPU-only\, particle simulator for observable massive performance gains. At the end of the workshop\, you’ll have access to additional resources to create new GPU-accelerated applications on your own. \nThe workshop is free of charge and open to academic researchers. \nTentative schedule\nTuesday\, 27 October 2020\n[ninja_tables id=”6027″] \nWednesday\, 28 October 2020\n[ninja_tables id=”6049″] \nFurther information on the course contents can be found here. \nBefore the workshop you will need to create or log into your NVIDIA Developer Program account which will provide you with access to all training materials during and after the workshop. More detailed instructions will be sent to registered participants. \nPrerequisites:\nBasic C/C++ competency\, including familiarity with variable types\, loops\, conditional statements\, functions\, and array manipulations. No previous knowledge of CUDA programming is assumed \nRegistration:\nhttp://doit.medfarm.uu.se/kurt17174 \nFor questions contact Kjartan Thor Wikfeldt at kjartan.thor.wikfeldt@it.uu.se.
URL:https://enccs.se/events/fundamentals-of-accelerated-computing-with-cuda-c-c/
LOCATION:Online
CATEGORIES:ENCCS Event,Workshop
ATTACH;FMTTYPE=image/jpeg:https://media.enccs.se/2020/10/unnamed.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Stockholm:20201016T100000
DTEND;TZID=Europe/Stockholm:20201016T160000
DTSTAMP:20260425T214730
CREATED:20200928T113637Z
LAST-MODIFIED:20201202T073202Z
UID:4393-1602842400-1602864000@enccs.se
SUMMARY:ENCCS Kick-off Meeting (Private Event)
DESCRIPTION:ENCCS will have its kick-off meeting on Friday 16th of October at Uppsala University. \nAGENDA \n10:00 Welcome and introduction of ENCCS: Dr. Lilit Axner\n10:15  The initiation of ENCCS: Prof. Sverker Holmgren & Prof. Lina von Sydow \n10:35 – 11:00 Coffee break \n11:00 EuroHPC JU and Sweden: Prof. Erik Lindahl\n11:30 Overview of EuroCC and ENCCS – Mission and vision: Dr. Lilit Axner\n11:50 RISE within ENCCS: Björn Hovstadius \n12:00 Lunch \n13:00 Preliminary map of HPC competences and needs in Sweden: Dr. Lilit Axner\n13:20 ENCCS – next steps:\nDissemination: Apostolos Vasileiadis\nTraining: Dr. Kjartan Thor Wikfeldt\nWork with SMEs: Björn Hovstadius and Dr. Lilit Axner\nSoftware support: Dr. Mark Abraham\, Dr. Roberto Di Remigio\, Dr. Jing Gong\, Dr. Qiang Li\n14:30 Steering Board meeting
URL:https://enccs.se/events/enccs-kick-off-meeting/
LOCATION:Polacksbacken\, Lägerhyddsvägen 2\, Uppsala\, 752 37
CATEGORIES:Private Event
ATTACH;FMTTYPE=image/jpeg:https://media.enccs.se/2020/09/c_276740-l_3-k_imagepuff.jpg
END:VEVENT
END:VCALENDAR