| 71e48f4a | 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: mpi helper functions
based on PCU's api |
| 3fa9f015 | 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common/test: use phio stats interface |
| d080569a | 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
phIO: add stats interface |
| 88262674 | 12-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
test: use streamio_setup_r instead of streamio_setup_write and streamio_read_r |
| d5e0af7b | 12-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: create a phio_fp handle from a restart stream in read or write mode
this should replace streamio_setup_write(...) |
| 4f733f0b | 12-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: support reading from restart streams |
| 0d3dac81 | 12-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: loop iteration limit was off by one |
| 56813794 | 12-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: test zero sized stream write and read
build within phastaChef to run this test; core has phstream.h/cc |
| 43c56ca5 | 09-Dec-2016 |
Cameron Smith <smithc11@rpi.edu> |
phSolver: update input.config with git hash when there is a commit |
| 9b8a2b53 | 22-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
if the commu string is not quoted properly print a helpful message |
| 87b9cd0e | 29-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: replace ic_serial_test macro with add_test call |
| 50eda766 | 29-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
common: use clean reference directory for read-only tests |
| 93f5b81d | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: append solver name to test name |
| 450ead65 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: append solver name to test name |
| a95673db | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: replace remaining macros |
| dd5f6243 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: replace test macros |
| 40f31e41 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: remove valgrind tests |
| 5a733777 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: remove valgrind tests |
| b1abc53d | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: remove broken restart comparison |
| 8eeb38e1 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: start replacing test macros |
| b48de46d | 13-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
phSolver: link against SCOREC/core/phasta for phstream |
| 1eb45567 | 11-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
new compressible test case
add a for loop to support multiple tests |
| 0d39a63a | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
before pushing up to github a little more description of the Shock Adaptivity changes |
| 0e4e2411 | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
moved shock-capturing error so that it works when DC is off |
| 50f2791f | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
CWS comments to help KEJ understand more about stream, posix, and syncIO |