Tim Woodall
9c6ade2245
fix for persistent requests
...
This commit was SVN r3245.
2004-10-20 22:24:36 +00:00
Tim Woodall
a9db439a86
return correct status
...
This commit was SVN r3244.
2004-10-20 21:47:44 +00:00
Tim Woodall
e0a732cc95
temporary fix
...
This commit was SVN r3243.
2004-10-20 21:42:08 +00:00
Tim Woodall
0db0bb377a
fix for waitany
...
This commit was SVN r3242.
2004-10-20 21:41:48 +00:00
George Bosilca
8a2b660c77
Modify the [pack/unpack]_general conversions. Not the predefined datatypes are working again.
...
This commit was SVN r3241.
2004-10-20 20:56:55 +00:00
George Bosilca
c7bcceda8b
Reorder the stack creation.
...
This commit was SVN r3240.
2004-10-20 20:46:22 +00:00
George Bosilca
d595f88196
Add the "trick" to the predefined datatypes. Now at the end of the description they have a END_LOOP to
...
allow them to be used with the convertor_*_general functions.
This commit was SVN r3239.
2004-10-20 20:45:50 +00:00
Ralph Castain
e74404c787
Add a function (ompi_name_server.convert_jobid_to_string(jobid)) to the name server that converts a jobid to a string representation. There are several places in the code where this is required - to date, people have been "printing" it themselves. This is risky since otherwise the system (when using the get_jobid_string function) may well return a different format string. Using this function guarantees compatibility between the various methods for obtaining a jobid string.
...
This commit was SVN r3237.
2004-10-20 18:18:07 +00:00
George Bosilca
787627ee50
Add ompi_config.h as the first include.
...
This commit was SVN r3236.
2004-10-20 16:18:49 +00:00
Tim Woodall
cad5b2c923
- removed req_query from base request - only needed for generalized requests
...
- fix for persistent recvs
This commit was SVN r3235.
2004-10-20 14:56:52 +00:00
Tim Woodall
2adc1fd062
make all the internal errcodes static to prevent clashes
...
This commit was SVN r3234.
2004-10-20 14:08:27 +00:00
Jeff Squyres
04e4132174
Convert to the OBJ interface
...
This commit was SVN r3233.
2004-10-20 12:28:09 +00:00
Jeff Squyres
db0fb4b8e1
Change the order or shutdown so that we don't destroy a table before
...
we try to use that table during the destruction of MPI_REQUEST_NULL
This commit was SVN r3232.
2004-10-20 11:03:29 +00:00
Jeff Squyres
a15ba6d59d
Arf -- it's not a pointer, it's a boolean.
...
This commit was SVN r3231.
2004-10-20 11:02:57 +00:00
Brian Barrett
cc44f2abc2
* Make the spawn constants slightly more clear in meaning
...
* fix typo in error message for spawning processes
* Remove the name field from the global ompi_process_info struct, replacing
usage with calls to ompi_rte_get_self(). Cleaned up the resulting logic
in ompi_rte_init() to make it slightly simpler when dealing with the
singleton case. Reduces data duplication and I believe fixes bug
#1009 as a nice side effect.
This commit was SVN r3230.
2004-10-20 02:24:40 +00:00
Jeff Squyres
d324a7725c
- Add #if protection around non-portable system .h files
...
- Add #include "ompi_config.h" to all .c files, and ensure that it's
the first #included file
- remove a few useless #if HAVE_CONFIG_H checks
This commit was SVN r3229.
2004-10-20 01:03:09 +00:00
Jeff Squyres
ceafa4d178
int->size_t fixes
...
This commit was SVN r3224.
2004-10-19 23:58:12 +00:00
Jeff Squyres
f8b780ab22
- Convert to OBJ interface
...
- Add a few more error checks
- Add a few more thing to conform to style guidelines
- int->size_t fixes
- remove some outdated error constants, use standardized ones
- make ompi_bitmap_size be inline
This commit was SVN r3223.
2004-10-19 23:53:55 +00:00
Rich Graham
52cfe186c2
adding an implementation for mca_ptl_sm_request_alloc and
...
mca_ptl_sm_request_return. Fix some bugs found in code review.
Shared Memory implementation reviewed by Tim W. and Ralph C.
This commit was SVN r3222.
2004-10-19 23:37:30 +00:00
George Bosilca
9ba3ae9c9d
Reorder the datatype definition and use a storage class coprresponding to the kind of data it's supposed to hold.
...
Change the stack usage to make things faster:
- the first of the stack is always used by the count argument
- the second is initialized to the first position in the elements list.
- when the ddt engine advance the last stack position hold the informations about the last processed element (the one from where we have to start the next time).
Modify the pack/unpack relative functions to reflect the changes in the stack usage. In same time I decrease the amount of code (yup yup) and reorder it a little bit. I get some speedup on my laptop ...
This commit was SVN r3221.
2004-10-19 23:36:31 +00:00
George Bosilca
faef97cf25
No more signess warnings ...
...
This commit was SVN r3220.
2004-10-19 23:31:03 +00:00
George Bosilca
0b2b7cd2c7
Make the compiler happy by comparing similar types.
...
This commit was SVN r3219.
2004-10-19 23:30:19 +00:00
Tim Woodall
53ddf3e0fc
correct typo
...
This commit was SVN r3217.
2004-10-19 22:12:40 +00:00
Tim Woodall
c65b706c67
more cleanup`
...
This commit was SVN r3216.
2004-10-19 22:11:59 +00:00
Tim Woodall
b1801b88bf
new allocator for bsend
...
This commit was SVN r3215.
2004-10-19 22:06:20 +00:00
Tim Woodall
7628c9f16a
cleanup to correct mpi semantics
...
This commit was SVN r3214.
2004-10-19 22:00:19 +00:00
Brian Barrett
d107efd77b
* add help file to go with last commit
...
This commit was SVN r3213.
2004-10-19 21:07:35 +00:00
Brian Barrett
d5431d95fd
* Clean up of the rms pcm (still some to go on job killing)
...
- use show_help() instead of printf()
- shut up the job reaping ocde
- add the ability to specify partition and extra prun args (fixing bug
# 1023)
This commit was SVN r3212.
2004-10-19 21:05:23 +00:00
Tim Woodall
d23227214a
increased bsend overhead
...
This commit was SVN r3211.
2004-10-19 20:53:15 +00:00
Tim Woodall
9092ffcc9e
init member variables
...
This commit was SVN r3209.
2004-10-19 16:56:45 +00:00
Brian Barrett
a5623776d1
* remove the pcm component-specific debugging handle - make all components
...
share the same handle
This commit was SVN r3208.
2004-10-19 16:56:27 +00:00
Brian Barrett
eec0a0c9c4
* fix silly duplicate variable definition
...
This commit was SVN r3206.
2004-10-19 14:42:27 +00:00
Brian Barrett
911ba67f75
* enable slurm pcm component
...
* fix stupid leftover from RMS code base
This commit was SVN r3205.
2004-10-19 14:36:20 +00:00
Rich Graham
ba596cc476
First cut at shared memory implementation finished - not debugged,
...
and not working.
This commit was SVN r3203.
2004-10-18 23:24:53 +00:00
Brian Barrett
09458c7dc2
* First take at a slurm pcm / pcmclient set of components. Will compile if
...
slurm is available, but will not allow itself to be selected yet. Still
have to figure out a couple of things about slurm
This commit was SVN r3202.
2004-10-18 22:29:02 +00:00
Brian Barrett
af59f53ff7
* fix a couple of errors in the RMS configure stub that would appear only if
...
building outside the default library search path
This commit was SVN r3201.
2004-10-18 20:19:44 +00:00
Brian Barrett
71d7289f6d
* add ending condition for extern "C" linkage in op_predefined
...
This commit was SVN r3200.
2004-10-18 19:35:54 +00:00
Prabhanjan Kambadur
d9e0ad22f4
file/file.c
...
info/info.c
group/mpi_group_init.c
communicator/comm_init.c
communicator/comm.c
This commit was SVN r3199.
2004-10-18 16:55:20 +00:00
Brian Barrett
d48aa34dec
* changes to proc code to make it compile with a C++ compiler
...
This commit was SVN r3198.
2004-10-18 16:11:14 +00:00
Brian Barrett
dd9726963c
* fixes to make runtime code compile with a C++ compiler
...
This commit was SVN r3197.
2004-10-18 16:08:52 +00:00
Brian Barrett
c360c8c490
* Make sure we get all the MAX/MIN values when using a C++ compiler so that
...
the nameserver includes are correct when using a C++ compiler
This commit was SVN r3196.
2004-10-18 16:08:35 +00:00
Brian Barrett
61c8d9592f
* make thread directory build with C++ compiler (at least, on OS X)
...
This commit was SVN r3195.
2004-10-18 15:41:40 +00:00
Brian Barrett
1b1702ce00
* changes to make the util code safe to build with a C++ compiler
...
This commit was SVN r3194.
2004-10-18 15:38:19 +00:00
Jeff Squyres
d600401f77
Add -Wsign-compare in C -- the Windows CL compiler caught a whole
...
bunch of these. GCC can, too, but doesn't by default in C (even with
-Wall).
This commit was SVN r3190.
2004-10-16 19:51:04 +00:00
George Bosilca
116654c1c1
The next one who claim that gcc is not a good compiler for the warnings will have to explain me that ...
...
warning: ISO C forbids conversion of object pointer to function pointer type
The warning was because we try to use the pointer provided by Fortran as is, not the value stored inside this pointer as it should.
This commit was SVN r3189.
2004-10-16 18:31:27 +00:00
Jeff Squyres
2d5c0d1edc
These declarations are repeated in src/util/printf.h, and apparently
...
everywhere in the tree that uses these functions includes that header
file. So these are redundant.
This commit was SVN r3188.
2004-10-16 12:36:53 +00:00
Jeff Squyres
85c2d9edd8
Update the HACKING file
...
This commit was SVN r3180.
2004-10-15 23:19:33 +00:00
Jeff Squyres
3b5f8c87a2
Fix for bug 1007 -- save the selected coll component on the
...
communicator so that it can be passed down through MPI_COMM_DUP as the
"preferred" component during coll selection.
This commit was SVN r3179.
2004-10-15 22:32:48 +00:00
Jeff Squyres
3ddccde21f
Remove some old junk that is now outdated because cmd_line_param_t is
...
now an OBJ (and this stuff is handled in the destructor). This fixes
bug 1018.
This commit was SVN r3178.
2004-10-15 21:59:11 +00:00
Jeff Squyres
5686df5a37
- The declaration for ompi_mpi_param_check really didn't belong in
...
ompi_config_bottom.h -- it's already in src/mpi/runtime/params.h.
- Add /src/mpi/runtime/params.h to a small number of places.
- Remove some useless run-time checks in MPI fortran functions
This commit was SVN r3177.
2004-10-15 21:50:59 +00:00