| 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] |
| 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 |
| 5f3fbd8d | 13-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
incompressible restart test |
| 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
|
| 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 |
| 9e5fdc79 | 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
status message when no syncio files are found |
| 1a0ed25e | 12-Jul-2015 |
Cameron Smith <smithc11@rpi.edu> |
missed a few string conversions |