andrico pushed a change to branch consistent_partitioning_for_open_mp.

        at  df43516   Besides doing some basic clean up in the Open MP related 
partitioning and global storage the main purpose is to make region and 
subsequently assembly partitioning independent from the number of parallel 
threads being used. For instance, if we choose to partition the whole 
calculation into 8 partitions, but use only 2 parallel threads, then each 
thread will be looping through 4 independent partitions. This way, no matter 
how many threads we choose we partition the reg [...]

This branch includes the following new commits:

       new  407e1d8   Macro that encapsulates the parallel Open MP run
       new  059c201   Merge branch 'master' of git.sv.gnu.org:/srv/git/getfem 
into consistent_partitioning_for_open_mp
       new  df43516   Besides doing some basic clean up in the Open MP related 
partitioning and global storage the main purpose is to make region and 
subsequently assembly partitioning independent from the number of parallel 
threads being used. For instance, if we choose to partition the whole 
calculation into 8 partitions, but use only 2 parallel threads, then each 
thread will be looping through 4 independent partitions. This way, no matter 
how many threads we choose we partition the reg [...]


Reply via email to