Skip to content

Commit a4a02bf

Browse files
authored
Fix typo in Installation.rst: SKPI_MPI → SKIP_MPI (#224)
Corrects the cmake flag in the installation docs from 'SKPI_MPI' to 'SKIP_MPI'. Issue: 223
1 parent c1c06b3 commit a4a02bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ needs to be available::
129129

130130
Alternatively, if one does't have access to mpi_f08 and wants to compile SCONE without MPI support::
131131

132-
cmake -DSKPI_MPI=YES ./..
132+
cmake -DSKIP_MPI=YES ./..
133133

134134
#. Run make and install application
135135

0 commit comments

Comments
 (0)