[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] [getfem-commits] consistent_partitioning_for_open_mp up
From: |
Yves Renard |
Subject: |
[Getfem-commits] [getfem-commits] consistent_partitioning_for_open_mp updated (df43516 -> 9770d9d) |
Date: |
Sun, 23 Dec 2018 11:23:37 -0500 (EST) |
renard pushed a change to branch consistent_partitioning_for_open_mp.
from 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 [...]
new 69ba642 Adaptations for Scilab 6.0
new 9770d9d Some small fixes for consistent partionning for open_mp
Summary of changes:
.gitignore | 4 +
configure.ac | 8 +-
interface/src/getfemint.h | 1 +
interface/src/scilab/builder.sce | 4 +-
.../src/scilab/macros/gf_compute_Q1grid_interp.sci | 2 +-
interface/src/scilab/macros/gf_plot_slice.sci | 2 +-
interface/src/scilab/macros/init_pde.sci | 3 +-
interface/src/scilab/sci_gateway/c/gfm_common.c | 6 +-
interface/src/scilab/sci_gateway/c/gfm_common.h | 4 +-
interface/src/scilab/sci_gateway/c/gfm_scilab.cpp | 4 +-
interface/src/scilab/sci_gateway/c/sci_cgne.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_cgs.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_gmres.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_mgcr.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_spchol.c | 6 +-
interface/src/scilab/sci_gateway/c/sci_spcholinc.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_spchsolve.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_splu.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_spluinc.c | 4 +-
interface/src/scilab/sci_gateway/c/sci_splusolve.c | 4 +-
src/getfem/getfem_accumulated_distro.h | 4 +-
src/getfem/getfem_im_list.h | 6070 ++++++++++----------
src/getfem/getfem_interpolation.h | 4 +-
src/getfem/getfem_omp.h | 8 +-
src/getfem_error_estimate.cc | 9 +-
src/getfem_locale.cc | 8 +-
src/getfem_omp.cc | 23 +-
27 files changed, 3098 insertions(+), 3108 deletions(-)
- [Getfem-commits] [getfem-commits] consistent_partitioning_for_open_mp updated (df43516 -> 9770d9d),
Yves Renard <=