1
1

2649 Коммитов

Автор SHA1 Сообщение Дата
Ralph Castain
92a5f2da1f ka-ching
This commit was SVN r2830.
2004-09-23 14:35:51 +00:00
Ralph Castain
fa205d9129 ka-ching
This commit was SVN r2829.
2004-09-23 14:35:32 +00:00
Ralph Castain
4c0053579d ka-ching
This commit was SVN r2828.
2004-09-23 14:35:02 +00:00
Ralph Castain
4b6b0d221d ka-ching
This commit was SVN r2827.
2004-09-23 14:34:35 +00:00
Ralph Castain
0cc082780f ka-ching
This commit was SVN r2826.
2004-09-23 14:33:28 +00:00
Ralph Castain
65fc61e212 ka-ching goes the little counter...how I love that sound!
This commit was SVN r2825.
2004-09-23 14:33:06 +00:00
Ralph Castain
ad395fa825 First commit of the revised startup system.
Having noted the existence of the wondrous Open MPI "statistics" tracker, I feel compelled to commit these changes one file at a time. This will, of course, provide me with wonderful statistics for the number of commits I have done, thus ensuring that those who watch such things become truly impressed by the magnitude of my contribution.

Of course, I will also do a commit for each time I correct a typo in my own software, and each time I add a comment to a file - a comment that, ordinarily, one might expect to have already been in place before the first commit. But then....I wouldn't look as impressive if I did it that way! No, no...far better to add the comments - and do a commit after each one - separately!

So, enjoy all.
Ralph
aka. The longtime Don Quixote crusader against the asinine use of meaningless statistics in place of true performance metrics.

This commit was SVN r2824.
2004-09-23 14:32:31 +00:00
Jeff Squyres
b3ec820527 Need to #define MPIR_Status_set_bytes in both places
This commit was SVN r2823.
2004-09-23 14:20:07 +00:00
Weikuan Yu
bbfb946b0e -- Various cleanup for experiments
This commit was SVN r2822.
2004-09-23 14:17:25 +00:00
Jeff Squyres
15a0cc1288 Make --leave-install take an argument -- a filename where the names of
the directories of the install roots will be written

This commit was SVN r2821.
2004-09-23 13:20:21 +00:00
Jeff Squyres
9264a4772c Fix a few more rogue global symbols
This commit was SVN r2820.
2004-09-23 12:56:03 +00:00
Jeff Squyres
6acb72ee8e Add --delete option to make this suitable for running in cron after
the nightly builds

This commit was SVN r2819.
2004-09-23 11:17:50 +00:00
Jeff Squyres
4a5242c681 Oops -- typo.
This commit was SVN r2818.
2004-09-23 11:04:52 +00:00
Jeff Squyres
ce799f31f6 Also be sure to prefix-ify all ADIO* function
This commit was SVN r2817.
2004-09-23 11:00:25 +00:00
Jeff Squyres
e086302077 Correct some dependencies
This commit was SVN r2816.
2004-09-23 10:59:38 +00:00
Jeff Squyres
2fa64b8c24 Use a proper prefix for MPI_Status_set_bytes
This commit was SVN r2815.
2004-09-23 09:07:23 +00:00
Jeff Squyres
cd899c9bc8 Ensure that this file is exectuable upon checkout
This commit was SVN r2814.
2004-09-23 08:59:26 +00:00
Jeff Squyres
5d0a2034c3 Make several global symbol names be "safe" by putting proper ompi_
prefixes on them

This commit was SVN r2813.
2004-09-23 08:41:20 +00:00
Jeff Squyres
b7c8e307af Finished; send a nightly report of illegal symbols found in the Open
MPI libraries and/or components

This commit was SVN r2812.
2004-09-23 08:35:15 +00:00
Jeff Squyres
f82116d806 Half implemented new report -- look for illegal symbols in the
compiled libraries and compononents.  Still to do: 
- check components
- send mail if it finds anything wrong
- check multiple installation directories (?)

This commit was SVN r2811.
2004-09-23 00:01:22 +00:00
Jeff Squyres
bfa3a46453 These symbols should be static
This commit was SVN r2810.
2004-09-23 00:00:01 +00:00
Jeff Squyres
1ebca556d2 - fix compiler warnings
- fix at least 2 minor mistakes

This commit was SVN r2809.
2004-09-22 23:58:13 +00:00
Brian Barrett
bc6ecff582 * improve interface description for ompi_rte_allocate_resources
* make hostfile llm properly deal with over subscribe situation.  Rather
  than returning smaller than requested (which is no longer possible as
  it made for a book keeping nightmaer and no one was paying attention
  to it anyway), we just over subscribe the nodes.  In the future, we
  need to add a flag to allocate resources as to whether to allow
  over subscription (if the resource allocator permits - clearly rsh 
  does, rms not so much).

This commit was SVN r2808.
2004-09-22 22:27:40 +00:00
Jeff Squyres
a9010be2e5 Minor cleanups and additional comments for attribute stuff
This commit was SVN r2807.
2004-09-22 21:31:17 +00:00
Jeff Squyres
d1c3ed046e Add minor optimization
This commit was SVN r2806.
2004-09-22 21:17:32 +00:00
Jeff Squyres
95c116697f Missing the output stream ID in ompi_output
This commit was SVN r2805.
2004-09-22 21:08:12 +00:00
Brian Barrett
e06fa3e51a * update the llm interface to be per-pcm instances rather than single
instance per process.  Better maps to the multi-pcm design.
* Minor code cleanup in llm and pcm (comments, param checks, etc.)

This commit was SVN r2804.
2004-09-22 19:11:50 +00:00
Edgar Gabriel
eae5533433 fixing MPI_ERR_LASTCODE in C and fortran
fixing the result of the Comm/group compare operations, 
since the enum in C starts with 0 and not with 1 :-)

This commit was SVN r2803.
2004-09-22 16:59:10 +00:00
Brian Barrett
546f6cd7bd * fix stupid typo in rms
This commit was SVN r2802.
2004-09-22 16:48:07 +00:00
Brian Barrett
68407587ba * Make it easier to get just the number of peer processes by allowing NULL
to be passed for the first argument of ompi_rte_get_peers().  Also
  cleaned up the documentation for that function.

This commit was SVN r2801.
2004-09-22 16:05:33 +00:00
Ralph Castain
64db75b43e Fix create_dirpath to shut valgrind up.
This commit was SVN r2800.
2004-09-22 15:56:02 +00:00
Jeff Squyres
02f95a5f14 Fix typo
This commit was SVN r2799.
2004-09-22 14:49:52 +00:00
Jeff Squyres
7646e14987 Forgot to update the profiling prototypes
This commit was SVN r2798.
2004-09-22 14:49:29 +00:00
Jeff Squyres
201611ad3d Add <errno.h> for linux
This commit was SVN r2797.
2004-09-22 08:08:10 +00:00
Brian Barrett
3795754dc8 * random fixups from last commit
This commit was SVN r2796.
2004-09-22 05:34:41 +00:00
Sayantan Sur
7a772d6cff Changed some descriptor management code.
This commit was SVN r2795.
2004-09-21 21:10:13 +00:00
Brian Barrett
782d3af2b9 * Move to using a lazy selection for pcms so that we can have multiple PCM
sets running at once - requires an additional step in spawning to get a
  handle (that will contain multiple pcms when we support multi-cell)
* change the selection logic of the pcms to not care about setting threads,
  but instead to select based on the selected thread level, since it
  would be a little late by the time we did the selection for pcms.
* started the long process of cleaning up the rsh pcm so that it
  actually kills processes and things.  Still doesn't do anything useful,
  but getting to the point where that might be possible

This commit was SVN r2794.
2004-09-21 20:27:41 +00:00
Jeff Squyres
208b8410ba Bunches of fixes for attributes, particularly in terms of language
interoperability

This commit was SVN r2793.
2004-09-21 19:52:19 +00:00
Edgar Gabriel
e1406a1d5d adding the code to manage the communicator cid allocation in multithreaded scenarios. The code seems to work in a single threaded scenario (and thus should not generate any errors hopefully), the multithreaded case still to be tested.
This commit was SVN r2792.
2004-09-21 18:39:06 +00:00
Edgar Gabriel
479f6c5e6b ups, now its correct
This commit was SVN r2791.
2004-09-21 10:41:50 +00:00
Edgar Gabriel
1ed7d779aa fixing comm_compare for inter-communicators
This commit was SVN r2790.
2004-09-21 10:31:26 +00:00
Jeff Squyres
2137897b31 Oops! That change should not have been committed yet -- backing out...
This commit was SVN r2789.
2004-09-21 00:29:03 +00:00
Jeff Squyres
f08dab6638 Set *flag = 0 very early so that it's always 0, even if we return in
error

This commit was SVN r2788.
2004-09-21 00:26:19 +00:00
Jeff Squyres
92a3bff649 Ensure to set the "fortran" flag on the errorhandler that was just
created

This commit was SVN r2787.
2004-09-21 00:25:37 +00:00
Jeff Squyres
8724f59dbb Fix more fortran values
This commit was SVN r2786.
2004-09-21 00:25:08 +00:00
Jeff Squyres
17011989b4 - Unify the back end of the 3 errors_are_fatal functions
- Make the unified back-end able to send output via fprintf(stderr,
  ...) (if we're before MPI_INIT or MPI_FINALIZED) and ompi_output(0,
  ...) if we're between MPI_INIT and MPI_FINALIZED

This commit was SVN r2785.
2004-09-20 23:01:40 +00:00
Vishal Sahay
c9bf181096 Fix a prototype error
This commit was SVN r2784.
2004-09-20 22:25:27 +00:00
Brian Barrett
75e6f7dac5 * remove the can_spawn functions from the pcm. when there was one pcm at
a time and no pcmclient, this made sense.  Now, the selection logic will
  implicitly do this for us.

This commit was SVN r2783.
2004-09-20 20:12:04 +00:00
Brian Barrett
41e17e2758 * rename pack.{c,h} to bufpack.{c,h} because there was already a pack.c in
src/mpi/c and you can't have two object files with the same name in
  the same library

This commit was SVN r2782.
2004-09-20 19:55:01 +00:00
Jeff Squyres
017df2797b Update fortran constants for op's
This commit was SVN r2781.
2004-09-20 19:22:00 +00:00