diff --git a/src/README.md b/src/README.md index d232a0eb3dd422e76fcabe546ce9e97142a0141b..34b34c1df80cde1fb14b0a4d415ebc0985bc640a 100644 --- a/src/README.md +++ b/src/README.md @@ -17,14 +17,14 @@ In all cases, build commands executed through `make` will output the object file 3. cd to the `build/sphere` folder. 4. Run `sph` following the instructions given in `build\README.md` -3. cd to the `build/cluster` folder. -4. Run `clu` following the instructions given in `build\README.md` +5. cd to the `build/cluster` folder. +6. Run `clu` following the instructions given in `build\README.md` ## C++ code setup and execution (requires `g++` and GNU `make`) 1. Follow the FORTRAN code setup steps (this builds the C++ version too). 2. cd to the `build/sphere` folder. -3. run `np_sphere`: +3. Run `np_sphere`: > ./np_sphere diff --git a/src/scripts/README.md b/src/scripts/README.md index e0296f58225dfec5af5fb016c3495a5b7feda88e..b3babd3ee6565b67d29874a8ed52d2cbaf8ef24e 100644 --- a/src/scripts/README.md +++ b/src/scripts/README.md @@ -14,9 +14,10 @@ The code migration stage can be considered successfully fulfilled with the solut > $PATH_TO_SCRIPT/pycompare.py --ffile=FORTRAN_OUTPUT --cfile=C++_OUTPUT (The above assumes that `PATH_TO_SCRIPT` is a variable that expands to the path were the script is located). The required output files are called by default `OSPH` and `OCLU` by FORTRAN and `c_OSPH` and `c_OCLU` by C++, depending on whether the sphere or the cluster case was executed. -4. Check the output of the script to verify that it detects 0 errors and finishes in a `SUCCESS` state. -5. In case of need, add the `--html` argument to produce an *HTML* log showing the possible differences and a classification of their severity. -6. Issuing: + +3. Check the output of the script to verify that it detects 0 errors and finishes in a `SUCCESS` state. +4. In case of need, add the `--html` argument to produce an *HTML* log showing the possible differences and a classification of their severity. +5. Issuing: > $PATH_TO_SCRIPT/pycompare.py --help