BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Michigan Institute for Computational Discovery and Engineering - ECPv6.17.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://micde.umich.edu
X-WR-CALDESC:Events for Michigan Institute for Computational Discovery and Engineering
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Detroit
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20180311T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20181104T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20190310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20191103T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20200308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20201101T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191127T130000
DTEND;TZID=America/Detroit:20191127T160000
DTSTAMP:20230905T171338Z
CREATED:20230905T171338Z
LAST-MODIFIED:20230905T171338Z
UID:10000296-1574859600-1574870400@micde.umich.edu
SUMMARY:Research Computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\nThis workshop will provide a brief overview of the components of the Great Lakes Cluster. The main body of the workshop will cover the resource manager and scheduler\, creating submissions scripts to run jobs and the options available in them\, and hands-on experience. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Participants will have several working examples from which to build their own submissions scripts in their own home directories. \nPRE-REQUISITES\nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nINSTRUCTORS\nDr. Charles J Antonelli\nResearch Computing Services\nLSA Technology Services \nCharles is a High Performance Computing Consultant in the Research Computing Services group of LSA TS at the University of Michigan\, where he is responsible for high performance computing support and education\, and was an Advocate to the Departments of History and Communications. Prior to this\, he built a parallel data ingestion component of a novel earth science data assimilation system\, a secure packet vault\, and worked on the No. 5 ESS Switch at Bell Labs in the 80s. He has taught courses in operating systems\, distributed file systems\, C++ programming\, security\, and database application design. \nJohn Thiels\nResearch Computing Services\nLSA Technology Services \nMark Champe\nResearch Computing Services\nLSA Technology Services \nMATERIALS\nLecture notes\nGreat Lakes HPC cluster \nCOURSE PREPARATION\nIn order to participate successfully in the workshop exercises\, you must have a user login\, a Slurm account\, and be enrolled in Duo. The user login allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare jobs for submission. The Slurm account allows you to submit those jobs\, executing the applications in parallel on the cluster and charging their resource use to the account. Duo is required to help authenticate you to the cluster. \nUSER LOGIN\nIf you don’t already have a Great Lakes user login\, please visit the application page. \nPlease note that obtaining a user account requires human processing\, so be sure to do this at least two business days before class begins. \nSLURM ACCOUNT\nWe create a Slurm account for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop job account is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Slurm account\, you can use that\, though if there are any issues with that account\, we will ask you to use the workshop account. \nDUO AUTHENTICATION\nDuo two-factor authentication is required to log in to the cluster. When logging in\, you will need to type your UMICH (AKA Level 1) password as well as authenticate through Duo in order to access Great Lakes. \nIf you need to enroll in Duo\, follow the instructions at Enroll a Smartphone or Tablet in Duo. \nPlease enroll in Duo before you come to class. \nLAPTOP PREPARATION\nYou do not need to bring your own laptop to class. The classroom will provide Windows or Mac computers\, which require your uniqname and UMICH (AKA Level 1) password to login\, and that have all necessary software pre-loaded. \nIf you want to use a laptop for the course\, you are welcome to do so: please see our web page on Preparing your laptop to use Flux (those instructions apply to Great Lakes as well). However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We cannot stop to debug connection issues with personal or departmental laptops during the class.
URL:https://micde.umich.edu/event/research-computing-on-the-great-lakes-cluster-6/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191122T150000
DTEND;TZID=America/Detroit:20191122T163000
DTSTAMP:20230905T171338Z
CREATED:20230905T171338Z
LAST-MODIFIED:20230905T171338Z
UID:10000279-1574434800-1574440200@micde.umich.edu
SUMMARY:Rcpp: Integrating C++ into R
DESCRIPTION:The Rcpp package for R provides “seamless R and C++ integration”.  In this workshop\, we will discuss the use of Rcpp to speed up existing R code by rewriting slow functions in C++.   \nThe workshop will be centered around a couple of case studies with an opportunity provided for participants to implement a few of their own C++ functions\, compile\, and call them from R.  Participants should be comfortable programming in R\, but need not have any prior exposure to C++.
URL:https://micde.umich.edu/event/rcpp-integrating-c-into-r/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191122T090000
DTEND;TZID=America/Detroit:20191122T120000
DTSTAMP:20230905T171338Z
CREATED:20230905T171338Z
LAST-MODIFIED:20230905T171338Z
UID:10000298-1574413200-1574424000@micde.umich.edu
SUMMARY:Programming with R
DESCRIPTION:People using R for applied research are often not taught basic programming practices such as writing functions\, efficient iterative processing\, vectorization\, and other practices that would make their research far more efficient and reproducible.  Understandably\, focus is on basic data manipulation and getting model results.  Unfortunately\, this can mean the data isn’t as explored as it should be\, or other opportunities are lost (e.g. feature engineering)\, because of the presumed effort that would be required to deal with the data more fully. \nThis workshop will help you get more out of R so that you can take your efforts to the next level.\n\nPrereq: Some basic experience using R is required.  You should know how to create and manipulate objects\, run basic analyses\, etc.  This could also be useful to anyone with programming experience in another language like Python.
URL:https://micde.umich.edu/event/programming-with-r/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191120T150000
DTEND;TZID=America/Detroit:20191120T170000
DTSTAMP:20230905T171339Z
CREATED:20230905T171339Z
LAST-MODIFIED:20230905T171339Z
UID:10000294-1574262000-1574269200@micde.umich.edu
SUMMARY:SC2 Workshop Series: QGIS - Visualizing Geospatial Data
DESCRIPTION:QGIS is a user friendly Open Source Geographic Information System (GIS). You can visualize\, manage\, edit\, analyze data\, and compose printable maps. The workshop will use R. This workshop is part of the Scientific Computing Student Club’s (SC2) 2020 Visualization Challenge. It is the second workshop in the series. Learn more about the workshop series and the Visualization Challenge here. \nInstructor: Dr. Manish Verma\, Consultant\, Consulting for Statistics\, Computing and Analytic Research (CSCAR) \nSpace is limited. Register here.
URL:https://micde.umich.edu/event/sc2-workshop-series-qgis-visualizing-geospatial-data/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Education,Featured Events,SC2,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191112T100000
DTEND;TZID=America/Detroit:20191112T120000
DTSTAMP:20230905T171337Z
CREATED:20230905T171337Z
LAST-MODIFIED:20230905T171337Z
UID:10000267-1573552800-1573560000@micde.umich.edu
SUMMARY:Introduction to Deep Neural Networks with Keras/TensorFlow
DESCRIPTION:Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. Keras is a high-level\, Python interface running on top of multiple neural network libraries\, including the popular library TensorFlow. In this workshop\, participants will learn how to quickly use the Keras interface to perform nonlinear regression and classification with standard fully-connected DNNs\, as well as image classification using Convolutional Neural Networks (CNNs). We will also look at regularization techniques and how to deal with under- and over-fitting. All examples will use Python; some familiarity with Python is recommended. Computers will be available to complete exercises. We will run the models using Google Colab\, which requires a Google account.
URL:https://micde.umich.edu/event/introduction-to-deep-neural-networks-with-keras-tensorflow-5/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191101T140000
DTEND;TZID=America/Detroit:20191101T163000
DTSTAMP:20230905T171337Z
CREATED:20230905T171337Z
LAST-MODIFIED:20230905T171337Z
UID:10000291-1572616800-1572625800@micde.umich.edu
SUMMARY:Intro to SQL
DESCRIPTION:Ever want to know how to communicate with a database? You need to know SQL\, a standard programming language for working with relational database management systems in data warehouses or just Microsoft Access. This workshop will cover the basic syntax of SQL. Material will focus mainly on how to query databases. A web-based tool will be used for the tutorial.
URL:https://micde.umich.edu/event/intro-to-sql-4-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191030T130000
DTEND;TZID=America/Detroit:20191030T160000
DTSTAMP:20230905T171300Z
CREATED:20230905T171300Z
LAST-MODIFIED:20230905T171300Z
UID:10000295-1572440400-1572451200@micde.umich.edu
SUMMARY:Research Computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\nThis workshop will provide a brief overview of the components of the Great Lakes Cluster. The main body of the workshop will cover the resource manager and scheduler\, creating submissions scripts to run jobs and the options available in them\, and hands-on experience. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Participants will have several working examples from which to build their own submissions scripts in their own home directories. \nPRE-REQUISITES\nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nINSTRUCTORS\nDr. Charles J Antonelli\nResearch Computing Services\nLSA Technology Services \nCharles is a High Performance Computing Consultant in the Research Computing Services group of LSA TS at the University of Michigan\, where he is responsible for high performance computing support and education\, and was an Advocate to the Departments of History and Communications. Prior to this\, he built a parallel data ingestion component of a novel earth science data assimilation system\, a secure packet vault\, and worked on the No. 5 ESS Switch at Bell Labs in the 80s. He has taught courses in operating systems\, distributed file systems\, C++ programming\, security\, and database application design. \nJohn Thiels\nResearch Computing Services\nLSA Technology Services \nMark Champe\nResearch Computing Services\nLSA Technology Services \nMATERIALS\nLecture notes\nGreat Lakes HPC cluster \nCOURSE PREPARATION\nIn order to participate successfully in the workshop exercises\, you must have a user login\, a Slurm account\, and be enrolled in Duo. The user login allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare jobs for submission. The Slurm account allows you to submit those jobs\, executing the applications in parallel on the cluster and charging their resource use to the account. Duo is required to help authenticate you to the cluster. \nUSER LOGIN\nIf you don’t already have a Great Lakes user login\, please visit the application page. \nPlease note that obtaining a user account requires human processing\, so be sure to do this at least two business days before class begins. \nSLURM ACCOUNT\nWe create a Slurm account for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop job account is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Slurm account\, you can use that\, though if there are any issues with that account\, we will ask you to use the workshop account. \nDUO AUTHENTICATION\nDuo two-factor authentication is required to log in to the cluster. When logging in\, you will need to type your UMICH (AKA Level 1) password as well as authenticate through Duo in order to access Great Lakes. \nIf you need to enroll in Duo\, follow the instructions at Enroll a Smartphone or Tablet in Duo. \nPlease enroll in Duo before you come to class. \nLAPTOP PREPARATION\nYou do not need to bring your own laptop to class. The classroom will provide Windows or Mac computers\, which require your uniqname and UMICH (AKA Level 1) password to login\, and that have all necessary software pre-loaded. \nIf you want to use a laptop for the course\, you are welcome to do so: please see our web page on Preparing your laptop to use Flux (those instructions apply to Great Lakes as well). However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We cannot stop to debug connection issues with personal or departmental laptops during the class.
URL:https://micde.umich.edu/event/research-computing-on-the-great-lakes-cluster-5/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191018T150000
DTEND;TZID=America/Detroit:20191018T163000
DTSTAMP:20230905T171336Z
CREATED:20230905T171336Z
LAST-MODIFIED:20230905T171336Z
UID:10000286-1571410800-1571416200@micde.umich.edu
SUMMARY:Mediation Models: A demonstration using multiple packages
DESCRIPTION:Mediation models are commonly applied in a variety of modeling settings\, and people will typically flock to tools specific to structural equation modeling like Mplus or Amos for analysis.  However\, not only are such tools not necessary for the more common implementations of mediation\, they are often limiting and have various drawbacks. \n\nFortunately there are a variety of packages in R that can do mediation analysis\, often using straightforward code and familiar models or other tools.  This presentation will demonstrate a variety of ways in which to do a standard mediation model in R (and Python)\, and discuss the available complexities that can be handled with the tools\, as well as their corresponding strengths and weaknesses.\n\nNote that this is not an introduction to mediation analysis\, but is a demonstration of tools.  Some familiarity with R and mediation models will be assumed.
URL:https://micde.umich.edu/event/mediation-models-a-demonstration-using-multiple-packages-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191018T130000
DTEND;TZID=America/Detroit:20191018T143000
DTSTAMP:20230905T171336Z
CREATED:20230905T171336Z
LAST-MODIFIED:20230905T171336Z
UID:10000278-1571403600-1571409000@micde.umich.edu
SUMMARY:Back to a Future: Asynchronous Computing with futures in R
DESCRIPTION:Asynchronous computing is an umbrella term encompassing parallel and concurrent computational programs in which some tasks can be executed without a strict sequential order.  A future is a programming abstraction for a value that may be available at some future point in time and allows.  Like other forms of parallelism\, futures are a powerful tool for writing programs that efficiently make use of available computing resources.  At the same time\, futures can also be used to make interactive data analyses more time efficient.  \n In this workshop\, we’ll discuss futures as implemented in the R package “future” and provide example use cases for both interactive analysis and batch processing.  
URL:https://micde.umich.edu/event/back-to-a-future-asynchronous-computing-with-futures-in-r/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191015T100000
DTEND;TZID=America/Detroit:20191015T120000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000268-1571133600-1571140800@micde.umich.edu
SUMMARY:Introduction to NumPy (Python)
DESCRIPTION:This workshop will introduce you to the NumPy library in Python\, which is useful in scientific computing. We will cover NumPy’s n-dimensional array object and associated functions in depth\, along with related linear algebra and random number capabilities. Some familiarity with Python is expected. Computers will be available to complete exercises.
URL:https://micde.umich.edu/event/introduction-to-numpy-python/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20191011T140000
DTEND;TZID=America/Detroit:20191011T163000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000287-1570802400-1570811400@micde.umich.edu
SUMMARY:Web Scraping with Python
DESCRIPTION:This workshop will provide an overview of how to scrape data from html pages and website APIs using Python. This will mostly be accomplished using the requests\, beautifulsoup\, and retry modules with the browser developer tools. The workshop is intended for users with basic Python knowledge. Anaconda Python 3 will be used.
URL:https://micde.umich.edu/event/web-scraping-with-python-4/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190926T130000
DTEND;TZID=America/Detroit:20190926T160000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000263-1569502800-1569513600@micde.umich.edu
SUMMARY:Research Computing on the Great Lakes cluster
DESCRIPTION:This workshop will provide a brief overview of the the new HPC environment and is intended for current Flux and Armis users.  We will use the temporary Beta HPC cluster to demonstrate how jobs will be submitted and managed under the new Great Lakes\, Armis2\, and Lighthouse clusters available later this year. \nThere are many differences between the familiar Flux environment and that of the new HPC clusters\, including a new batch scheduling system\, a new interactive batch job environment\, a new HPC web portal\, a new module environment\, and a new on-demand-only job accounting system. \nWe will cover these differences in the workshop\, and provide hands-on training in creating and running job submission scripts in the new HPC environment.  Students are expected to be conversant with the Linux command line and have experience in creating\, submitting\, and troubleshooting PBS batch scripts.
URL:https://micde.umich.edu/event/research-computing-on-the-great-lakes-cluster-4/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190925T093000
DTEND;TZID=America/Detroit:20190925T160000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000270-1569403800-1569427200@micde.umich.edu
SUMMARY:Introduction to Stata
DESCRIPTION: Audience: Those who have never used Stata before but wish to learn.\n\nBy the end of the workshop\, participants will be able to:\n\n\nWork with Stata\, including using Do-files and using the help system\nGet data into Stata and manage your data files\nEstablish familiarity with your data\nClean the data to prepare it for analysis\nCheck for basic errors in the data\nGenerate new variables or manipulate existing variables\nMerge or reshape the data\nProduce summary tables and descriptive statistics\n\n\nNote: This workshop does NOT cover any statistical modeling.\n\nNote: This workshop is based on Stata 15; it does not cover the new features in Stata 16.\nSee upcoming workshop “Stata 16 New Data Management Features” for that material.
URL:https://micde.umich.edu/event/introduction-to-stata-4/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190924T090000
DTEND;TZID=America/Detroit:20190924T170000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000079-1569315600-1569344400@micde.umich.edu
SUMMARY:Introduction to SPSS
DESCRIPTION:Audience: Never before SPSS users who will be using SPSS for Windows.  Those using SPSS for Unix or Macintosh should email the instructor at cpow@umich.edu before enrolling. \nFundamentals \nThis portion introduces SPSS for Windows\, the menu and the help systems\, the three main types of files used\, and printing from within SPSS.  It then addresses defining variables\, attaching labels\, defining missing values\, and various ways to enter data into SPSS.  Finally\, it covers a brief introduction to obtaining frequency distributions\, descriptive statistics\, and cross tabulations of variables. \nWithin-Case Transformations \nThis portion introduces data management capabilities\, including recoding variables (manual and automatic)\, computing new variables using formulas\, and counting occurrences of values within subjects.  Attention then turns to temporary transformations\, conditional processing of transformations\, and repetitive transformations.  SPSS syntax is also introduced. \nData Management with Multiple Files \nThis portion begins with a discussion of subsetting data files by drawing samples\, selecting groups and excluding groups from analysis.  Then\, the two main methods of merging SPSS data files are covered: adding additional variables and adding additional cases.  Next\, creating aggregated data sets and applying aggregated data to individuals is covered.  Lastly\, importing and exporting data between SPSS and other statistical programs (Excel\, dBase\, SAS) is demonstrated. \nBasic Statistics and Graphics\nThis portion covers basic exploratory procedures\, including obtaining percentiles\, frequencies\, descriptive statistics\, and cross tabulations. Basic comparative procedures including two-sample t-tests\, paired t-tests\, and one-way analysis of variance are also covered.  Then\, simple bivariate correlation analysis is introduced.  Participants are given a basic introduction to commonly used graphical procedures for displaying data\, including scatter plots\, bar graphs\, histograms\, and boxplots.
URL:https://micde.umich.edu/event/introduction-to-spss-2-2-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190923T130000
DTEND;TZID=America/Detroit:20190923T160000
DTSTAMP:20230905T171403Z
CREATED:20230905T171403Z
LAST-MODIFIED:20230905T171403Z
UID:10000280-1569243600-1569254400@micde.umich.edu
SUMMARY:Introduction to the Linux Command Line
DESCRIPTION:This course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell\, also generically referred to as “the command line”. Topics include: a brief overview of Linux\, the Bash shell\, navigating the file system\, basic commands\, shell redirection\, permissions\, processes\, and the command environment. The workshop will also provide a quick introduction to nano a simple text editor that will be used in subsequent workshops to edit files. \nINSTRUCTOR \nKenneth Weiss\nIT Project Senior Manager\nMedical School Information Services (MSIS) \nKen is a High Performance Computing Consultant in the Computational Research Consulting Division of MSIS at the University of Michigan. He works with a team of IT specialists to provide high performance computing support and training for the Medical School. Prior to this\, he spent 21 years managing research computing\, including an HPC cluster\, for Dr. Charles Sing in the Human Genetics Department. \nMATERIALS \n\nLecture Notes\nReference text: William E Shotts\, Jr.\, “The Linux Command Line: A Complete Introduction\,” No Starch Press\, January 2012 .http://linuxcommand.org/tlcl.php\nDownload Creative Commons Licensed version at http://downloads.sourceforge.net/project/linuxcommand/TLCL/13.07/TLCL-13.07.pdf\n\n\nCOURSE PREPARATION \nYou must register at least three full days prior to the event so that we have time to insure you have proper UM credentials for the workshop. This allows enough time for you to get your account adjusted by ITS in case you do not have access to the Linux systems. \n\nIf you have questions about this workshop\, please send an email to the instructor at kgweiss@umich.edu
URL:https://micde.umich.edu/event/introduction-to-the-linux-command-line-9/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190920T130000
DTEND;TZID=America/Detroit:20190920T160000
DTSTAMP:20230905T171403Z
CREATED:20230905T171403Z
LAST-MODIFIED:20230905T171403Z
UID:10000262-1568984400-1568995200@micde.umich.edu
SUMMARY:Research Computing on the Great Lakes cluster
DESCRIPTION:This workshop will provide a brief overview of the the new HPC environment and is intended for current Flux and Armis users.  We will use the temporary Beta HPC cluster to demonstrate how jobs will be submitted and managed under the new Great Lakes\, Armis2\, and Lighthouse clusters available later this year. \nThere are many differences between the familiar Flux environment and that of the new HPC clusters\, including a new batch scheduling system\, a new interactive batch job environment\, a new HPC web portal\, a new module environment\, and a new on-demand-only job accounting system. \nWe will cover these differences in the workshop\, and provide hands-on training in creating and running job submission scripts in the new HPC environment.  Students are expected to be conversant with the Linux command line and have experience in creating\, submitting\, and troubleshooting PBS batch scripts.
URL:https://micde.umich.edu/event/research-computing-on-the-great-lakes-cluster-3/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190920T090000
DTEND;TZID=America/Detroit:20190920T120000
DTSTAMP:20230905T171403Z
CREATED:20230905T171403Z
LAST-MODIFIED:20230905T171403Z
UID:10000276-1568970000-1568980800@micde.umich.edu
SUMMARY:Introduction to the Linux Command Line
DESCRIPTION:This course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell\, also generically referred to as “the command line”. Topics include: a brief overview of Linux\, the Bash shell\, navigating the file system\, basic commands\, shell redirection\, permissions\, processes\, and the command environment. The workshop will also provide a quick introduction to nano a simple text editor that will be used in subsequent workshops to edit files. \n  \nInstructor\nKenneth Weiss\nIT Project Senior Manager\nMedical School Information Services (MSIS) \nKen is a High Performance Computing Consultant in the Computational Research Consulting Division of MSIS at the University of Michigan. He works with a team of IT specialists to provide high performance computing support and training for the Medical School. Prior to this\, he spent 21 years managing research computing\, including an HPC cluster\, for Dr. Charles Sing in the Human Genetics Department. \nMaterials\n\nLecture Notes (updated Sept. 21\, 2017)\nReference text: William E Shotts\, Jr.\, “The Linux Command Line: A Complete Introduction\,” No Starch Press\, January 2012 .http://linuxcommand.org/tlcl.php\nDownload Creative Commons Licensed version at http://downloads.sourceforge.net/project/linuxcommand/TLCL/13.07/TLCL-13.07.pdf\n\n\nCourse Preparation\nYou must register at least three full days prior to the event so that we have time to insure you have proper UM credentials for the workshop. This allows enough time for you to get your account adjusted by ITS in case you do not have access to the Linux systems.
URL:https://micde.umich.edu/event/introduction-to-the-linux-command-line-8/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190917T140000
DTEND;TZID=America/Detroit:20190917T160000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000266-1568728800-1568736000@micde.umich.edu
SUMMARY:Introduction to Deep Neural Networks with Keras/TensorFlow
DESCRIPTION:Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. Keras is a high-level\, Python interface running on top of multiple neural network libraries\, including the popular library TensorFlow. In this workshop\, participants will learn how to quickly use the Keras interface to perform nonlinear regression and classification with standard fully-connected DNNs\, as well as image classification using Convolutional Neural Networks (CNNs). We will also look at regularization techniques and how to deal with under- and over-fitting. All examples will use Python; some familiarity with Python is recommended. Computers will be available to complete exercises. We will run the models using Google Colab\, which requires a Google account.
URL:https://micde.umich.edu/event/introduction-to-deep-neural-networks-with-keras-tensorflow-4/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190912T130000
DTEND;TZID=America/Detroit:20190912T160000
DTSTAMP:20230905T171404Z
CREATED:20230905T171404Z
LAST-MODIFIED:20230905T171404Z
UID:10000261-1568293200-1568304000@micde.umich.edu
SUMMARY:Research Computing on the Great Lakes cluster
DESCRIPTION:This workshop will provide a brief overview of the the new HPC environment and is intended for current Flux and Armis users.  We will use the temporary Beta HPC cluster to demonstrate how jobs will be submitted and managed under the new Great Lakes\, Armis2\, and Lighthouse clusters available later this year. \nThere are many differences between the familiar Flux environment and that of the new HPC clusters\, including a new batch scheduling system\, a new interactive batch job environment\, a new HPC web portal\, a new module environment\, and a new on-demand-only job accounting system. \nWe will cover these differences in the workshop\, and provide hands-on training in creating and running job submission scripts in the new HPC environment.  Students are expected to be conversant with the Linux command line and have experience in creating\, submitting\, and troubleshooting PBS batch scripts.
URL:https://micde.umich.edu/event/research-computing-on-the-great-lakes-cluster-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190905T130000
DTEND;TZID=America/Detroit:20190905T160000
DTSTAMP:20230905T171402Z
CREATED:20230905T171402Z
LAST-MODIFIED:20230905T171402Z
UID:10000260-1567688400-1567699200@micde.umich.edu
SUMMARY:Research Computing on the Great Lakes cluster
DESCRIPTION:This workshop will provide a brief overview of the the new HPC environment and is intended for current Flux and Armis users.  We will use the temporary Beta HPC cluster to demonstrate how jobs will be submitted and managed under the new Great Lakes\, Armis2\, and Lighthouse clusters available later this year. \nThere are many differences between the familiar Flux environment and that of the new HPC clusters\, including a new batch scheduling system\, a new interactive batch job environment\, a new HPC web portal\, a new module environment\, and a new on-demand-only job accounting system. \nWe will cover these differences in the workshop\, and provide hands-on training in creating and running job submission scripts in the new HPC environment.  Students are expected to be conversant with the Linux command line and have experience in creating\, submitting\, and troubleshooting PBS batch scripts.
URL:https://micde.umich.edu/event/research-computing-on-the-great-lakes-cluster/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190821T130000
DTEND;TZID=America/Detroit:20190821T160000
DTSTAMP:20230905T171403Z
CREATED:20230905T171403Z
LAST-MODIFIED:20230905T171403Z
UID:10000257-1566392400-1566403200@micde.umich.edu
SUMMARY:Introduction to the Great Lakes cluster and batch computing with Slurm
DESCRIPTION:OVERVIEW\nThis workshop will provide a brief overview of the components of the Great Lakes Cluster. The main body of the workshop will cover the resource manager and scheduler\, creating submissions scripts to run jobs and the options available in them\, and hands-on experience. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Participants will have several working examples from which to build their own submissions scripts in their own home directories. \nPRE-REQUISITES\nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nINSTRUCTORS\nDr. Charles J Antonelli\nResearch Computing Services\nLSA Technology Services \nCharles is a High Performance Computing Consultant in the Research Computing Services group of LSA TS at the University of Michigan\, where he is responsible for high performance computing support and education\, and was an Advocate to the Departments of History and Communications. Prior to this\, he built a parallel data ingestion component of a novel earth science data assimilation system\, a secure packet vault\, and worked on the No. 5 ESS Switch at Bell Labs in the 80s. He has taught courses in operating systems\, distributed file systems\, C++ programming\, security\, and database application design. \nJohn Thiels\nResearch Computing Services\nLSA Technology Services \nMark Champe\nResearch Computing Services\nLSA Technology Services \nMATERIALS\n\nLecture notes\nGreat Lakes Slurm HPC cluster\n\n\nCOURSE PREPARATION\nIn order to participate successfully in the workshop exercises\, you must have a user login\, a Slurm account\, and be enrolled in Duo. The user login allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare jobs for submission. The Slurm account allows you to submit those jobs\, executing the applications in parallel on the cluster and charging their resource use to the account. Duo is required to help authenticate you to the cluster. \n\nUSER LOGIN\nIf you already have a Flux user login\, you don’t need to do anything.  Otherwise\, go to the Flux user login application page at: https://arc-ts.umich.edu/fluxform/ . \nPlease note that obtaining a user account requires human processing\, so be sure to do this at least two business days before class begins. \n\nSLURM ACCOUNT\nWe create a Slurm account for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop job account is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Slurm account\, you can use that\, though if there are any issues with that account\, we will ask you to use the workshop account. \n\nDUO AUTHENTICATION\nDuo two-factor authentication is required to log in to the cluster. When logging in\, you will need to type your UMICH (AKA Level 1) password as well as authenticate through Duo in order to access Great Lakes. \nIf you need to enroll in Duo\, follow the instructions at Enroll a Smartphone or Tablet in Duo. \nPlease enroll in Duo before you come to class. \n\nLAPTOP PREPARATION\nYou do not need to bring your own laptop to class. The classroom contains Windows or Mac computers\, which require your uniqname and UMICH (AKA Level 1) password to login\, and that have all necessary software pre-loaded. \nIf you want to use a laptop for the course\, you are welcome to do so:  please see our web page on Preparing your laptop to use Flux. However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We cannot stop to debug connection issues with personal or departmental laptops during the class. \nIf you are unable to attend the presentation in person we will be offering a link into the live course via BlueJeans. Please register as if attending in person.  This will put you on the wait list but we will get your account setup for remote attendance.
URL:https://micde.umich.edu/event/introduction-to-the-great-lakes-cluster-and-batch-computing-with-slurm-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190725T130000
DTEND;TZID=America/Detroit:20190725T143000
DTSTAMP:20230905T171402Z
CREATED:20230905T171402Z
LAST-MODIFIED:20230905T171402Z
UID:10000240-1564059600-1564065000@micde.umich.edu
SUMMARY:Spin Class: No Sweat Reports in R
DESCRIPTION:If you use R\, there’s a decent chance you are already familiar with using Rmarkdown files and the knitr package to create reports documenting your analyses. A lesser known but equally useful function distributed with the knitr package is spin\, which gives you the power of Rmarkdown directly from an R script. This is especially powerful when creating quick\, memorandum-style documents which may be heavy on analysis but light on text. The power of spin lies in making it easy to interleave code\, output\, and text including all the bells and whistles of Rmarkdown but without the extra work of writing a separate Rmd file. \nIn this workshop\, I’ll discuss the basics of spin and its relationship to Rmarkdown and then provide participants with hands-on experience spinning up elegant\, reproducible\, analytic reports.
URL:https://micde.umich.edu/event/spin-class-no-sweat-reports-in-r/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190719T150000
DTEND;TZID=America/Detroit:20190719T163000
DTSTAMP:20230905T171402Z
CREATED:20230905T171402Z
LAST-MODIFIED:20230905T171402Z
UID:10000236-1563548400-1563553800@micde.umich.edu
SUMMARY:More Mixed Models
DESCRIPTION:In the R world\, lme4 is a great package for mixed model estimation\, and the most widely used for such models.  For standard settings\, few tools will do the trick as easily or as quickly\, and because of that\, its approach has been emulated in other packages and statistical programs.  However\, that ease and efficiency comes at a price of being able to do more complex models\, so at some point you may need to switch gears.  This workshop will demonstrate other ways to potentially get what you need. \nDemonstration will (potentially) include the following\, along with some discussion of strengths and/or drawbacks to use. \nglmmTMB: heterogenous variances\, autocorrelated residuals\, zero-inflated models\nrstanarm\, brms: bayesian approaches\nmgcv: additive effects\, robust models\, big data\nstatsmodels: in case you’re in the Python world. \nThis workshop assumes basic familiarity with mixed models\, and familiarity with R\, especially the lme4 package.  However\, this is a brief demonstration with a simple goal of bringing about awareness of other useful tools\, so one can simply attend to hear about them.
URL:https://micde.umich.edu/event/more-mixed-models/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190621T093000
DTEND;TZID=America/Detroit:20190621T160000
DTSTAMP:20230905T171402Z
CREATED:20230905T171402Z
LAST-MODIFIED:20230905T171402Z
UID:10000078-1561109400-1561132800@micde.umich.edu
SUMMARY:Introduction to Stata
DESCRIPTION:Topics: \n\nBy the end of the workshop\, participants will be able to:\n\nWork with Stata\, including using Do-files and using the help system.\nGet data into Stata and manage your data files\nEstablish familiarity with your data\nClean the data to prepare it for analysis\nCheck for basic errors in the data\nGenerate new variables or manipulate existing variables\nMerge or reshape the data.\nProduce summary tables and descriptive statistics.\n\n\nNote: This is a full day workshop. To get the most out of it\, please plan to stay for the entire class.\n\n(Topics subject to change) \nIf you have questions about this workshop\, please send an email to jerrick@umich.edu
URL:https://micde.umich.edu/event/introduction-to-stata-3-3-2-2-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190620T150000
DTEND;TZID=America/Detroit:20190620T163000
DTSTAMP:20230905T171401Z
CREATED:20230905T171401Z
LAST-MODIFIED:20230905T171401Z
UID:10000235-1561042800-1561048200@micde.umich.edu
SUMMARY:R package demo: gganimate and patchwork
DESCRIPTION:This brief workshop will demonstrate the capabilities of two recent R packages\, gganimate and patchwork. One package allows the data explorer to provide some lively enhancement to an otherwise static plot\, without doing much more than standard plots with ggplot2. Likewise\, the other package can seamlessly combine multiple ggplots of varying kinds into one cohesive visualization. \nPrior knowledge of ggplot2 is required\, but not much else. Note also that this is just a demo. No statistical or analytical concepts will be discussed\, and while participation is certainly welcomed\, one can simply watch the demonstration.
URL:https://micde.umich.edu/event/r-package-demo-gganimate-and-patchwork/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190607T130000
DTEND;TZID=America/Detroit:20190607T163000
DTSTAMP:20230905T171401Z
CREATED:20230905T171401Z
LAST-MODIFIED:20230905T171401Z
UID:10000234-1559912400-1559925000@micde.umich.edu
SUMMARY:Advanced batch computing with Slurm on the Great Lakes cluster
DESCRIPTION:OVERVIEW\n\n\nThis workshop will cover some more advanced topics in cluster computing on the U-M Great Lakes Cluster. Topics to be covered include a review of common parallel programming models and basic use of Great Lakes; dependent and array scheduling; troubleshooting and analysis; a brief introduction to workflow scripting using bash; parallel processing in one or more of Python\, R\, and MATLAB; and parallel profiling of C and Fortran code using Allinea Performance Reports and Allinea MAP of one or more of MPI and OpenMP programs. \nPRE-REQUISITES\nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nINSTRUCTORS\nDr. Charles J Antonelli\nResearch Computing Services\nLSA Technology Services \nCharles is a High Performance Computing Consultant in the Research Computing Services group of LSA TS at the University of Michigan\, where he is responsible for high performance computing support and education\, and was an Advocate to the Departments of History and Communications. Prior to this\, he built a parallel data ingestion component of a novel earth science data assimilation system\, a secure packet vault\, and worked on the No. 5 ESS Switch at Bell Labs in the 80s. He has taught courses in operating systems\, distributed file systems\, C++ programming\, security\, and database application design. \nJohn Thiels\nResearch Computing Services\nLSA Technology Services \nMATERIALS\n\nLecture Notes (TBD)\nMPI Profiling with Allinea MAP\nGreat Lakes Slurm HPC cluster\n\n\nCOURSE PREPARATION\nIn order to participate successfully in the workshop exercises\, you must have a Great Lakes user account\, a Great Lakes job account (one is created for each workshop)\, and be enrolled in Duo. The user account allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare jobs for submission. The job account allows you to submit those jobs\, executing the applications in parallel on the cluster and charging their resource use against the account. Duo is required to help authenticate you to the cluster. \nGREAT LAKES USER ACCOUNT\nIf you already have a Flux user account\, you don’t need to do anything to obtain a Great Lakes user account.  Otherwise\, go to the Flux user account application page at: https://arc-ts.umich.edu/fluxform/ . \nPlease note that obtaining a user account requires human processing\, so be sure to do this at least two business days before class begins. \nGREAT LAKES JOB ACCOUNT\nWe create a job account for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop job account is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Great Lakes job account\, you can use that\, though if there are any issues with that job account\, we will ask you to use the workshop job account. \nDUO AUTHENTICATION\nDuo two-factor authentication is required to log in to the cluster. When logging in\, you will need to type your UMICH (AKA Level 1) password as well as authenticate through Duo in order to access Great Lakes. \nIf you need to enroll in Duo\, follow the instructions at Enroll a Smartphone or Tablet in Duo. \nPlease enroll in Duo before you come to class. \n\nLAPTOP PREPARATION\nYou do not need to bring your own laptop to class. The classroom contains Windows or Mac computers\, which require your uniqname and UMICH (AKA Level 1) password to login\, and that have all necessary software pre-loaded. \nIf you want to use a laptop for the course\, you are welcome to do so:  please see our web page on Preparing your laptop to use Flux. However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We cannot stop to debug connection issues with personal or departmental laptops during the class. \n\nIf you are unable to attend the presentation in person we will be offering a link into the live course via BlueJeans. Please register as if attending in person.  This will put you on the wait list but we will get your account setup for remote attendance.
URL:https://micde.umich.edu/event/advanced-batch-computing-with-slurm-on-the-great-lakes-cluster/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190531T130000
DTEND;TZID=America/Detroit:20190531T163000
DTSTAMP:20230905T171401Z
CREATED:20230905T171401Z
LAST-MODIFIED:20230905T171401Z
UID:10000233-1559307600-1559320200@micde.umich.edu
SUMMARY:Introduction to the Great Lakes cluster and batch computing with Slurm
DESCRIPTION:OVERVIEW\nThis workshop will provide a brief overview of the components of the Great Lakes Cluster. The main body of the workshop will cover the resource manager and scheduler\, creating submissions scripts to run jobs and the options available in them\, and hands-on experience. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Participants will have several working examples from which to build their own submissions scripts in their own home directories. \nPRE-REQUISITES\nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nINSTRUCTORS\nDr. Charles J Antonelli\nResearch Computing Services\nLSA Technology Services \nCharles is a High Performance Computing Consultant in the Research Computing Services group of LSA TS at the University of Michigan\, where he is responsible for high performance computing support and education\, and was an Advocate to the Departments of History and Communications. Prior to this\, he built a parallel data ingestion component of a novel earth science data assimilation system\, a secure packet vault\, and worked on the No. 5 ESS Switch at Bell Labs in the 80s. He has taught courses in operating systems\, distributed file systems\, C++ programming\, security\, and database application design. \nJohn Thiels\nResearch Computing Services\nLSA Technology Services \nMark Champe\nResearch Computing Services\nLSA Technology Services \nMATERIALS\n\nLecture notes (TBD)\nGreat Lakes Slurm HPC cluster\n\n\nCOURSE PREPARATION\nIn order to participate successfully in the workshop exercises\, you must have a Great Lakes user account\, a Great Lakes job account (one is created for each workshop)\, and be enrolled in Duo. The user account allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare jobs for submission. The job account allows you to submit those jobs\, executing the applications in parallel on the cluster and charging their resource use against the account. Duo is required to help authenticate you to the cluster. \n\nGREAT LAKES USER ACCOUNT\nIf you already have a Flux user account\, you don’t need to do anything to obtain a Great Lakes user account.  Otherwise\, go to the Flux user account application page at: https://arc-ts.umich.edu/fluxform/ . \nPlease note that obtaining a user account requires human processing\, so be sure to do this at least two business days before class begins. \n\nGREAT LAKES JOB ACCOUNT\nWe create a job account for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop job account is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Great Lakes job account\, you can use that\, though if there are any issues with that job account\, we will ask you to use the workshop job account. \n\nDUO AUTHENTICATION\nDuo two-factor authentication is required to log in to the cluster. When logging in\, you will need to type your UMICH (AKA Level 1) password as well as authenticate through Duo in order to access Great Lakes. \nIf you need to enroll in Duo\, follow the instructions at Enroll a Smartphone or Tablet in Duo. \nPlease enroll in Duo before you come to class. \n\nLAPTOP PREPARATION\nYou do not need to bring your own laptop to class. The classroom contains Windows or Mac computers\, which require your uniqname and UMICH (AKA Level 1) password to login\, and that have all necessary software pre-loaded. \nIf you want to use a laptop for the course\, you are welcome to do so:  please see our web page on Preparing your laptop to use Flux. However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We cannot stop to debug connection issues with personal or departmental laptops during the class. \nIf you are unable to attend the presentation in person we will be offering a link into the live course via BlueJeans. Please register as if attending in person.  This will put you on the wait list but we will get your account setup for remote attendance.
URL:https://micde.umich.edu/event/introduction-to-the-great-lakes-cluster-and-batch-computing-with-slurm/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190521T130000
DTEND;TZID=America/Detroit:20190521T170000
DTSTAMP:20260522T154048Z
CREATED:20230905T171400Z
LAST-MODIFIED:20260522T154048Z
UID:10000040-1558443600-1558458000@micde.umich.edu
SUMMARY:Introduction to the Flux cluster and batch computing
DESCRIPTION:Overview\nThis workshop will provide a brief overview of the components of the Flux Cluster. The main body of the workshop will cover the resource manager and scheduler\, creating submissions scripts to run jobs and the options available in them\, and hands-on experience. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Participants will have several working examples from which to build their own submissions scripts in their own home directories. \nPrerequisites\nObtain a user account on Flux. If you do not have a Flux user account\, click here to go to the account application page at: https://arc-ts.umich.edu/fluxform/ \nRegister for Duo authentication. See below for details. \nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nInstructor\nBennet Fauber\nScientific Applications Analyst\nAdvanced Research Computing — Technology Services \nBennet Fauber is a member of the technical team that administers the Flux cluster. \nMaterials\nIn-class handouts\n\nOutput from qstat\nOutput from checkjob\nOutput from mdiag\nOutput from showq\n\nSupplementary materials\n\nFlux in Ten Easy Steps\nUsing PBS\nUsing software modules\nLinking libraries with applications\nEstablishing and managing a Flux project allocation\n\n\nCourse Preparation\nIn order to participate successfully in the workshop exercises\, you must have a Flux user account and be registered for the Duo authentication service. The user account allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare Flux jobs for submission. Information about registering for Duo is at the ITS Two Factor Authentication web page. \nFlux user account\nA single Flux user account can be used to prepare and submit jobs using various allocations. If you already already possess a user account\, you can use it for this course\, you can skip to “Flux allocation” below. If not\, please visit https://arc-ts.umich.edu/fluxform to obtain one. A user account is free to members of the University community. Please note that obtaining an account requires human processing\, so be sure to do this at least two business days before class begins. \nFlux allocation\nWe create an allocation for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop allocation is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Flux allocation\, you can use that\, though if there are any issues with that allocation\, we will ask you to use the workshop allocation. \nLaptop Preparation\nThe classroom contains Windows computers\, which require your uniqname and UMICH password to login\, and which have all necessary software preloaded. \nIf you want to use a laptop for the course\, you are welcome to do so. However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We will try to help resolve issues after the workshop. \nIf you want to try to prepare your laptop for use in the class\, please see our web page on Preparing your laptop to use Flux. If you have a Windows computer\, we recommend that you install PuTTY/WinSCP from the Blue Disc web site. Macintosh computers typically have the minimum requirements installed as part of the system. \nMore help\nPlease use our class mailing list hpc101course@umich.edu for questions\, comments\, or to seek further assistance.
URL:https://micde.umich.edu/event/introduction-to-the-flux-cluster-and-batch-computing-5-2-2-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190520T130000
DTEND;TZID=America/Detroit:20190520T160000
DTSTAMP:20230905T171400Z
CREATED:20230905T171400Z
LAST-MODIFIED:20230905T171400Z
UID:10000217-1558357200-1558368000@micde.umich.edu
SUMMARY:Advanced batch computing on the Flux cluster
DESCRIPTION:This course will cover some more advanced topics in cluster computing on the U-M Flux Cluster. Topics to be covered include a review of common parallel programming models and basic use of Flux; dependent and array scheduling; advanced troubleshooting and analysis using checkjob\, qstat\, and other tools; and parallel debugging and profiling of C and Fortran code\, including logging\, gdb (line-oriented debugging)\, ddt (GUI-based debugging) and map (GUI-based profiling) of MPI and OpenMP programs. We will issue you a temporary allocation to use for the course\, or you can use your existing Flux allocations\, if any. \nCourse Prerequisites:  Introduction to Batch Computing on Flux or equivalent. This course assumes familiarity with the Linux command line\, text editing on Linux\, and a basic understanding of Flux including how to submit and track jobs. \nPlease use our class mailing list hpc101course@umich.edu for questions\, comments\, or to seek further assistance.
URL:https://micde.umich.edu/event/advanced-batch-computing-on-the-flux-cluster-8/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20190515T130000
DTEND;TZID=America/Detroit:20190515T170000
DTSTAMP:20260522T154510Z
CREATED:20230905T171400Z
LAST-MODIFIED:20260522T154510Z
UID:10000006-1557925200-1557939600@micde.umich.edu
SUMMARY:Introduction to the Flux cluster and batch computing
DESCRIPTION:Overview\nThis workshop will provide a brief overview of the components of the Flux Cluster. The main body of the workshop will cover the resource manager and scheduler\, creating submissions scripts to run jobs and the options available in them\, and hands-on experience. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Participants will have several working examples from which to build their own submissions scripts in their own home directories. \nPrerequisites\nObtain a user account on Flux. If you do not have a Flux user account\, click here to go to the account application page at: https://arc-ts.umich.edu/fluxform/ \nRegister for Duo authentication. See below for details. \nThis course assumes familiarity with the Linux command line as might be got from the CSCAR/ARC-TS workshop Introduction to the Linux Command Line. In particular\, participants should understand how files and folders work\, be able to create text files using the nano editor\, be able to create and remove files and folders\, and understand what input and output redirection are and how to use them. \nInstructor\nBennet Fauber\nScientific Applications Analyst\nAdvanced Research Computing — Technology Services \nBennet Fauber is a member of the technical team that administers the Flux cluster. \nMaterials\nIn-class handouts\n\nOutput from qstat\nOutput from checkjob\nOutput from mdiag\nOutput from showq\n\nSupplementary materials\n\nFlux in Ten Easy Steps\nUsing PBS\nUsing software modules\nLinking libraries with applications\nEstablishing and managing a Flux project allocation\n\n\nCourse Preparation\nIn order to participate successfully in the workshop exercises\, you must have a Flux user account and be registered for the Duo authentication service. The user account allows you to log in to the cluster\, create\, compile\, and test applications\, and prepare Flux jobs for submission. Information about registering for Duo is at the ITS Two Factor Authentication web page. \nFlux user account\nA single Flux user account can be used to prepare and submit jobs using various allocations. If you already already possess a user account\, you can use it for this course\, you can skip to “Flux allocation” below. If not\, please visit https://arc-ts.umich.edu/fluxform to obtain one. A user account is free to members of the University community. Please note that obtaining an account requires human processing\, so be sure to do this at least two business days before class begins. \nFlux allocation\nWe create an allocation for the workshop so you can run jobs on the cluster during the workshop and for one day after for those who would like additional practice. The workshop allocation is quite limited and is intended only to run examples to help you cement the details of job submission and management. If you already have an existing Flux allocation\, you can use that\, though if there are any issues with that allocation\, we will ask you to use the workshop allocation. \nLaptop Preparation\nThe classroom contains Windows computers\, which require your uniqname and UMICH password to login\, and which have all necessary software preloaded. \nIf you want to use a laptop for the course\, you are welcome to do so. However\, if there are problems connecting your laptop\, you will be asked to switch to the provided computer for the class. We will try to help resolve issues after the workshop. \nIf you want to try to prepare your laptop for use in the class\, please see our web page on Preparing your laptop to use Flux. If you have a Windows computer\, we recommend that you install PuTTY/WinSCP from the Blue Disc web site. Macintosh computers typically have the minimum requirements installed as part of the system. \nMore help\nPlease use our class mailing list hpc101course@umich.edu for questions\, comments\, or to seek further assistance.
URL:https://micde.umich.edu/event/introduction-to-the-flux-cluster-and-batch-computing-5-2-2/
LOCATION:Modern Languages Building (MLB)\, Room 2001A
CATEGORIES:High Performance Computing,Workshops
END:VEVENT
END:VCALENDAR