diff --git a/docs/hpc-schools.md b/docs/hpc-schools.md index 00017011..4baea8f4 100644 --- a/docs/hpc-schools.md +++ b/docs/hpc-schools.md @@ -1,7 +1,13 @@ -docs/hpc-schools.md# On-site HPC trainings +# On-site HPC trainings and tutorials We propose periodical on-site events for our users. They are free of charge and can be attended by anyone from the University of Luxembourg faculties and interdisciplinary centers. -Additionally, we also accept users from LIST and LIH. If you are part of another public research center, please [contact us](mailto:hpc-school-for-beginners@uni.lu). +Additionally, we also accept users from LIST, LISER and LIH. If you are part of another public research center, please [contact us](mailto:hpc-school-for-beginners@uni.lu). + +## Next events + +- Python HPC School - Dec. 2023, 7th and 8th, MNO - Belval campus +- HPC School for beginners - Dec. 2023, 11th and 12th, MNO - Belval campus +- Conda to manage Python and R projects - Dec. 2023, 18th, MSA - Belval campus ## HPC School for beginners @@ -9,8 +15,8 @@ This event aims to equip you with essential skills and knowledge to embark on yo Next planned sessions: -- Dec. 2023, 11th and 12th, MNO - Belval campus -- Jan. 2024, 15th and 16th, MNO - Belval campus +- Dec. 2023, 11th and 12th, MSA - Belval campus - CB-MAI-SAVOIR 4.010 +- Jan. 2024, 15th and 16th, MNO - Belval campus - CB-MAI-NOMBRE 1.020 Feel free to only attend the second day session if: @@ -35,8 +41,10 @@ The workshop is designed for individuals who are interested in advancing their s ### Next planned sessions -- Dec. 2023, 7th and 8th, MNO - Belval campus -- Jan. 2024, 18th and 19th, MNO - Belval campus +- Dec. 2023, 7th and 8th, MSA and MNO Belval campus + - Dec 7th - CB-MAI-SAVOIR 3.180 (morning) and 3.190 (afternoon) + - Dec 8th - CB-MAI-NOMBRE 1.010 +- Jan. 2024, 18th and 19th, MNO - Belval campus - CB-MAI-NOMBRE 1.010 - Additional dates will soon be announced Limited spots available (usually 30 max). Please register by [emailing us](mailto:hpc-school-for-beginners@uni.lu) @@ -62,13 +70,13 @@ Limited spots available (usually 30 max). Please register by [emailing us](mailt #### Program -- Use case understanding and Python implementation - 9am to 10am +- Use case understanding and Python implementation - 9:30am to 10am - Numpy implementation - 10am to 11am - Python’s Multiprocessing - 11am to 12pm - Lunch break - 12pm to 2pm -- PyMP - 2pm to 3pm -- Cython - 3pm to 4pm -- Numba - 4pm to 5pm +- PyMP - 2pm to 2:30pm +- Cython - 2:30pm to 3pm +- Numba and final remarks- 3pm to 4pm #### Requirements @@ -78,3 +86,19 @@ Limited spots available (usually 30 max). Please register by [emailing us](mailt - Familiarity with Jupyter Notebook (installed and configured). - A basic understanding of Numpy and linear algebra. - Familiarity with parallel programming. + +## Conda environment management for Python and R + +The creation of Conda environments is supported in the University of Luxembourg HPC systems. But when Conda environments are needed and what tools are available to create Conda environments? Attend this tutorial if your projects involve R or Python and you need support with installing packages. + +The topics that will be covered include: + +- how to install packages using the facilities available in R and Python, +- how to document and exchange environment setups, +- when a Conda environment is required for a project, and +- what tools are available for the creation of Conda environments. + +### Next planned session + +- Dec. 2023, 18th 10:00 - 12:00, MSA - Belval campus - CB-MAI-SAVOIR 2.240 + diff --git a/mkdocs.yml b/mkdocs.yml index 95ed9ef3..cd10e3bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ nav: # - General: - Home: 'index.md' - Getting Started: 'getting-started.md' - - HPC Schools: 'hpc-schools.md' + - HPC Trainings and Tutorials: 'hpc-schools.md' - Accounts: - Get an Account: 'accounts/index.md' - Password Policy: 'policies/passwords.md'