| #
624b53bd
|
| 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "phIO: add stats interface"
This reverts commit d080569ad171896d9775dab16d79351a4ad9493d.
|
| #
bdcb75b4
|
| 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "common: write io stat units and r/w bandwidth"
This reverts commit 7e5167ba9fec5beab496e9d7dc465f630b3d9b89.
|
| #
03bb89f8
|
| 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "common: headers only contain integers"
This reverts commit 626022f741d29b7716dfc2755ae91e723fa44f6b.
|
| #
6e8aac1e
|
| 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "commmon: count and print the # of reads and writes"
This reverts commit cd5a218b1ce2f32e0ab308bd9fcb26f598d882da.
|
| #
491b66c8
|
| 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
commmon: count and print the # of reads and writes
don't time header reads/writes
|
| #
626022f7
|
| 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: headers only contain integers
|
| #
7e5167ba
|
| 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: write io stat units and r/w bandwidth
|
| #
d080569a
|
| 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
phIO: add stats interface
|
| #
7acde132
|
| 07-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta
Conflicts: phSolver/common/new_interface.c phSolver/incompressible/itrdrv.f
|
| #
1c0c9e76
|
| 07-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta
Conflicts: phSolver/common/new_interface.c phSolver/incompressible/itrdrv.f
|
| #
1ba01f3a
|
| 15-Oct-2015 |
Cameron Smith <smithc11@rpi.edu> |
void not int
|
| #
322ea7e2
|
| 15-Oct-2015 |
Cameron Smith <smithc11@rpi.edu> |
io timers
|
| #
02ab4174
|
| 06-Oct-2015 |
Cameron Smith <cwsmith@users.noreply.github.com> |
Merge pull request #2 from cwsmith/master
merge feature branch supporting in-memory, posix, and sync io
|
| #
4c223e05
|
| 26-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
return the time step
|
| #
a93de25b
|
| 12-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
constructname takes the file handle
remove the format enum
|
| #
e81a6dc1
|
| 12-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
appendStep -> appendInt
|
| #
7930919f
|
| 11-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
missing period in extension
|
| #
d7abaf6c
|
| 10-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
compiles...
|
| #
ab645d52
|
| 09-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
ummmm - change everything in preparation for streamio
|
| #
2efdc748
|
| 23-Jul-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Reads and writes posix and syncio for compressible
|
| #
36adee64
|
| 21-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
replaces phio_restartname with phio_appendStep
|
| #
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
|
| #
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
|
| #
66a3fa2c
|
| 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_writedatablock
|