MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 516

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 515
1 2 ... 511 512 513 514 515 516 517 518 519 520 521 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare