[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] branch consistent_partitioning_for_ope
From: |
Andriy Andreykiv |
Subject: |
[Getfem-commits] [getfem-commits] branch consistent_partitioning_for_open_mp created (now df43516) |
Date: |
Fri, 21 Dec 2018 12:33:20 -0500 (EST) |
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 [...]
- [Getfem-commits] [getfem-commits] branch consistent_partitioning_for_open_mp created (now df43516),
Andriy Andreykiv <=