| 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 |
| a746c838 | 01-Dec-2016 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: fix the debug print statements |
| 9b8a2b53 | 22-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
if the commu string is not quoted properly print a helpful message |
| 2ed71997 | 14-Oct-2016 |
Cristian Rivera <cristian.rivera16@gmail.com> |
removed unused variables |
| 6d0848bb | 06-Oct-2016 |
Cristian Rivera <cristian.rivera16@gmail.com> |
Merge branch 'master' of github.com:PHASTA/phasta |
| cc72a73f | 06-Oct-2016 |
Cristian Rivera <cristian.rivera16@gmail.com> |
Removed unused variables |
| 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 |
| afdb5118 | 28-Sep-2016 |
Christian Rivera <riverc7@rpi.edu> |
M2N: replaced deprecated header |
| 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 |
| e85dd27f | 13-Aug-2016 |
Ben Matthews <ben@kc2vjw.com> |
Add a hook for bypassing find_package(MPI)
This is not a great idea, but seems to occasionally be useful when dealing with buggy (and mandatory!) compiler wrappers - particularly those provided by a
Add a hook for bypassing find_package(MPI)
This is not a great idea, but seems to occasionally be useful when dealing with buggy (and mandatory!) compiler wrappers - particularly those provided by a certain well known HPC vendor. If you need this option, you owe one or more of:
1.) the PHASTA team 2.) your compiler vendor 3.) your MPI vendor 4.) your system vendor 5.) CMake
a bug report.
show more ...
|
| 1eb45567 | 11-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
new compressible test case
add a for loop to support multiple tests |