| 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 |
| 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 |
| 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 |
| 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] |
| 6f04c980 | 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix memory leaks in genbc's link list |
| fcc77cc2 | 13-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
free mpi type |
| 92bfab9a | 13-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_openfile split into phio_openfile_read and phio_openfile_write |
| ade0e30f | 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_fileopen replaces sync io query, init and openfile calls for new_interface
new_interface is writing and passes in nfields and nppf instead of reading them with query. This commit hacks up the
phio_fileopen replaces sync io query, init and openfile calls for new_interface
new_interface is writing and passes in nfields and nppf instead of reading them with query. This commit hacks up the phio_openfile fn to support this. This works, but is fugly. The next commit will break phio_openfile into phio_openfile_read and phio_openfile_write
show more ...
|
| ca3c1f9d | 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_fileopen replaces sync io query, init and openfile calls for d2wall |
| 82f286aa | 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_fileopen replaces sync io query, init and openfile calls |
| c191a532 | 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove old version of partition.cc
|