Directory Packages/Uintah/StandAlone/tools/mpi_test/

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

[root]/Packages/Uintah/StandAlone/tools/mpi_test

Lines of Code

Packages/Uintah/StandAlone/tools/mpi_test/ Lines of Code

Developers

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

Most Recent Commits

luitjens 2008-09-30 11:29 Rev.: 42177

A few more changes to mpi_test. Mostly just changes to make the logic more clear.


0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (changed)
luitjens 2008-09-29 12:23 Rev.: 42171

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+10 -6)
dav 2008-08-01 15:45 Rev.: 41806

Fixes to allow compilation on LLNL Purple.

5 lines of code changed in 3 files:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+2), sub.mk (+3 -1)
luitjens 2008-07-14 18:39 Rev.: 41515

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: async_mpi_test.cc (-1), mpi_test.cc (-1)
jas 2008-07-10 04:13 Rev.: 41473

Use fill instead of bzero.

2 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+2 -4)
jas 2008-07-07 20:07 Rev.: 41434

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: async_mpi_test.cc (+1 -1), mpi_test.cc (+1 -1)
luitjens 2008-07-02 09:59 Rev.: 41398

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+1 -2)
jas 2008-07-01 19:33 Rev.: 41396

Add include file for g++-4.3.

1 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+1)
jas 2008-06-24 12:03 Rev.: 41303

Fix compiler build problems with gcc-4.3

1 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+1)
dav 2008-06-13 16:52 Rev.: 41269

Fix parsing of args.

6 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+6 -4)
dav 2008-05-29 15:09 Rev.: 41171

Make error message more clear.

2 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+2 -2)
dav 2008-04-23 18:33 Rev.: 40819

Fixed bug in MPI_Request buffer.

6 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+6 -8)
dav 2008-04-23 17:39 Rev.: 40817

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+10 -4)
dav 2008-04-23 16:53 Rev.: 40815

Allow for very verbosity... :)

15 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+15 -5)
dav 2008-04-09 12:27 Rev.: 40677

turn back on all raid disk checks on inferno.

42 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+42 -21)
dav 2008-03-19 15:28 Rev.: 40523

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+42 -12)
dav 2008-03-14 18:24 Rev.: 40475

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:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+185 -12)
dav 2008-03-07 15:17 Rev.: 40415

Fix printed information. Added a set of timings.

12 lines of code changed in 3 files:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+2 -2), timings.txt (new)
dav 2008-03-07 15:06 Rev.: 40414

Really run the ASync P2P tests first.

3 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+3 -3)
dav 2008-03-06 17:08 Rev.: 40407

Move p2p async to top of tests.

4 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone/tools/mpi_test: mpi_test.cc (+4 -1)

(7 more)

Generated by StatSVN 0.4.0