From 40eacd3f12636d581cd846f109016f9855b0d432 Mon Sep 17 00:00:00 2001 From: Casey Icenhour Date: Fri, 31 May 2019 16:19:08 -0600 Subject: [PATCH] Update submodule commands in README to include crane --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9782c0b3524..7bb489f9077 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Zapdos/MOOSE are given in `doc/Chemical_Reactions.ipynb`. @@ -44,7 +44,7 @@ Zapdos/MOOSE are given in `doc/Chemical_Reactions.ipynb`.
  • make -jn
  • then continue to Step 4. -
  • To make sure the installation is working correctly, execute run_tests -jn, substituting 'n' with your number of processors. All tests should pass with 'OK' +
  • To make sure the installation is working correctly, execute ./run_tests -jn, substituting 'n' with your number of processors. All tests should pass with 'OK'
  • If everything checks out, you should now be able to run input files using the zapdos-opt executable in the ~/projects/zapdos directory. Input files demonstrating the capabilities of zapdos can be found in the sub-directories of ~/projects/zapdos/tests. If you want to start modifying an input file, a good one to choose is mean_en.i in ~/projects/zapdos/problems. I typically run an input file like mean_en.i using the following command: