1
1

1306 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
9a37ba04ce Remove backups and binaries
This commit was SVN r3651.
2004-11-21 22:55:04 +00:00
Brian Barrett
fa6558db61 * update RMS pcm to match changes to gpr / ns interfaces
This commit was SVN r3648.
2004-11-21 17:23:58 +00:00
Ralph Castain
1ccb5cde4d Cleanup some of the warnings reported by George.
This commit was SVN r3647.
2004-11-21 17:20:42 +00:00
Ralph Castain
73844230bc Fix an initialization problem that valgrind complained about - forgot to mirror the fix that was done for the replica.
This commit was SVN r3646.
2004-11-21 04:41:51 +00:00
Ralph Castain
48b0b10464 For some unknowable reason, svn refused to pickup the ns subtree. Checked the whole thing out again, copied the correct files on top of the old ones, and now recommitting them.
This commit was SVN r3645.
2004-11-20 19:20:13 +00:00
Ralph Castain
bf9087d9d1 The merged main trunk and gpr integration branch. Tested on Mac only so far - will check out and test on Linux. If that has a problem, will back all changes out (again), but I think we have this one correct. Will send out a more complete change notice once testing is complete.
This commit was SVN r3644.
2004-11-20 19:12:43 +00:00
George Bosilca
c59d37315e Remove all debugging stuff (all those macro not C99 compliant).
And remove all compilation warnings.

This commit was SVN r3643.
2004-11-20 00:18:38 +00:00
George Bosilca
29652b487a Dont forget to correctly initialize the PTL in the not threaded case. Now GM work in all cases. One step forward ...
This commit was SVN r3642.
2004-11-19 22:33:30 +00:00
George Bosilca
02820f0d3b Separate the send request and the DMA memory in 2 lists. Now they are independent as we dont always need a send request to be able to send a message to a peer.
This commit was SVN r3641.
2004-11-19 22:27:03 +00:00
George Bosilca
1dfcf38d3c Atomically increase the size of the req_bytes_sent.
Decrease and limit the locked part of the function.

This commit was SVN r3638.
2004-11-19 21:33:25 +00:00
George Bosilca
69efbe09ea Decrease the latency. Report the send request as completed as soon as the data is in the GM buffers.
This commit was SVN r3629.
2004-11-18 20:25:01 +00:00
George Bosilca
7a9f100467 When no more send fragments are available wait until one of them became available. There are 2 ways to solve this problem, and for the alpha release I take the easiest one. Read the comment in the file for more informations.
This commit was SVN r3628.
2004-11-18 20:24:16 +00:00
George Bosilca
bcd498a2e1 Use the correct function to initialize the fragment header.
This commit was SVN r3627.
2004-11-18 20:22:29 +00:00
George Bosilca
a186a02480 Limit the number of items in the GM free lists
This commit was SVN r3626.
2004-11-18 20:21:25 +00:00
George Bosilca
394e5abd04 Create function to specifically initialize the header depending on the communication type.
This commit was SVN r3625.
2004-11-18 20:20:42 +00:00
George Bosilca
67d6d86638 Back to working state using the new headers. Having less data to move around decrease
a little bit the latency. But I still have to improuve it ...

This commit was SVN r3618.
2004-11-18 06:36:26 +00:00
George Bosilca
b80e69bc69 It's a free list so let's use it as a free list !
This commit was SVN r3617.
2004-11-18 06:34:28 +00:00
Rich Graham
72f9b1df14 remove the shared memory control backing file on
termination.  remove some debug code.

This commit was SVN r3615.
2004-11-18 04:18:33 +00:00
Brian Barrett
5ee42c2a58 * correct the installation paths of a bunch of headers
* make sure to install the libevent header
* make Automake create the sysconf_DATA directory before trying to
  install the config files

This commit was SVN r3614.
2004-11-18 03:53:42 +00:00
Tim Woodall
be253609ac changes to support running a non-threaded build on oversubscribed processors
This commit was SVN r3613.
2004-11-18 01:58:30 +00:00
George Bosilca
89b6b3b66a Keep the correct pointer to the DMA memory.
This commit was SVN r3610.
2004-11-18 00:26:20 +00:00
George Bosilca
33426c5af1 Just a checkpoint. Now compile with the new header.
Improuvement:
- latency went down by 15 us. It's still a little bit hist 12 but I'm working on that.
- correctly initialize and cleaups independing on the number of myrinet cards.
- associate one PTL by card and one thread by PTL if we are in a MT environment.

This commit was SVN r3609.
2004-11-18 00:23:19 +00:00
Tim Woodall
89978d698b correct ntoh/hton macro
This commit was SVN r3607.
2004-11-17 23:43:30 +00:00
Tim Woodall
9cb5f05ec1 comments
This commit was SVN r3603.
2004-11-17 22:54:43 +00:00
Tim Woodall
70d1c1aafd rather large commit:
- change mca_ptl_base_header_t definition to decrease the
  header size for small messages. note that this requires
  all ptls to be updated. tcp/self/sm/mx have been changed,
  gm/ib/quadrics will be broken by this commit. george and
  mitch have volunteered to make the required changes to gm/ib
- revised matching logic to reduce function call overhead
- changes to tcp/self/sm/mx ptls to support the revised headers

This commit was SVN r3602.
2004-11-17 22:47:08 +00:00
Brian Barrett
24f2e57da2 * add changes subversion for some reason didn't schedule to be re-added
when rolling back r3589

This commit was SVN r3598.

The following SVN revision numbers were found above:
  r3589 --> open-mpi/ompi@9c85e6be5f
2004-11-17 12:37:27 +00:00
Brian Barrett
23a6d5bb60 * roll back r3584 (gpr changes to reduce floods) as it appears to cause
some instability on Linux

This commit was SVN r3587.

The following SVN revision numbers were found above:
  r3584 --> open-mpi/ompi@52add381d0
2004-11-17 02:30:07 +00:00
Jeff Squyres
b73c7ae6c9 Add missing <netinet/in.h>
This commit was SVN r3585.
2004-11-16 23:12:18 +00:00
Brian Barrett
52add381d0 * Merge over the gpr changes Ralph has made on the gpr-integration branch.
This may trigger a complete rebuild :(.  Short overview of changes:

  - reduce number of network slams at startup
  - prevent gpr from hanging when doing process death code
  - general gpr cleanups

This commit was SVN r3584.
2004-11-16 22:53:33 +00:00
Jeff Squyres
ca93c6505f Added .ompi_ignore so that this is not built / included in tarball
This commit was SVN r3579.
2004-11-16 16:34:21 +00:00
Brian Barrett
18a3d42bb2 * add --hostfile <name> option to mpirun so that you don't have to set the
silly environment variable any more :)

This commit was SVN r3576.
2004-11-16 14:09:19 +00:00
Brian Barrett
a3fff458b7 * Make bootproxy kill everyone if the ssh session dies (mpirun dies or tries
to kill the bootproxy).  This should fix the leftover cruft processes
  people are seeing when processes fail.
* Do some code cleanups to get process-related data types handled slightly
  better.  Still have to do some work here to handle transmitting the
  data in a more reasonable fashion.
* Clean up some of the bootproxy code

This commit was SVN r3574.
2004-11-16 04:35:52 +00:00
Rich Graham
06cfa4ee84 fix bug - handle data on send only if size > 0, not >= 0.
This commit was SVN r3571.
2004-11-16 00:34:43 +00:00
Jeff Squyres
e5aa5ddc9b Fix some minor seg faults
This commit was SVN r3568.
2004-11-15 17:47:09 +00:00
Brian Barrett
46e22827d3 * now that we found the race condition causing problems with rms, re-enable
the component

This commit was SVN r3563.
2004-11-14 19:50:51 +00:00
Jeff Squyres
22f9115c82 Fix component close issue with topo, coll, and io.
This commit was SVN r3556.
2004-11-12 16:55:41 +00:00
Tim Woodall
73385f189e - use common macro for atomic add
This commit was SVN r3554.
2004-11-11 21:39:48 +00:00
Rich Graham
6590713a5c fix some bugs with new shared memory implementation.
This commit was SVN r3553.
2004-11-11 20:34:28 +00:00
Tim Woodall
19f0debe2f cleanup
This commit was SVN r3552.
2004-11-11 16:07:51 +00:00
Tim Woodall
95d5165478 - move posting recv out of critical path
This commit was SVN r3550.
2004-11-11 15:01:48 +00:00
George Bosilca
f2c697170c Temporary checkpoint.
This commit was SVN r3547.
2004-11-09 16:01:53 +00:00
Tim Woodall
d88c20d724 fix make dist
This commit was SVN r3546.
2004-11-08 19:51:22 +00:00
Mitch Sukalski
ab7cfab702 changed address pointer casting from "unsigned int"
to "unsigned long" so we don't truncate address on
64-bit machines...

This commit was SVN r3545.
2004-11-08 19:33:29 +00:00
Tim Woodall
46c70800a1 correct error returns - release locks
This commit was SVN r3536.
2004-11-07 03:30:37 +00:00
Tim Woodall
e391c90105 correct the return value to the allocated buffer - in the
case of a partial read, the iovec no longer points to the
start of the allocated buffer or the entire length of the
message

This commit was SVN r3535.
2004-11-07 03:18:00 +00:00
Rich Graham
2e6eaf6d5f code changes to support sm.
This commit was SVN r3534.
2004-11-06 22:00:24 +00:00
Brian Barrett
f32d1309e1 * I don't understand what is going on and I don't think it's the RMS pcm's
fault, but using rms causes the processes to abort.  Shutting off the
  rms pcm for now so that it doesn't accidently go insane during SC.

This commit was SVN r3529.
2004-11-06 03:34:32 +00:00
George Bosilca
39e7432ebf Just a checkpoint ...
This commit was SVN r3526.
2004-11-05 14:53:38 +00:00
George Bosilca
9659288e74 I hate waiting on the airports. SO I start doing something usefull ...
I remove a lot of inter-dependence, I use the struct_t type.
BEWARE not all the function are ready.

This commit was SVN r3524.
2004-11-05 07:52:30 +00:00
Tim Woodall
85490f00a5 restore previous matching logic until I have more time
to validate the changes

This commit was SVN r3522.
2004-11-05 03:13:21 +00:00