@@ -137,7 +137,7 @@ will only require the free redistributable Intel MPI runtime.
137
137
Please follow these instructions, this is the recommended way to install
138
138
OpenCoarrays on Windows.
139
139
140
- ##### Pre-requisits #####
140
+ ##### Pre-requisites #####
141
141
142
142
* [ CMake]
143
143
* [ Git-Bash]
@@ -161,10 +161,10 @@ OpenCoarrays on Windows.
161
161
of your ` PATH ` : ` set PATH=C:\path\to\Git-Bash\bin;%PATH% ` .
162
162
6 . At this point typing ` bash --version ` should show you you're using Git-Bash, * AND*
163
163
typing ` bash -c pwd ` should match the current directory. __ ` bash ` provided with
164
- WSL will show the directory as your home directore , something like ` /home/username `
165
- and this WILL cause problems later__
166
- 7 . cd to the extracted OpenCoarrays source directory (obtained by downloading a
167
- release archive, or, for advanced useres, cheked out with git etc.)
164
+ WSL will show the directory as your home directory , something like ` /home/username `
165
+ and this * will * cause problems later__
166
+ 7 . ` cd ` to the extracted OpenCoarrays source directory (obtained by downloading a
167
+ release archive, or, for advanced useres, checked out with ` git ` , etc.)
168
168
8 . Create a build directory and change to it with something like:
169
169
` mkdir build ` and ` cd build `
170
170
9 . Set GCC and GFortran as the default C and Fortran compilers with something like:
0 commit comments