File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ The easiest way to become familiar with the inputs Perfcode needs and the
4141outputs it generates is to run one of the test examples included in the
4242repository.
43431 . Download the zip file of the repository and Unzip to your preferred location
44- 1 . Open a command prompt in one of the \test- directories
45- 2 . Invoke the run-test.bat batch file
46- 3 . Refer to Appendix A of the report linked above for details on the input and output files.
44+ 2 . Open a command prompt in one of the \test- directories
45+ 3 . Invoke the run-test.bat batch file
46+ 4 . Refer to Appendix A of the report linked above for details on the input and output files.
4747
4848## Compilation
4949### Windows
5050A windows binary is included in the \bin directory.
5151
5252The application may also be compiled as follows:
53- 3 . Open a command prompt in the \build directory
54- 4 . Confirm that gfortran is installed and can be invoked from the \build
53+ 1 . Open a command prompt in the \build directory
54+ 2 . Confirm that gfortran is installed and can be invoked from the \build
5555 directory with command gfortran
56- 5 . Run the batch file compile.bat
57- 6 . Find the executable in the \bin directory
56+ 3 . Run the batch file compile.bat
57+ 4 . Find the executable in the \bin directory
5858
5959### Linux
6060ToDo
You can’t perform that action at this time.
0 commit comments