Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Open MPI" #515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading