Re: [OMPI users] Problem with private variables in modules

2010-03-10 Thread Terry Frankcombe
Hi Justin I think you are confusing OpenMP and OpenMPI. You sound like you're using OpenMP. This mailing list is for OpenMPI, a specific implementation of MPI. OpenMP and MPI, while having some overlapping aims, are completely separate. I suggest you post your query to an OpenMP mailing list.

[OMPI users] Problem with private variables in modules

2010-03-10 Thread Justin Watson
Hello everyone, I have come across a situation where I am trying to make private variables that passed to subroutines using modules. Here is the situation, The main program calls two different routines. These routines are functionally different but utilize the same variable n