Modules in parallel programming
- From: Klemens Barfus <klemens.barfus@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 13:27:47 +0200
Dear list members,
trying to parallelize a fortran programm for OpenMP, I wonder how to manage a huge amount of variables used in different subroutines in the parallel section. The objective is to parallelize by subdividing the data and handle them in the different threads.
Is there a possibility to define data modules within the parallel section, which are 'global' for all the routines of these section but where I got one module for every thread ?
Otherwise I have to pass huge amounts of variables from subroutine to subroutine.
Thanks for your help in advance !
Klemens .
- Prev by Date: Using pointers in fortran 95
- Next by Date: Re: compare two dynamic string
- Previous by thread: Using pointers in fortran 95
- Next by thread: reading in int and real values
- Index(es):