Directory Core/Parallel/

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

[root]/Core/Parallel

Lines of Code

Core/Parallel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 60 (100.0%) 3.7
qymeng 7 (43.8%) 19 (31.7%) 2.7
jthornoc 2 (12.5%) 18 (30.0%) 9.0
ahumphrey 5 (31.3%) 18 (30.0%) 3.6
jsutherland 2 (12.5%) 5 (8.3%) 2.5

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

5 lines of code changed in 2 files:

  • Core/Parallel: UintahParallelComponent.h (+5 -5)
qymeng 2013-09-13 13:49 Rev.: 50937

use d_allmpi to check if running under MPI

0 lines of code changed in 2 files:

  • Core/Parallel: ProcessorGroup.cc (new)
qymeng 2013-09-11 23:25 Rev.: 50931

Do not call MPI_Comm_dup if not running under MPI/threads.

1 lines of code changed in 1 file:

  • Core/Parallel: ProcessorGroup.cc (+1)
qymeng 2013-09-11 19:42 Rev.: 50930

Allocate MPI communicators based on taskgraph.
This fixed a hung when there are large number of reduction tasks in the taskgraph.

17 lines of code changed in 3 files:

  • Core/Parallel: ProcessorGroup.cc (+13 -14), ProcessorGroup.h (new)
ahumphrey 2013-08-28 16:18 Rev.: 50887

Add some extra offerings for sensible multi-threaded output.

2 lines of code changed in 2 files:

  • Core/Parallel: Parallel.h (+2)
jthornoc 2013-07-17 15:07 Rev.: 50732

Fix for subtle logic error that was causing sus not to exit correctly
when an error occurred during UPS validation. The re-'throw'-ing of the
exception needs to occur on all processors, not just proc 0 where the
output is displayed.

Also, fixed catching of the case when a UPS_SPEC file is not found.

18 lines of code changed in 2 files:

  • Core/Parallel: Parallel.cc (new)
ahumphrey 2013-06-25 15:57 Rev.: 50586

#define proc0thread0cout.
This is to further reduce excess spew on large parallel runs when using the threaded scheduler.

7 lines of code changed in 1 file:

  • Core/Parallel: Parallel.h (+7)
ahumphrey 2013-03-14 17:05 Rev.: 49988

Beginnings of generalized "device" tasks and work queues.
This will ultimately provide a unified approach to both GPU and MIC tasks.

9 lines of code changed in 2 files:

  • Core/Parallel: Parallel.cc (+5 -5), Parallel.h (+4 -4)
qymeng 2013-03-12 16:47 Rev.: 49971

rename coarsenDelt task name to reduceSysVar
call MPI reduce directly from reduceSysVar task

1 lines of code changed in 1 file:

  • Core/Parallel: ProcessorGroup.h (+1 -1)
Generated by StatSVN 0.7.0