Skip to content

Commit

Permalink
Merge pull request #515 from bertwesarg/patch-1
Browse files Browse the repository at this point in the history
"Open MPI"
  • Loading branch information
jsquyres authored Dec 4, 2024
2 parents bd68ec8 + 84e47d4 commit 405fec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions faq/building.inc
Original file line number Diff line number Diff line change
Expand Up @@ -947,13 +947,13 @@ the latest <a href='http://www.oracle.com/technetwork/server-storage/solarisstud

/////////////////////////////////////////////////////////////////////////

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

$anchor[] = "build-qs22";

$a[] = "You can use two following scripts (contributed by IBM) to build Open MPI on QS22.
Script to build OpenMPI using the GCC compiler:
Script to build Open MPI using the GCC compiler:
<geshi bash>
#!/bin/bash
Expand Down Expand Up @@ -985,7 +985,7 @@ EOF
cp config.status \$PREFIX/config.status
</geshi>
Script to build OpenMPI using XLC and XLF compilers:
Script to build Open MPI using XLC and XLF compilers:
<geshi bash>
#!/bin/bash
Expand Down

0 comments on commit 405fec4

Please sign in to comment.