Overview of steps to get this lab notebook running.
-
Install Jobrunner,
pip install pyjobrunner==2023.8 --user, make sure~/.local/binis in your path. -
Create a new sites folder for you machine see
sites/<site-name> -
Copy
sites/sedona/environment.shandsites/sedona/Makefile.htosites/<site-name>. -
Edit
sites/<site-name>/environment.shto setMPI_HOMEandHDF5_HOME. If HDF5 is not installed on your machine do step 7. -
Run
configure:
./configure -s <site-name>
This will create config.sh
- Setup software stack:
jobrunner setup software/amrex
jobrunner setup software/flashx
jobrunner setup software/flashkit
- If HDF5 is not available on your local machine do:
jobrunner setup software/hdf5
- Setup a test simulation:
jobrunner setup simulation/DeformingBubble/DivFreeTest2D
- Run the simulation
jobrunner submit simulation/DeformingBubble/DivFreeTest2D
Console output can be viewed in file simulation/DeformingBubble/DivFreeTest2D/job.output
- Postprocessing:
cd simulation/DeformingBubble/DivFreeTest2D
flashkit create xdmf --auto
This will create INS_Deforming_Bubble.xmf that can be opened in paraview.