From f9cef73756cfd93d902639058ff91097e3fada96 Mon Sep 17 00:00:00 2001 From: Akash Dhruv Date: Tue, 28 Nov 2023 11:50:41 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f72fe1..775fb2d 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,14 @@ For instructions on how to use the notebook please see the README for these repo - Configure your experiment by running `./configure -s ` -- Build software stack `jobrunner setup software/amrex software/flashkit software/flashx` +- Build software stack `jobrunner setup software/amrex software/flashkit software/flashx -V`. `-V` is for verbose -- Setup an experiment using `jobrunner setup simulation/FlowBoiling/`. `Example2D` is a lightweight +- Setup an experiment using `jobrunner setup simulation/FlowBoiling/ -V`. `Example2D` is a lightweight two-dimensional simulations and `Example3D` and `WeakScaling` are production 3D simulations - Run the experiment using `jobrunner submit simulation/FlowBoiling/`. Edit the `Jobfile` in root directory - to set schedular specific options or just `bash` if you want to run it interactively. + to set schedular specific options or just `bash` if you want to run it interactively. When running in bash mode use `-V` for + verbosity. - You can postprocess results using `flashkit`. See the instructions here: https://github.com/Lab-Notebooks/Outflow-Forcing-BubbleML