-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document other tutorials and resources for background / more info #11
Comments
Karl added the PEARC 17 and 19 tutorial to the GH pages site; Others have stuff as well especially on containers; need to figure out how best to incorporate them into the GH pages site ala PEARC 17 and 19 or just add one page as a resources / link collation page |
For exercise 5 we can use this tutorial as a template https://github.com/DavidBrayford/HPAI/blob/master/tutorial/Intel_HPC_DevCon I've also uploaded the Charliecloud container to my onedrive account and shared a link with Chris S. i can rewrite the recipe for PEARC20. Charliecloud execution line for PEARC20: Using MPI inside container: This uses the MPI libraries installed within the container, be sure to ensure that the MPI version inside the library is compatible with the system version of MPI. Using system MPI from within the container: This uses the runtime MPI libraries on the system (for example, module load mpich.mpi) by importing the host environment (PATH etc) and maps the host directories to equivalent directories inside the container., improves stability, scalability and performance on large HPC systems with tuned MPI setup. |
It may be helpful to have some of this material in HPC Carpentry |
On the tutorial website, there will be a resources page to provide links to other tutorial content we've done and more info on specific topics as needed.
This ticket is a catchall for those things.
This is where to put all the things David has been sending to the list for example.
The text was updated successfully, but these errors were encountered: