| 3005da6c | 18-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
append the question mark |
| cc4ab726 | 18-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
test file name changed |
| 9ec3dd51 | 18-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
write test passes
needed to add writedatablock for syncio - the header is written with the corresponding block |
| 57517afc | 17-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
working on writeheader support |
| 7ba4d88e | 17-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
force creation of symlink |
| 1aeb857e | 17-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
add readdatablock test to ctest |
| 4a32e26d | 17-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
working readdatablock test |
| 3138ee3c | 17-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
working readheader test |
| 064bab1d | 17-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
partially working phio support for posix and sync
openfile_read, readheader, readdatablock, and closefile_read work |
| abb450f3 | 16-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
break long lines |
| 164f518b | 16-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
incompressible test case now has both posix and sync io files |
| 0bfd2916 | 15-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
test for posix and sync io header reading |
| ab9e12e4 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove unused vars |
| 53d5e07c | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
use phio_writedatablock |
| 66a3fa2c | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_writedatablock |
| 54d5a0aa | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_writeheader replaces writeheader |
| fa18c524 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_writeheader and string helper fn cleanup |
| fd390aa3 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
removing dead code |
| aa9d7345 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
missed some formatted strings and an unwrapped call to readdatablock |
| bc250d68 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
use phio_readdatablock |
| 96da8f40 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
use phio_closefile_* |
| 8dcbc979 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
use phio_readheader and phio_openfile |
| 1d1de513 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
there shall be only one
|
| b63f4427 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
replace closefile and finalizephmpiio with phio_closefile_* |
| a7c8a483 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_closefile_[read|write] |