VMPI: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:Glossary]]
[[Category:Glossary]]
A presently unreleased tool which is used for distributed compiles, reducing the compile time by distributing the work among multiple networked machines. The [[Source Engine]] features page, under the tools header, implies that Vmpi is included to licensees as part of the [[Source Engine]] package.
An unreleased tool which is used for distributed compiles, reducing the compile time by distributing the work among multiple networked machines. The [[Source Engine]] features page, under the tools header, implies that Vmpi is included to licensees as part of the [[Source Engine]] package. It may seem that Valve avoided a legal issue by not releasing their mpi API adaptation.


==Options==
==Options==

Revision as of 22:28, 9 March 2006

An unreleased tool which is used for distributed compiles, reducing the compile time by distributing the work among multiple networked machines. The Source Engine features page, under the tools header, implies that Vmpi is included to licensees as part of the Source Engine package. It may seem that Valve avoided a legal issue by not releasing their mpi API adaptation.

Options

Vmpi seems to be called by applications such as Vvis and Vrad through two commandline switches on the respective tools:

-mpi : Use VMPI to distribute computations.

-mpi_pw <pw> : Use a password to choose a specific set of VMPI workers.