Tim Woodall
304f6254e6
additional btl flags
...
This commit was SVN r7324.
2005-09-12 21:38:31 +00:00
Brian Barrett
15d48945c6
* fix communicator.h so that tree compiles again - needs to know what an ompi_proc_t is
...
This commit was SVN r7323.
2005-09-12 21:34:26 +00:00
George Bosilca
5caeb0295a
Correct the includes and some indentation.
...
This commit was SVN r7322.
2005-09-12 20:36:04 +00:00
George Bosilca
948683215b
And more fixes ...
...
This commit was SVN r7321.
2005-09-12 20:25:01 +00:00
Brian Barrett
79f7ea6856
* implement btl_put for Portals
...
This commit was SVN r7320.
2005-09-12 20:24:43 +00:00
George Bosilca
c9fb1f32f2
And more dependencies fixes. The big commit will follow shortly.
...
This commit was SVN r7319.
2005-09-12 20:22:59 +00:00
George Bosilca
fd1431bf0f
Dependencies fixes.
...
This commit was SVN r7318.
2005-09-12 20:21:53 +00:00
George Bosilca
6eef57c5f2
More dependencies work.
...
This commit was SVN r7317.
2005-09-12 20:20:51 +00:00
George Bosilca
efac21256b
Add some more dependencies.
...
This commit was SVN r7316.
2005-09-12 20:19:46 +00:00
George Bosilca
13f4191334
Remove the gm_config.h file as now the GM defines are in the ompi_config.h.
...
Add some more header files for the next commit ... stay tuned ...
This commit was SVN r7315.
2005-09-12 19:55:21 +00:00
George Bosilca
71b1cdb5f5
Cleanup the dependencies between the MPI layer and the rest of the ompi files.
...
Modify the includes to start with the root directory (i.e orte/datatype/datatype.h).
This commit was SVN r7306.
2005-09-12 09:17:44 +00:00
George Bosilca
1b031c153b
Last commit to make the threaded case compiling without warnings. Next step try to make it working ...
...
Correct the spring of the vpid problem (similar to the one in the SM PTL).
Add one more argument to the MCA_BTL_SM_FIFO_WRITE macro who will get passed down to the
MCA_BTL_SM_SIGNAL_PEER macro to allow it to have the fifo_fd file descriptor.
This commit was SVN r7305.
2005-09-11 20:55:22 +00:00
George Bosilca
f0e4cacd4d
procs[proc]->proc_name.vpid is a size_t, so try to cast it before using sprintf.
...
This commit was SVN r7304.
2005-09-11 20:52:02 +00:00
George Bosilca
f8d9f6121c
Typo correction ...
...
This commit was SVN r7303.
2005-09-11 20:49:27 +00:00
George Bosilca
8b1c28e068
No more warnings for the threaded case compilation. Some of the fields have to be declared
...
as volatile to make sure the compiler don't try to optimize them out.
This commit was SVN r7302.
2005-09-11 20:48:37 +00:00
George Bosilca
e501768f10
Sleep is defined in the unistd.h file, do not forget to include it on the dependencies list.
...
This commit was SVN r7301.
2005-09-11 20:05:17 +00:00
George Bosilca
c24eb702bb
Correctly compute the default sizes for the fragments.
...
This commit was SVN r7299.
2005-09-11 20:02:55 +00:00
George Bosilca
5b1303edef
Correctly handle the convertor flags.
...
This commit was SVN r7298.
2005-09-11 18:51:47 +00:00
George Bosilca
6b2d154df3
Add more debug messages to the pack and unpack functions.
...
This commit was SVN r7297.
2005-09-11 18:51:06 +00:00
George Bosilca
95497b156e
Cleanup the flags when we clone or copy a convertor. Add safety checks for the set_position function.
...
This commit was SVN r7296.
2005-09-11 18:49:46 +00:00
George Bosilca
df26395a83
Add some mask to cleanup the convertor flags.
...
This commit was SVN r7295.
2005-09-11 18:48:50 +00:00
George Bosilca
2e3764a181
Remove the unused variable p + something that SVN figure out and where I dont see any difference,
...
certainly just some conversion from TAB to space ...
This commit was SVN r7287.
2005-09-10 04:06:49 +00:00
George Bosilca
41c2dc6a79
Call the new unpack function from the new_unpack.c
...
The cleanup of the pack/unpack framework will follow shortly.
This commit was SVN r7286.
2005-09-09 23:38:31 +00:00
George Bosilca
35676f0c75
Do not forget to update the max_data before returning to the upper level.
...
This commit was SVN r7285.
2005-09-09 23:37:44 +00:00
George Bosilca
06d9c594ef
A new unpack framework based on the pack. Quicker and simpler and hopefully less
...
error prone.
This commit was SVN r7284.
2005-09-09 23:37:02 +00:00
Graham Fagg
00842ad87c
Fixed reduce bugs
...
(added some temp debug routines)
This commit was SVN r7283.
2005-09-09 23:05:17 +00:00
George Bosilca
0ad973afdd
Do not modex sned and receive the proc architecture. This is now done outside the PML in the proc
...
init and was added there few weeks ago by Ralph.
This commit was SVN r7282.
2005-09-09 22:21:57 +00:00
Jeff Squyres
e8da20a6ae
Fix VPATH build
...
This commit was SVN r7281.
2005-09-09 22:20:37 +00:00
George Bosilca
43e37060a8
Correct a unfortunate typo in the fortran constants ... We still have untested code inside :)
...
Add a macro to convert from Fortran to C MPI_IN_PLACE.
This commit was SVN r7276.
2005-09-09 20:46:47 +00:00
George Bosilca
56f8607439
Adding MPI_IN_PLACE for both languages C and Fortran. Still working on the C++ and maybe F90 stuff. It's easilly
...
getting ugly ...
This commit was SVN r7275.
2005-09-09 20:44:04 +00:00
Jeff Squyres
4aa75fa739
- Make opal_output_stream_t be a real opal_object_t so that it can use
...
a constructor, like the rest of the code base
- Convert usage in the tree to use the constructor to zero out an
instance of opal_output_stream_t
- Still need to re-enable output files
This commit was SVN r7253.
2005-09-09 10:46:54 +00:00
Jeff Squyres
8ec6721f24
Prior fix for the ROMIO re-#define problem didn't really fix the
...
problem because Autoconf replaced the "#undef ..." with "#define
...". Fix this by not putting the "#undef ..." statement directly in
romioconf.h[.in] -- but rather having romioconf.h[.in] #include
romioconf-undefs.h, which has the #undef statements.
This commit was SVN r7252.
2005-09-09 10:33:04 +00:00
George Bosilca
778468a5b6
Add comment about how to compile these 2 tests.
...
This commit was SVN r7248.
2005-09-09 06:17:19 +00:00
George Bosilca
b2bb2393fc
Remove all useless debug stuff.
...
This commit was SVN r7247.
2005-09-09 06:16:44 +00:00
George Bosilca
63fb0f3341
Correct the eager problem for some devices. The bug was because we stop packing too early, not on the
...
data where I have to start the next time, but on the place where I detect there is no more space in the
iovecs. That lead to a wrong computation of the displacement on the next call to pack.
Additionally, I change some macros on statis inline functions. They allow me to go inside step by step
with a debugger. They will go back to macros one I'm 100% sure they cannot generate any more errors.
This commit was SVN r7246.
2005-09-09 06:07:37 +00:00
George Bosilca
8280ce8f6d
A new flag has been added. To detect when the convertor has finish its work a complex condition
...
was computed. This informations can be updated on the convertor flag by the pack/unpack function,
making the test a lot simpler. The pack/unpack functions will be modified soon.
This commit was SVN r7245.
2005-09-09 06:04:29 +00:00
George Bosilca
3693816d08
Update the old datatype test and add a new one based on the test Tim wrote.
...
This commit was SVN r7244.
2005-09-09 06:01:59 +00:00
Graham Fagg
9596d6e2f3
use correct names or cannot call functions...
...
use correct ddt calls (and params ext vs lb etc)
This commit was SVN r7243.
2005-09-09 02:39:57 +00:00
Galen Shipman
e2186a1cc2
Updates to the rb rcache..
...
This commit was SVN r7238.
2005-09-08 21:34:26 +00:00
Galen Shipman
ec2b99986f
remove rcache_base_init.c no longer needed..
...
This commit was SVN r7237.
2005-09-08 16:31:17 +00:00
Jeff Squyres
1d20f800ba
Add another flag to MPI_Op's -- whether it is associative with
...
floating point numbers or not (e.g., MAX is, but SUM is not).
This commit was SVN r7230.
2005-09-08 09:47:27 +00:00
Jeff Squyres
e8b120fbf2
- Add some #undef's so that we don't conflict with the
...
AC-automatically-generated macros
- Remove a useless #include
This commit was SVN r7228.
2005-09-08 09:42:19 +00:00
Galen Shipman
6c8e9ab661
more rcache changes
...
This commit was SVN r7227.
2005-09-07 20:37:17 +00:00
Galen Shipman
a0b82acece
Add fleshed out open,create and close
...
This commit was SVN r7226.
2005-09-07 20:21:15 +00:00
George Bosilca
d27f17f406
Solve the reference count problem. As the MPI functions always use the ompi_ddt_set_args
...
and ompi_ddt_release_args functions, increase the reference count for the used datatypes here
not in the dt_add.c. Tus, we have a correct reference count for all data-type independing if
the datatypes are used in MPI or directly in others modules.
This commit was SVN r7225.
2005-09-07 20:10:24 +00:00
Jeff Squyres
b31c2f8e77
Remove unnecessary AM_CPPFLAGS
...
This commit was SVN r7221.
2005-09-07 18:40:56 +00:00
George Bosilca
105595bd08
Make rcache look like a component. The problem is that on MAC OS X ar is more sensitive
...
than other Unix OS's and does not accept to be called with any arguments. Therefore,
we need these files in order to succesfully compile even if they are empty.
This commit was SVN r7220.
2005-09-07 18:09:04 +00:00
George Bosilca
23cb29aefe
The src directory is not used anymore but it's still present in the configure.params file. Anyway I don't think this file is used as the .h file does not exist ...
...
This commit was SVN r7219.
2005-09-07 17:16:41 +00:00
George Bosilca
f0b4553757
Correctly set the include for the ddt_test.
...
This commit was SVN r7217.
2005-09-07 17:05:29 +00:00
Jeff Squyres
881851604b
Update the docs on the actual algorithms used
...
This commit was SVN r7216.
2005-09-07 15:46:33 +00:00