Directory Core/Disclosure/

Total Files:
5
Deleted Files:
0
Lines of Code:
827

[root]/Core/Disclosure

Lines of Code

Core/Disclosure/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 22 (100.0%) 1.8
allen 2 (16.7%) 13 (59.1%) 6.5
jas 8 (66.7%) 5 (22.7%) 0.6
jholmen 2 (16.7%) 4 (18.2%) 2.0

Most Recent Commits

allen 2018-08-03 11:54 Rev.: 58503

Fixed the benign value for the OR operation and removed comments

13 lines of code changed in 2 files:

  • Core/Disclosure: TypeUtils.cc (new)
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.

4 lines of code changed in 2 files:

  • Core/Disclosure: TypeDescription.cc (+4 -4)
jas 2018-01-09 17:40 Rev.: 57604

Update copyright date.

5 lines of code changed in 8 files:

  • Core/Disclosure: TypeDescription.cc (+1 -1), TypeDescription.h (+1 -1), TypeUtils.cc (+1 -1), TypeUtils.h (new), sub.mk (+1 -1)
Generated by StatSVN 0.7.0