[root]/Packages/Uintah/StandAlone/tools/mpi_test
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 1028 (100.0%) | 25.7 |
dav | 26 (65.0%) | 1009 (98.2%) | 38.8 |
luitjens | 7 (17.5%) | 11 (1.1%) | 1.5 |
jas | 7 (17.5%) | 8 (0.8%) | 1.1 |
A few more changes to mpi_test. Mostly just changes to make the logic more clear.
0 lines of code changed in 2 files:
changed the timeout on async tests to timeout when progress is not being made for 50 seconds instead of 50 seconds total time.
10 lines of code changed in 1 file:
Fixes to allow compilation on LLNL Purple.
5 lines of code changed in 3 files:
Added MallocTrace support to Uintah, cleaned up mpi includes, removed SCI_MALLOC_TRACE functionality.
Currently building with MallocTrace is only supported within Uintah.
0 lines of code changed in 3 files:
Use fill instead of bzero.
2 lines of code changed in 1 file:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
2 lines of code changed in 2 files:
Converted to the new standard headers. This is a test to see if compilers accept this. So far I have checked gcc-4.2 and intel-10.1.
1 lines of code changed in 1 file:
Add include file for g++-4.3.
1 lines of code changed in 1 file:
Fix compiler build problems with gcc-4.3
1 lines of code changed in 1 file:
Fix parsing of args.
6 lines of code changed in 1 file:
Make error message more clear.
2 lines of code changed in 1 file:
Fixed bug in MPI_Request buffer.
6 lines of code changed in 1 file:
Don't p2p from same proc to same proc... perhaps this will fix the problem on Ranger.
10 lines of code changed in 1 file:
Allow for very verbosity... :)
15 lines of code changed in 1 file:
turn back on all raid disk checks on inferno.
42 lines of code changed in 1 file:
Have all nodes send their name to rank 0 to be used in displaying bad node information. For now on inferno only test raid2... once the raid disks on inferno begin to work again, we will need to update to test all again.
42 lines of code changed in 1 file:
Added command line args, usage(), and file system check dynamic reporting. Added correct (c) date, and header info.
185 lines of code changed in 1 file:
Fix printed information. Added a set of timings.
12 lines of code changed in 3 files:
Really run the ASync P2P tests first.
3 lines of code changed in 1 file:
Move p2p async to top of tests.
4 lines of code changed in 1 file:
(7 more)