score_mpi_list

SCore 上でインストールされている MPI システムをリスト表示する

SYNOPSIS

score_mpi_list [ -lang lang ] -cmdline

DESCRIPTION

score_mpi_list は SCore 上でインストールされている MPI システムをリスト表示 します。 -lang オプションを指定すると、 score_mpi_list は その言語が使用可能な MPI システムを表示します。 指定していない場合は C 言語について表示します。

-cmdline オプションを指定すると。score_mpi_list はその MPI システムでコンパイルやリンクを行うときに 指定するコマンド行を表紙します。

EXAMPLE

$ score_mpi_list

mpich2 ch_score gnu
mpich2 nemesis_score gnu

The system installed 2 MPI systems. Both system is mpich2 and compiler is gnu. But the devioce is ch_score and nemesis_score.

このホストには 2 つの MPI システムがインストールされています。 両方とも mpich2 でコンパイラは gnu です。 しかし、デバイスが ch_score と nemesis_score です。

$ score_mpi_list -cmdline

   mpicc -mpi mpich2 -device ch_score -compiler gnu
   mpicc -mpi mpich2 -device nemesis_score -compiler gnu

最初の MPI システムを使用して test.c をコンパイルするには、 以下のようにしてください。

    mpicc -mpi mpich2 -device ch_score -compiler gnu test.c

SEE ALSO

mpicc(1), mpicxx(1), mpif77(1), mpif90(1).
CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003-2008 PC Cluster Consortium.