A***@gmail.com
2007-11-14 16:59:13 UTC
Hi,
I have a application that allows you to hook up external DLL for
functionality. I want to create an external DLL that uses MPI. So,
is it possible for me to call MPI_Init inside the dll as opposed to
the main application. This would be equivalent to me calling a
function inside the application. It can be executed multiple times:
int my_mpi_function ()
{
MPI_Init....();
}
I have a application that allows you to hook up external DLL for
functionality. I want to create an external DLL that uses MPI. So,
is it possible for me to call MPI_Init inside the dll as opposed to
the main application. This would be equivalent to me calling a
function inside the application. It can be executed multiple times:
int my_mpi_function ()
{
MPI_Init....();
}