Directory Core/Malloc/

Total Files:
8
Deleted Files:
0
Lines of Code:
2580

[root]/Core/Malloc

Lines of Code

Core/Malloc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 11 (100.0%) 0.6
jas 15 (88.2%) 8 (72.7%) 0.5
jholmen 2 (11.8%) 3 (27.3%) 1.5

Most Recent Commits

jholmen 2018-01-25 22:25 Rev.: 57731

* Updated KokkosOpenMPScheduler.cc to use Kokkos::OpenMP::partition_master() for Kokkos-based builds.
* Added -npartitions and -nthreadsperpartition run-time options.
* Set the Kokkos-OpenMP Scheduler as the default scheduler for Kokkos-based builds.
* Added bulletproofing within SchedulerFactory.cc.
* Updated ProcessorGroup.h to use m_comm for -nthreads 1 or -npartitions 1.
* Added MasterLock.h to help avoid mixing synchronization primitives.
* Replaced use of #include <mutex> with #include <Core/Parallel/MasterLock.h>.
* Replaced use of std::mutex with Uintah::MasterLock.
* Cleaned up whitespace.

This commit extends the Kokkos-OpenMP Scheduler to support parallel execution of tasks within an MPI process.

Scheduler logic is based upon that of the Unified Scheduler, where individual threads are used as task runners.

In the context of the Kokkos-OpenMP Scheduler, individual partitions are used as task runners.

Individual partitions execute Kokkos-based tasks in parallel across the threads belonging to that partition and existing serial tasks serially.

Note, this scheduler requires MPI_THREAD_MULTIPLE support to run with multiple partitions per MPI process.

3 lines of code changed in 2 files:

  • Core/Malloc: AllocPriv.h (new)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

8 lines of code changed in 15 files:

  • Core/Malloc: AllocOS.cc (+1 -1), AllocOS.h (+1 -1), AllocPriv.h (+1 -1), Allocator.cc (+1 -1), Allocator.h (+1 -1), malloc.cc (+1 -1), new.cc (new), sub.mk (new)
Generated by StatSVN 0.7.0