2022 ASPECT Hackathon
Participants must have access to a computer with ASPECT installed prior to the workshop.
Specifics:
- computer with Linux (ideally a recent ubuntu) or OSX (latest OS and latest xcode installed)
- install deal.II 9.3 following the instructions in the ASPECT manual
- Linux box: Please install deal.II with all necessary dependencies (MPI, p4est, Trilinos). You can use candi: https://github.com/dealii/candi
- Mac OS X: Download the .dmg file for deal.II as described here: https://github.com/dealii/dealii/wiki/Getting-deal.II#macos.
- Windows machine: Please follow the instructions here: https://github.com/dealii/dealii/wiki/Windows
- install the most recent ASPECT development version (cloned from github as described here: http://www.math.clemson.edu/~heister/manual.pdf#subsubsection.3.3.3)
- test that ASPECT runs
- create an account on github.com
You will need three areas of expertise during the hackathon, depending on what you are working on specifically:
- Knowledge about how to set up and run an ASPECT model. If you are interested in a specific feature of ASPECT, familiarize yourself with the existing cookbooks, benchmarks, and tests that use this feature. If you are new to ASPECT, work through the 2016 ASPECT tutorial:
Make sure you can run the first cookbook files and visualize the output
2. Knowledge about how to read and write C++ programs. If you are new to C++ please work through the following C++ tutorial as it will be crucial to understand and modify the code: https://www.tutorialspoint.com/cplusplus/index.htm. If you are familiar with languages such as C or Python you can likely skip a lot of the C++ basics, but you will at least want to read through the chapters about 'C++ Object Oriented' and 'C++ Advanced / Templates'."
3. Knowledge about the deal.II finite element library. ASPECT is built on deal.II and depending on your intended project you will interface more or less with deal.II. deal.II has a wide range of tutorial programs, and depending on your interest in the inner workings of ASPECT, you might want to read through tutorials 1, 2, 3, 4, 22, 31, 32 at https://dealii.org/developer/doxygen/deal.II/Tutorial.html."
Please see: https://geodynamics.org/resources/1775
For help, visit our forum at: https://community.geodynamics.org/c/aspect