Directory Core/OS/

Total Files:
6
Deleted Files:
2
Lines of Code:
1094

[root]/Core/OS

Lines of Code

Core/OS/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 38 (100.0%) 211 (100.0%) 5.5
harman 7 (18.4%) 150 (71.1%) 21.4
ahumphrey 6 (15.8%) 39 (18.5%) 6.5
jas 20 (52.6%) 17 (8.1%) 0.8
dav 5 (13.2%) 5 (2.4%) 1.0

Most Recent Commits

dav 2016-09-06 16:10 Rev.: 55707

Fix memory usage reporting bug on Vulcan/BGQ - the bug occurred when John cleaned out old checks (specifically _AIX) for the ProcessInfo::isSupported routine. _AIX apparently is a historical remnant (AIX was IBM's old OS) but works on BGQ machines and allowed isSupported to return true. I have replaced the previously used _AIX with __bgq__ which is more clear.

1 lines of code changed in 2 files:

  • Core/OS: ProcessInfo.cc (+1 -1)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

3 lines of code changed in 5 files:

  • Core/OS: Dir.cc (+1 -1), Dir_boost.cc (+1 -1), ProcessInfo.cc (+1 -1)
jas 2016-03-15 18:40 Rev.: 55037

Add Uintah namespace.

1 lines of code changed in 1 file:

  • Core/OS: Dir.cc (+1)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

8 lines of code changed in 11 files:

  • Core/OS: Dir.cc (-1), Dir.h (new), Dir_boost.cc (+2 -1), ProcessInfo.cc (+2 -2), ProcessInfo.h (new), sock.cc (del), sock.h (del), sub.mk (new)
dav 2016-02-02 11:57 Rev.: 54769

Fix linking issue when using MPI rank in output... Needed to link in Uintah/Parallel lib.

4 lines of code changed in 3 files:

  • Core/OS: Dir.cc (+1 -3), Dir_boost.cc (+1 -3), sub.mk (+2 -2)
harman 2016-01-27 15:08 Rev.: 54734

Backout previous commit and punt. Bigmac won't link with:

cout << Uintah::Parallel::getMPIRank()<< "message" << endl;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

My desktop will compile it with either gcc and clang..

6 lines of code changed in 2 files:

  • Core/OS: Dir.cc (+3 -1), Dir_boost.cc (+3 -1)
harman 2016-01-27 10:51 Rev.: 54733

createSubdirPlus
- added MPI rank to the warning message.


3 lines of code changed in 2 files:

  • Core/OS: Dir.cc (+1 -1), Dir_boost.cc (+2 -2)
harman 2016-01-27 10:42 Rev.: 54732

In prep for PIDX changes moved code that repeatedly tries to create a sub-directory upstream into the Dir class.

Added a descriptive warning statement if one of the cores is having problems creating the subdir.

I'm open to suggestions on the method name

Added dividers.

141 lines of code changed in 3 files:

  • Core/OS: Dir.cc (+69 -12), Dir.h (+4), Dir_boost.cc (+68 -13)
ahumphrey 2016-01-15 13:56 Rev.: 54661

Fix incompliant c++11 code flagged by clang compiler:1.) explicit instantiations need to be in namespaces2.) match delete[] with new[] (should fix a small memory leak)3.) disambiguate method call in Socket class4.) fix CellInformation, declared as a class but defined as a struct

36 lines of code changed in 1 file:

  • Core/OS: sock.cc (new 36)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

8 lines of code changed in 8 files:

  • Core/OS: Dir.cc (+1 -1), Dir.h (+1 -1), Dir_boost.cc (+1 -1), ProcessInfo.cc (+1 -1), ProcessInfo.h (+1 -1), sock.cc (+1 -1), sock.h (new 1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0