Is there any way to get the MPI_Init call to not trigger the Windows Firewall dialog? It asks for TCP and UDP access. This is in an application being run standalone, without mpiexec.

If I comment out MPI_Init, it does not trigger the dialog.