| #
8746ab43
|
| 20-Dec-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Trying to confirm that stobjob merge is correct
|
| #
b7264451
|
| 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for reading d2wall
|
| #
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
|
| #
dbb3615d
|
| 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
not quite ready to join the empire
use the input flag for reads
|
| #
9f4aafb6
|
| 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
"Take your Jedi weapon. Use it. I am unarmed. Strike me down with it. Give in to your anger. With each passing moment you make yourself more my servant."
|
| #
a486e66c
|
| 20-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
stream readheader and readdatablock
the posix versions do some sanity checks that require the dereferenced \'filedescriptor\' to be a positive integer value, for the stream file pointers this is not
stream readheader and readdatablock
the posix versions do some sanity checks that require the dereferenced \'filedescriptor\' to be a positive integer value, for the stream file pointers this is not the case
show more ...
|
| #
cafa8645
|
| 19-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
initialize the hack
|
| #
ecf8d2a9
|
| 19-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
compiles
|
| #
08d2ac07
|
| 18-Aug-2015 |
Cameron Smith <smithc11@rpi.edu> |
use C style comments
|
| #
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...
|
| #
f870cc89
|
| 30-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove blank lines and commented code
|
| #
2efdc748
|
| 23-Jul-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Reads and writes posix and syncio for compressible
|
| #
2be6dc50
|
| 21-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
use phio_fp, don't try to read a d2wall file
|
| #
36adee64
|
| 21-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
replaces phio_restartname with phio_appendStep
|
| #
b63f4427
|
| 14-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
replace closefile and finalizephmpiio with phio_closefile_*
|
| #
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
|
| #
f262839c
|
| 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_readdatablock replaces readdatablock calls
the fname to string conversion for \'solution\' in readnblk was missed in previous commits
|
| #
d1293ce9
|
| 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
phio_readheader replaces readheader calls
helper phComm fns to get communicator info without having mpi.h everywhere
|