This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ For instructions on how to use the notebook please see the README for these repo
1717
1818- Configure your experiment by running ` ./configure -s <your-site> `
1919
20- - Build software stack ` jobrunner setup software/amrex software/flashkit software/flashx `
20+ - Build software stack ` jobrunner setup software/amrex software/flashkit software/flashx -V ` . ` -V ` is for verbose
2121
22- - Setup an experiment using ` jobrunner setup simulation/FlowBoiling/<experiment-name> ` . ` Example2D ` is a lightweight
22+ - Setup an experiment using ` jobrunner setup simulation/FlowBoiling/<experiment-name> -V ` . ` Example2D ` is a lightweight
2323 two-dimensional simulations and ` Example3D ` and ` WeakScaling ` are production 3D simulations
2424
2525- Run the experiment using ` jobrunner submit simulation/FlowBoiling/<experiment-name> ` . Edit the ` Jobfile ` in root directory
26- to set schedular specific options or just ` bash ` if you want to run it interactively.
26+ to set schedular specific options or just ` bash ` if you want to run it interactively. When running in bash mode use ` -V ` for
27+ verbosity.
2728
2829- You can postprocess results using ` flashkit ` . See the instructions here: https://github.com/Lab-Notebooks/Outflow-Forcing-BubbleML
2930
You can’t perform that action at this time.
0 commit comments