Nicholas
2008-11-04 02:08:26 UTC
If I want to share a variable globally in a fortran 90 program, I can
use module. In MPI, it is also possible to do this via the function
MPI_BCast.
So, what's the difference between them?
use module. In MPI, it is also possible to do this via the function
MPI_BCast.
So, what's the difference between them?