Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 78 (100.0%) | 2198 (100.0%) | 28.1 |
worthen | 45 (57.7%) | 892 (40.6%) | 19.8 |
mjc | 6 (7.7%) | 771 (35.1%) | 128.5 |
callahan | 10 (12.8%) | 247 (11.2%) | 24.7 |
abe | 1 (1.3%) | 175 (8.0%) | 175.0 |
bigler | 12 (15.4%) | 91 (4.1%) | 7.5 |
hartner | 1 (1.3%) | 10 (0.5%) | 10.0 |
rocky | 1 (1.3%) | 8 (0.4%) | 8.0 |
amorris | 1 (1.3%) | 4 (0.2%) | 4.0 |
sparker | 1 (1.3%) | 0 (0.0%) | 0.0 |
get numProcessors initialized from ::initialize()
0 lines of code changed in 2 files:
return the correct number of processors
19 lines of code changed in 1 file:
Changed "bool exiting" and "void Thread_run(Thread* t)" to static.
printf formatting to quiet warning messages.
For AtomicCounter::operator int() for __ia64 code explictly cast
priv_->amo_val to int.
4 lines of code changed in 1 file:
Added memory-mapped multi-media timer for sgi altix.
175 lines of code changed in 1 file:
Added appropiate signal handling function interface for Cygwin.
9 lines of code changed in 1 file:
Fixed up ia64 AtomicCounter implementation. Intel intrinsics return old
value from fetch-and-op operations. Old code seemed to assume they were
returning the new value. This intrinsic is also used in the Barrier::wait
method. Someone with a clearer knowledge of what that code is supposed
to do should make sure it is correct.
8 lines of code changed in 1 file:
I got tired of the warning message that MAXSTACK is not used on Irix. This fixes that warning.
0 lines of code changed in 2 files:
Currently the ia64 atomic operations only compile with icc.
This commit changes the atomic operations so that they can be
compiled with either icc or gcc.
10 lines of code changed in 1 file:
Retire .cvsignore files
0 lines of code changed in 1 file:
Fix race condition in Thread::parallel. Make all of the templated versions blocking (so that we don't dangle the stack pointer object). Call the function directly if nthreads == 1.
45 lines of code changed in 3 files:
remove print statements
0 lines of code changed in 2 files:
Added TAU_REGISTER_THREAD for profiling.
4 lines of code changed in 1 file:
checkpoint merge from branch for bux fixes
752 lines of code changed in 3 files:
add a (default) parameter to niceAbort, so we can catch windows signals, print out a windows stack trace, and change the place where the ParallelHelper is dereferenced
89 lines of code changed in 2 files:
Remove unnecessary SCICORESHARE
11 lines of code changed in 37 files:
Windows Thread version
670 lines of code changed in 1 file:
Windows version of Time
122 lines of code changed in 1 file:
Don't include signals not defined in windows
0 lines of code changed in 2 files:
Made callbacks_ a pointer to ensure that it won't be destroyed before we need it in Thread::exitAll().
30 lines of code changed in 3 files:
Merge v1_24_0_release
202 lines of code changed in 7 files:
(3 more)