| #
624b53bd
|
| 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "phIO: add stats interface"
This reverts commit d080569ad171896d9775dab16d79351a4ad9493d.
|
| #
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
|
| #
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
|
| #
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
|
| #
9071d3ba
|
| 25-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
write timing strings
move phio_appendInt into the new string fns
|
| #
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
|
| #
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
|
| #
36adee64
|
| 21-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
replaces phio_restartname with phio_appendStep
|
| #
5be7d1a3
|
| 20-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
fortran support for writedatablock, writeheader, openfile_write, closefile_write
|
| #
a3ffe6a5
|
| 20-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
delete commented lines
|
| #
bc62cfd4
|
| 20-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
fortran can call readdatablock
added block reading to fortran test and renamed it accordingly
|
| #
e5afe575
|
| 20-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
openfile_read, closefile_read, readheader use iso_c_binding instead cmake mangling
|
| #
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
|
| #
abb450f3
|
| 16-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
break long lines
|
| #
66a3fa2c
|
| 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_writedatablock
|
| #
fa18c524
|
| 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_writeheader and string helper fn cleanup
|
| #
a7c8a483
|
| 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_closefile_[read|write]
|
| #
92bfab9a
|
| 13-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_openfile split into phio_openfile_read and phio_openfile_write
|