| 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 |
| 50eda766 | 29-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
common: use clean reference directory for read-only tests |
| b48de46d | 13-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
phSolver: link against SCOREC/core/phasta for phstream |
| 50f2791f | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
CWS comments to help KEJ understand more about stream, posix, and syncIO |
| f538fcd7 | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
memory allocs for serial, Euler, and for parts with no boundary condition codes
this may have some interplay with IO but hopefully minimal |
| 4c52ab14 | 07-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
deallocate point2ilwork in serial runs |
| 021b6b1d | 04-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
silence warnings |
| ff414521 | 04-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
support posix files in sub-directories |
| d3a305dc | 04-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
return 1 if the posix file failed to open |
| a58fb009 | 29-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
MPI_BYTE not MPI_CHAR |
| eb8873f5 | 29-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
compute the group from the rank |
| c0903dac | 29-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
small cleanup
add a few assertions, add commas to header string |
| aa8374cb | 28-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
modify readilwork test for new command line args |
| eeef5fd6 | 23-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
using mpi io |
| 302b84e8 | 22-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
write ilwork data in parallel... in a very crude way |
| a0f32c18 | 17-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
silence warning - use c style comments |
| 25b215f0 | 17-Jun-2016 |
Cameron Smith <smithc11@rpi.edu> |
add argument to phIOreadIlwork to control writing of array |
| d06028c1 | 19-May-2016 |
Cameron Smith <smithc11@rpi.edu> |
Merge branch 'master' of github.com:PHASTA/phasta |
| 3e4d5678 | 19-May-2016 |
Cameron Smith <smithc11@rpi.edu> |
mkdir module to replace system(...) call from fortran |
| 6d194905 | 10-May-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Compressible code gets an update on what it writes in terms of convergence history. Columns are, step, time, ||L^-1 b||, db, ||b|| db Krylov Sum_Krylov |
| 95eb1d92 | 22-Apr-2016 |
Ben Matthews <ben@kc2vjw.com> |
remove unused memory region and pointers |
| c90fc7c7 | 20-Apr-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Serial PETSc was broken for cases with periodicity and for scalar solves but now fixed for both |