Skip to content

Commit e21581b

Browse files
author
sourceryinstitute
committed
Inserting missing installation step: "cd build"
1 parent 73372ca commit e21581b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

INSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ OpenCoarrays, install OpenCoarrays, build the tests, run the tests, and report t
105105
tar xvzf opencoarrays.tar.gz
106106
cd opencoarrays
107107
mkdir build
108+
cd build
108109
CC=mpicc FC=mpif90 cmake .. -DCMAKE_INSTALL_PREFIX=${PWD}
109110
make
110111
make install

0 commit comments

Comments
 (0)