hi all
i want to use mpi library in delphi
(Mpi library is used in C++) is there any way to use it(mpi)Such as component in delphi
Thanks
hani wrote:Hi MPI is library in C++ used to create More than one process to do the same procedure so the result will be fast
procedure blah(some var :of some type): enternal 'some_mpi_dll"
werdnareid wrote:A quick explanation will help. MPI or Message Processing Interfaace is library designed to allow an application to run on multiple machines in the form of a process on each machine. which is unlike a thread which is designed to run as processes on the same machine as the main process which they serve(off course this excludes services).
werdnareid wrote:Firstly let me say, that I was off the impression that you were fully aware of what MPI was and how it would benefit your project.
Users browsing this forum: No registered users and 1 guest