PAC_ARG_MPI_TYPES

Add command-line switches for different MPI environments

Synopsis

PAC_ARG_MPI_TYPES([default])

Output Effects

Adds the following command line options to configure
--with-mpich[=path]
MPICH. path is the location of MPICH commands
--with-ibmmpi
IBM MPI
--with-lammpi[=path]
LAM/MPI
--with-sgimpi
SGI MPI If no type is selected, and a default ("mpich", "ibmmpi", or "sgimpi") is given, that type is used as if --with-<default> was given.

Sets CC, F77, TESTCC, TESTF77, and MPILIBNAME. Does not perform an AC_SUBST for these values. Also sets MPIBOOT and MPIUNBOOT. These are used to specify programs that may need to be run before and after running MPI programs. For example, MPIBOOT may start demons necessary to run MPI programs and MPIUNBOOT will stop those demons.

See also

PAC_LANG_PUSH_COMPILERS, PAC_LIB_MPI