Skip to content

Commit 18e4ea6

Browse files
authored
"Open MPI"
1 parent f4b7d1a commit 18e4ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

faq/building.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,13 +947,13 @@ the latest <a href='http://www.oracle.com/technetwork/server-storage/solarisstud
947947

948948
/////////////////////////////////////////////////////////////////////////
949949

950-
$q[] = "How do I build OpenMPI on IBM QS22 cell blade machines with GCC and XLC/XLF compilers?";
950+
$q[] = "How do I build Open MPI on IBM QS22 cell blade machines with GCC and XLC/XLF compilers?";
951951

952952
$anchor[] = "build-qs22";
953953

954954
$a[] = "You can use two following scripts (contributed by IBM) to build Open MPI on QS22.
955955
956-
Script to build OpenMPI using the GCC compiler:
956+
Script to build Open MPI using the GCC compiler:
957957
958958
<geshi bash>
959959
#!/bin/bash
@@ -985,7 +985,7 @@ EOF
985985
cp config.status \$PREFIX/config.status
986986
</geshi>
987987
988-
Script to build OpenMPI using XLC and XLF compilers:
988+
Script to build Open MPI using XLC and XLF compilers:
989989
990990
<geshi bash>
991991
#!/bin/bash

0 commit comments

Comments
 (0)