Register training material
16 materials found

Authors: Barlow, Melanie (orcid: 000...  or Russell, Keith (orcid: 0000...  or Degnan, Sandie (orcid: 0000...  or Pawsey Supercomputing Resea... 


WEBINAR: Launching the new Apollo Service: collaborative genome annotation for Australian researchers

This record includes training materials associated with the Australian BioCommons webinar ‘Launching the new Apollo Service: collaborative genome annotation for Australian researchers’. This webinar/workshop took place on 29 September 2021.

Event description 

Genome annotation is crucial to...

Keywords: Genome Annotation, Genomics, Genome curation, Bioinformatics, Apollo software

WEBINAR: Launching the new Apollo Service: collaborative genome annotation for Australian researchers https://dresa.org.au/materials/webinar-launching-the-new-apollo-service-collaborative-genome-annotation-for-australian-researchers-3d6cb4b6-50b0-4bf4-ad3a-a60c79dc04ff This record includes training materials associated with the Australian BioCommons webinar ‘Launching the new Apollo Service: collaborative genome annotation for Australian researchers’. This webinar/workshop took place on 29 September 2021. Event description  Genome annotation is crucial to defining the function of genomic sequences. Apollo is a popular tool for facilitating real-time collaborative curation and genome annotation editing. The technical obstacles faced by Australian researchers wanting to access and maintain this software have now been solved.  The new Australian Apollo Service can host your genome assembly and supporting evidence files, taking care of all the system administration so you and your team can focus on the annotation curation itself. The Australian BioCommons and partners at QCIF and Pawsey are now offering the Apollo Service free to use for Australian-based research groups and research consortia. As part of this launch, you’ll hear what’s possible from some of the early adopters who helped guide the development of the service. These Australian researchers will highlight the benefits that Apollo is bringing to their genome annotation and curation workflows. Join us to find out how you can get access to the Australian Apollo Service. Materials are shared under a Creative Commons Attribution 4.0 International agreement unless otherwise specified and were current at the time of the event. Files and materials included in this record: Event metadata (PDF): Information about the event including, description, event URL, learning objectives, prerequisites, technical requirements etc. Index of training materials (PDF): List and description of all materials associated with this event including the name, format, location and a brief description of each file. Degnan Lab - Apollo Launch Webinar (PDF): Slides presented by Professors Sandie and Bernie Degnan Nelson - Apollo Launch Webinar (PDF): Slides presented by Dr Tiffanie Nelson Voelker - Apollo Launch Webinar (PDF): Slides presented by Julia Voelker Rane - Apollo Launch Webinar (PDF): Slides presented by Dr Rahul Rane. Materials shared elsewhere: A recording of this webinar is available on the Australian BioCommons YouTube Channel: https://youtu.be/o8jhRra-x4Y   Melissa Burke (melissa@biocommons.org.au) Genome Annotation, Genomics, Genome curation, Bioinformatics, Apollo software
Setting The Scene

Opening Address for the ARDC Skills Summit 2023

This presentation provides a welcome to the ARDC Skills Summit 2023, and includes an outline of the importance of digital research skills to data-enriched research, the value of skills training and highly skilled research workforce to the broader...

Keywords: research, training, skills, training material, ARDC, research data commons, digital research skills agenda

Setting The Scene https://dresa.org.au/materials/setting-the-scene-8a535906-352b-451e-be82-051b1db4c5de Opening Address for the ARDC Skills Summit 2023 This presentation provides a welcome to the ARDC Skills Summit 2023, and includes an outline of the importance of digital research skills to data-enriched research, the value of skills training and highly skilled research workforce to the broader economy, and an overview of related ARDC activity. contact@ardc.edu.au research, training, skills, training material, ARDC, research data commons, digital research skills agenda
ARDC FAIR Data 101 self-guided

FAIR Data 101 v3.0 is a self-guided course covering the FAIR Data principles

The FAIR Data 101 virtual course was designed and delivered by the ARDC Skilled Workforce Program twice in 2020 and has now been reworked as a self-guided course.

The course structure was based on 'FAIR Data in the...

Keywords: training material, FAIR data, video, webinar, activities, quiz, FAIR, research data management

ARDC FAIR Data 101 self-guided https://dresa.org.au/materials/ardc-fair-data-101-self-guided-2d794a84-f0ff-4e11-a39c-fa8ea481e097 FAIR Data 101 v3.0 is a self-guided course covering the FAIR Data principles The FAIR Data 101 virtual course was designed and delivered by the ARDC Skilled Workforce Program twice in 2020 and has now been reworked as a self-guided course. The course structure was based on 'FAIR Data in the Scholarly Communications Lifecycle', run by Natasha Simons at the FORCE11 Scholarly Communications Institute. These training materials are hosted on GitHub. contact@ardc.edu.au training material, FAIR data, video, webinar, activities, quiz, FAIR, research data management
Using PennyLane on Setonix

Introduction to quantum computing

Keywords: Pawsey Supercomputing Centre, Setonix, quantum, PennyLane

Using PennyLane on Setonix https://dresa.org.au/materials/using-pennylane-on-setonix Introduction to quantum computing training@pawsey.org.au Pawsey Supercomputing Centre, Setonix, quantum, PennyLane
Pawsey: AWS Quantum 101 Using Amazon Braket

Join us as AWS Quantum Specialists introduce quantum simulators and gate-based quantum computers, before turning to more advanced topics.

Keywords: Pawsey Supercomputing Centre, AWS, quantum, HPC

Pawsey: AWS Quantum 101 Using Amazon Braket https://dresa.org.au/materials/pawsey-aws-quantum-101-using-amazon-braket Join us as AWS Quantum Specialists introduce quantum simulators and gate-based quantum computers, before turning to more advanced topics. training@pawsey.org.au Pawsey Supercomputing Centre, AWS, quantum, HPC
HIP Advanced Workshop

Additional topics presented about HIP, covering memory management, kernel optimisation, IO optimisation and porting CUDA to HIP.

Keywords: HIP, Pawsey Supercomputing Centre, supercomputing

HIP Advanced Workshop https://dresa.org.au/materials/hip-advanced-workshop Additional topics presented about HIP, covering memory management, kernel optimisation, IO optimisation and porting CUDA to HIP. training@pawsey.org.au HIP, Pawsey Supercomputing Centre, supercomputing
OpenCL

Supercomputers make use of accelerators from a variety of different hardware vendors, using devices such as multi-core CPU’s, GPU’s and even FPGA’s. OpenCL is a way for your HPC application to make effective use of heterogeneous computing devices, and to avoid code refactoring for new HPC...

Keywords: OpenCL, supercomputing, CPUs, GPUs, FPGAs, HPC

OpenCL https://dresa.org.au/materials/opencl-3eabb316-794d-4f46-959a-725be3ae1bde Supercomputers make use of accelerators from a variety of different hardware vendors, using devices such as multi-core CPU’s, GPU’s and even FPGA’s. OpenCL is a way for your HPC application to make effective use of heterogeneous computing devices, and to avoid code refactoring for new HPC infrastructure. Topics covered in this course are : - Introduction to OpenCL - How to build and run applications on Setonix with OpenCL and MPI - Matrix multiplication with OpenCL – fully explained line by line - How to debug OpenCL applications and kernels - Measure performance with OpenCL Events and open source tools - Memory management - Coarse and fine-grained shared memory - Strategies for building optimised OpenCL kernels - Optimise IO performance with asynchronous operations training@pawsey.org.au OpenCL, supercomputing, CPUs, GPUs, FPGAs, HPC
Managing Data using Acacia @ Pawsey

Acacia is Pawsey's "warm tier" or project storage. This object store is fully integrated with Setonix, Pawsey's main supercomputer, enabling fast transfer of data for project use.

These short videos introduce this high-speed object storage for hosting research data online.

Acacia is named...

Keywords: data, data skills, Acacia, Pawsey Supercomputing Centre, object storage, File systems

Managing Data using Acacia @ Pawsey https://dresa.org.au/materials/managing-data-using-acacia-pawsey Acacia is Pawsey's "warm tier" or project storage. This object store is fully integrated with Setonix, Pawsey's main supercomputer, enabling fast transfer of data for project use. These short videos introduce this high-speed object storage for hosting research data online. Acacia is named after Australia’s national floral emblem the Golden Wattle – Acacia pycnantha. training@pawsey.org.au data, data skills, Acacia, Pawsey Supercomputing Centre, object storage, File systems ugrad masters phd ecr researcher support professional
OpenCL

Supercomputers make use of accelerators from a variety of different hardware vendors, using devices such as multi-core CPU’s, GPU’s and even FPGA’s. OpenCL is a way for your HPC application to make effective use of heterogeneous computing devices, and to avoid code refactoring for new HPC...

Keywords: supercomputing, Pawsey Supercomputing Centre, CPUs, GPUs, OpenCL, FPGAs

Resource type: activity

OpenCL https://dresa.org.au/materials/opencl Supercomputers make use of accelerators from a variety of different hardware vendors, using devices such as multi-core CPU’s, GPU’s and even FPGA’s. OpenCL is a way for your HPC application to make effective use of heterogeneous computing devices, and to avoid code refactoring for new HPC infrastructure. training@pawsey.org.au Toby Potter supercomputing, Pawsey Supercomputing Centre, CPUs, GPUs, OpenCL, FPGAs masters ecr researcher support
AMD Profiling

The AMD profiling workshop covers the AMD suite of tools for development of HPC applications on AMD GPUs.

You will learn how to use the rocprof profiler and trace visualization tool that has long been available as part of the ROCm software suite.

You will also learn how to use the new...

Keywords: supercomputing, performance, GPUs, CPUs, AMD, HPC, ROCm

Resource type: activity

AMD Profiling https://dresa.org.au/materials/amd-profiling The AMD profiling workshop covers the AMD suite of tools for development of HPC applications on AMD GPUs. You will learn how to use the rocprof profiler and trace visualization tool that has long been available as part of the ROCm software suite. You will also learn how to use the new Omnitools - Omnitrace and Omniperf - that were introduced at the end of 2022. Omnitrace is a powerful tracing profiler for both CPU and GPU. It can collect data from a much wider range of sources and includes hardware counters and sampling approaches. Omniperf is a performance analysis tool that can help you pinpoint how your application is performing with a visual view of the memory hierarchy on the GPU as well as reporting the percentage of peak for many different measurements. training@pawsey.org.au supercomputing, performance, GPUs, CPUs, AMD, HPC, ROCm
Evaluate Application Performance using TAU and E4S

In this workshop, you learn about the Extreme-scale Scientific Software Stack and the TAU Performance System® and its interfaces to other tools and libraries. The workshop includes sample codes that illustrate the different instrumentation and measurement choices.

Topics covered include...

Keywords: supercomputing, TAU, E4S, Performance, ROCm, OpenMP

Resource type: activity

Evaluate Application Performance using TAU and E4S https://dresa.org.au/materials/evaluate-application-performance-using-tau-and-e4s In this workshop, you learn about the Extreme-scale Scientific Software Stack and the TAU Performance System® and its interfaces to other tools and libraries. The workshop includes sample codes that illustrate the different instrumentation and measurement choices. Topics covered include generating performance profiles and traces with memory utilization and headroom, I/O, and interfaces to ROCm, including ROCProfiler and ROCTracer with support for collecting hardware performance data. The workshop also covers instrumentation of OpenMP programs using OpenMP Tools Interface (OMPT), including support for target offload and measurement of a program’s memory footprint. During the session, there are hands-on activities on scalable tracing using OTF2 and visualization using the Vampir trace analysis tool. Performance data analysis using ParaProf and PerfExplorer are demonstrated using the performance data management framework (TAUdb) that includes TAU’s performance database. training@pawsey.org.au supercomputing, TAU, E4S, Performance, ROCm, OpenMP
HIP Workshop

The Heterogeneous Interface for Portability (HIP) provides a programming framework for harnessing the compute capabilities of multicore processors, such as the MI250X GPU’s on Setonix.

In this course we focus on the essentials of developing HIP applications with a focus on...

Keywords: HIP, supercomputing, Programming, GPUs, MPI, debugging

Resource type: full-course

HIP Workshop https://dresa.org.au/materials/hip-workshop The Heterogeneous Interface for Portability (HIP) provides a programming framework for harnessing the compute capabilities of multicore processors, such as the MI250X GPU’s on Setonix. In this course we focus on the essentials of developing HIP applications with a focus on supercomputing. Agenda - Introduction to HIP and high level features - How to build and run applications on Setonix with HIP and MPI - A complete line-by-line walkthrough of a HIP-enabled application - Tools and techniques for debugging and measuring the performance of HIP applications training@pawsey.org.au HIP, supercomputing, Programming, GPUs, MPI, debugging
C/C++ Refresher

The C++ programming language and its C subset is used extensively in research environments. In particular it is the language utilised in the parallel programming frameworks CUDA, HIP, and OpenCL.

This workshop is designed to equip participants with “Survival C++”, an understanding of the basic...

Keywords: supercomputing, C/C++, Programming

Resource type: activity

C/C++ Refresher https://dresa.org.au/materials/c-c-refresher The C++ programming language and its C subset is used extensively in research environments. In particular it is the language utilised in the parallel programming frameworks CUDA, HIP, and OpenCL. This workshop is designed to equip participants with “Survival C++”, an understanding of the basic syntax, how information is encoded in binary format, and how to compile and debug C++ software. training@pawsey.org.au supercomputing, C/C++, Programming
Setting The Scene

Opening Address for the ARDC Skills Summit 2023

This presentation provides a welcome to the ARDC Skills Summit 2023, and includes an outline of the importance of digital research skills to data-enriched research, the value of skills training and highly skilled research workforce to the broader...

Keywords: research, training, skills, training material, ARDC, research data commons, digital research skills agenda

Setting The Scene https://dresa.org.au/materials/setting-the-scene Opening Address for the ARDC Skills Summit 2023 This presentation provides a welcome to the ARDC Skills Summit 2023, and includes an outline of the importance of digital research skills to data-enriched research, the value of skills training and highly skilled research workforce to the broader economy, and an overview of related ARDC activity. contact@ardc.edu.au research, training, skills, training material, ARDC, research data commons, digital research skills agenda
WEBINAR: Launching the new Apollo Service: collaborative genome annotation for Australian researchers

This record includes training materials associated with the Australian BioCommons webinar ‘Launching the new Apollo Service: collaborative genome annotation for Australian researchers’. This webinar/workshop took place on 29 September 2021.

Event description

Genome annotation is crucial...

Keywords: Genome Annotation, Genomics, Genome curation, Bioinformatics, Apollo software

WEBINAR: Launching the new Apollo Service: collaborative genome annotation for Australian researchers https://dresa.org.au/materials/webinar-launching-the-new-apollo-service-collaborative-genome-annotation-for-australian-researchers This record includes training materials associated with the Australian BioCommons webinar ‘Launching the new Apollo Service: collaborative genome annotation for Australian researchers’. This webinar/workshop took place on 29 September 2021. **Event description** Genome annotation is crucial to defining the function of genomic sequences. Apollo is a popular tool for facilitating real-time collaborative curation and genome annotation editing. The technical obstacles faced by Australian researchers wanting to access and maintain this software have now been solved.  The new Australian Apollo Service can host your genome assembly and supporting evidence files, taking care of all the system administration so you and your team can focus on the annotation curation itself. The Australian BioCommons and partners at QCIF and Pawsey are now offering the Apollo Service free to use for Australian-based research groups and research consortia. As part of this launch, you’ll hear what’s possible from some of the early adopters who helped guide the development of the service. These Australian researchers will highlight the benefits that Apollo is bringing to their genome annotation and curation workflows. Join us to find out how you can get access to the Australian Apollo Service. Materials are shared under a Creative Commons Attribution 4.0 International agreement unless otherwise specified and were current at the time of the event. **Files and materials included in this record:** - Event metadata (PDF): Information about the event including, description, event URL, learning objectives, prerequisites, technical requirements etc. - Index of training materials (PDF): List and description of all materials associated with this event including the name, format, location and a brief description of each file. - Degnan Lab - Apollo Launch Webinar (PDF): Slides presented by Professors Sandie and Bernie Degnan - Nelson - Apollo Launch Webinar (PDF): Slides presented by Dr Tiffanie Nelson - Voelker - Apollo Launch Webinar (PDF): Slides presented by Julia Voelker - Rane - Apollo Launch Webinar (PDF): Slides presented by Dr Rahul Rane. **Materials shared elsewhere:** A recording of this webinar is available on the Australian BioCommons YouTube Channel: https://youtu.be/o8jhRra-x4Y   Melissa Burke (melissa@biocommons.org.au) Genome Annotation, Genomics, Genome curation, Bioinformatics, Apollo software
ARDC FAIR Data 101 self-guided

FAIR Data 101 v3.0 is a self-guided course covering the FAIR Data principles

The FAIR Data 101 virtual course was designed and delivered by the ARDC Skilled Workforce Program twice in 2020 and has now been reworked as a self-guided course.

The course structure was based on 'FAIR Data in the...

Keywords: training material, FAIR data, video, webinar, activities, quiz, FAIR, research data management

ARDC FAIR Data 101 self-guided https://dresa.org.au/materials/ardc-fair-data-101-self-guided-bba41a59-8479-4f4f-b9ee-337b9eb294bf FAIR Data 101 v3.0 is a self-guided course covering the FAIR Data principles The FAIR Data 101 virtual course was designed and delivered by the ARDC Skilled Workforce Program twice in 2020 and has now been reworked as a self-guided course. The course structure was based on 'FAIR Data in the Scholarly Communications Lifecycle', run by Natasha Simons at the FORCE11 Scholarly Communications Institute. These training materials are hosted on GitHub. contact@ardc.edu.au training material, FAIR data, video, webinar, activities, quiz, FAIR, research data management