MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 516

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 515
11 Functions — Alphabetical List
11-172
mpiLibConf
Location of MPI implementation
Syntax
[primaryLib, extras] = mpiLibConf
Arguments
primaryLib MPI implementation library used by a communicating job.
extras Cell array of other required library names.
Description
[primaryLib, extras] = mpiLibConf returns the MPI implementation library
to be used by a communicating job. primaryLib is the name of the shared library file
containing the MPI entry points. extras is a cell array of other library names required
by the MPI library.
To supply an alternative MPI implementation, create a file named mpiLibConf.m, and
place it on the MATLAB path. The recommended location is matlabroot/toolbox/
distcomp/user. Your mpiLibConf.m file must be higher on the cluster workers'
path than matlabroot/toolbox/distcomp/mpi. (Sending mpiLibConf.m as a file
dependency for this purpose does not work.)
Examples
Use the mpiLibConf function to view the current MPI implementation library:
mpiLibConf
mpich2.dll
Zobrazit stránku 515
1 2 ... 511 512 513 514 515 516 517 518 519 520 521 ... 655 656

Komentáře k této Příručce

Žádné komentáře