diff options
author | germeier <germeier> | 2002-09-23 22:38:03 +0000 |
---|---|---|
committer | germeier <germeier> | 2002-09-23 22:38:03 +0000 |
commit | 394e96c30d87613fc733167297d1bf594d5e5035 (patch) | |
tree | a6317a05308aec1db82c479dc82c82fd25ede337 /ChangeLog | |
parent | 6557eca4248c1e46249342c1368b13e1618448c8 (diff) | |
download | mpiosh-394e96c30d87613fc733167297d1bf594d5e5035.tar.gz mpiosh-394e96c30d87613fc733167297d1bf594d5e5035.tar.bz2 mpiosh-394e96c30d87613fc733167297d1bf594d5e5035.zip |
read spare area from external memory too
display progress for internal and external memory
a few code clean ups and checks
renamed debug_memory to dump_memory and dump more memory areas now
a lot of little changes and updates
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-09-24 Markus Germeier <mager@tzi.de> + * a lot of little changes and updates + * mpiosh/callback.c (mpiosh_cmd_dump_mem): + renamed function from debug_memory to dump_memory + (mpiosh_callback_init): display progress of internal and + external memory + * libmpio/mpio.c (mpio_check_filename): added function + to check for string zero termination (more to check??) + (mpio_memory_dump): dump all relevant memory areas + (mpio_init): read spare area for external memory + * libmpio/defs.h: added mpio_callback_t, mpio_callback_init_t + and mpio_filename_t + 2002-09-22 Andreas Buesching <crunchy@tzi.de> * configure.in (SPEC_PATH): needed for the spec file to find the |