.. |
.compile_files
|
Rename src -> ompi
|
2005-07-02 13:43:57 +00:00 |
convertor.c
|
Slim fast ... Do as less as possible on the critical path. The most expensive function now is the one that compute the stack when we move to a new position. For this function there are
|
2005-11-07 23:21:27 +00:00 |
convertor.h
|
Add one prototype from the new_position.c
|
2005-11-07 23:19:54 +00:00 |
datatype_internal.h
|
Change the name of one of the fields in the end_loop structure.
|
2005-11-07 23:22:43 +00:00 |
datatype.h
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
ddt_test.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_add.c
|
The END_LOOP structure change the name of one of it's fields.
|
2005-11-07 23:18:57 +00:00 |
dt_arch.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_arch.h
|
Make a compiler happy about casting.
|
2005-11-07 04:59:46 +00:00 |
dt_args.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_create_array.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_create_dup.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_create_indexed.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_create_struct.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_create_vector.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_create.c
|
Force the data name to the empty string when we call destroy.
|
2005-11-07 23:14:32 +00:00 |
dt_destroy.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_external32.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_match_size.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_module.c
|
Several bug fixes:
|
2005-11-07 23:10:33 +00:00 |
dt_optimize.c
|
Add some macros in the begining of the file. They are not used right now, but they will be in few days.
|
2005-11-07 23:17:00 +00:00 |
dt_pack.c
|
Change some variable names (from pSrc to something more clear like user_memory and/or packed_buffer).
|
2005-11-08 03:12:58 +00:00 |
dt_sndrcv.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
dt_unpack.c
|
Change some variable's names.
|
2005-11-08 17:44:56 +00:00 |
fake_stack.c
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
Makefile.am
|
And here is the makefile that integrate the new files. Now ... have as much fun as I did :)
|
2005-11-07 23:25:12 +00:00 |
mpi_test.c
|
- fixed issue w/ btl send-in-place option that was affecting tcp
|
2005-09-14 17:08:08 +00:00 |
new_pack.c
|
The shiny new pack and unpack functions. The big difference is that the displacement is
|
2005-11-07 23:13:04 +00:00 |
new_position.c
|
When we finish one of the loops take care of the index of the begining of the loop. If it's -1 then we just complete the full datatype ... therefore we have to do something special.
|
2005-11-08 16:53:31 +00:00 |
new_unpack.c
|
Shame on me ... there should be extent not displacement.
|
2005-11-08 00:02:14 +00:00 |