MPICH-SCore version 2.0 (ch_score2): Compilation of an MPI application

Choice of a compiler

Compilation of a sample application

alltoall.c is an MPI application that measure the performance of the MPI_Alltoall function. The application is written in C. Use mpicc to compile the application as the follows:
% mpicc -device ch_score2 -O2 -o alltoall alltoall.c

See also

MPICH-SCore version 2.0 (ch_score2): Running an MPI application

mpic++(1), mpicc(1), mpif77(1), mpirun(1) scrun(1)

How to use optional compilers


$Id: mpich-compile2.html,v 1.2 2002/02/20 08:31:17 atanaka Exp $