hdf5/perform
Albert Cheng d07e0dd9a3 [svn-r5407] Purpose:
Bug fix
Description:
    Was not able to handle data size (file size) larger than 32bits.
    Was using long, which is only 4 bytes big in SP, thus overflowing
    into negative when trying to address 2GB or larger.
Solution:
    Changed those variables involved in file size/offset calculation
    to type off_t.  (If a certain system/compiler has off_t defined
    as 4 bytes, it can't write to file size larger than 2GB anyway.)

    Note that the lseek of SP with -D_LARGE_FILE still fails for
    offset larger than 2GB (works for 2GB).  That has to be fixed
    soon.
Platforms tested:
   burrwhite (linux 2.4) and modi4 parallel.
2002-05-13 14:55:33 -05:00
..
chunk.c [svn-r5219] Purpose: 2002-04-22 12:48:24 -05:00
Dependencies [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
iopipe.c [svn-r4706] Purpose: 2001-12-12 13:40:09 -05:00
Makefile.in [svn-r4969] Description: 2002-02-14 14:04:29 -05:00
mpi-perf.c [svn-r4795] Purpose: 2002-01-07 17:47:22 -05:00
overhead.c [svn-r5324] 2002-05-02 09:50:50 -05:00
perf.c [svn-r4795] Purpose: 2002-01-07 17:47:22 -05:00
pio_engine.c [svn-r5407] Purpose: 2002-05-13 14:55:33 -05:00
pio_perf.c [svn-r5407] Purpose: 2002-05-13 14:55:33 -05:00
pio_perf.h [svn-r5407] Purpose: 2002-05-13 14:55:33 -05:00
pio_timer.c [svn-r5374] Purpose: 2002-05-07 11:56:34 -05:00
pio_timer.h [svn-r5367] Purpose: 2002-05-06 18:58:57 -05:00