Running CCM3 under MPI on the Most MPI implementations provide a startup script called mpirun,
which accepts the MPI executable as a command line argument.
Additional command line arguments allow the user to specify details such
as the various machine architectures or number of processes to use for
the run. For example the command used to run the MPI version using
two processes might be:
mpirun -np 2 atm < atm.parm
assuming that atm.parm corresponds to the input namelist file
and atm to the executable.
Once MPI has created the specified number of processes, model execution
will begin. The collection of active tasks will then compute locally and
exchange messages with each other to integrate the model. A few caveats
should be kept in mind when running the MPI version of the model.
Questions on these pages can be sent to...
erik@ucar.edu .
$Name: ccm3_6_6_latest3 $ $Revision: 1.31.2.1 $ $Date: 1999/03/25 21:37:49 $ $Author: erik $