Skip to content
Snippets Groups Projects
Commit 4e9bfa93 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Update release notes version

parent d06d9a71
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -11,7 +11,7 @@ The code migration stage can be considered successfully fulfilled with the solut ...@@ -11,7 +11,7 @@ The code migration stage can be considered successfully fulfilled with the solut
1. Follow the instructions to build and run the *FORTRAN* and *C++* versions of the code. 1. Follow the instructions to build and run the *FORTRAN* and *C++* versions of the code.
2. Run the `pycompare.py` script providing the following minimal arguments: 2. Run the `pycompare.py` script providing the following minimal arguments:
> $PATH_TO_SCRIPT/pycompare.py --ffile=FORTRAN_OUTPUT --cfile=C++_OUTPUT > $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. (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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment