@@ -137,7 +137,7 @@ will only require the free redistributable Intel MPI runtime.
137137Please follow these instructions, this is the recommended way to install
138138OpenCoarrays on Windows.
139139
140- ##### Pre-requisits #####
140+ ##### Pre-requisites #####
141141
142142* [ CMake]
143143* [ Git-Bash]
@@ -161,10 +161,10 @@ OpenCoarrays on Windows.
161161 of your ` PATH ` : ` set PATH=C:\path\to\Git-Bash\bin;%PATH% ` .
1621626 . At this point typing ` bash --version ` should show you you're using Git-Bash, * AND*
163163 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.)
1681688 . Create a build directory and change to it with something like:
169169 ` mkdir build ` and ` cd build `
1701709 . Set GCC and GFortran as the default C and Fortran compilers with something like:
0 commit comments