hi,I write my algorithm in C language by MPI (process-level parallel ). After that, I want to wrap the parallel code into a DLL(dynamic link library) and embed the DLL to LabVIEW. But the MPI must be started by “mpiexec“ command. So, if I wrap the MPI code into a DLL, I cannot run the MPI code. can LabVIEW support to process-level parallel in a DLL? Can you give me some advice or else to run the MPI parallel code or else? Look forward for you replying.
↧