| acf1fcdc | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: whitespace |
| 62993ad6 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: attempt to run tests with leslib and/or svls solvers |
| b1fc4e02 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: attempt to run tests with petsc and/or native solvers |
| 175a7075 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: pick solver.inp to match the enabled solver
ctest currently only supports running the compressible tests under one solver, not both |
| 7d9c9aa9 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
incompressible: fail if both svls and leslib are disabled |
| 74490262 | 15-Feb-2016 |
Ben Matthews <ben@kc2vjw.com> |
various utils: include unistd.h for fork() and friends (for debugging) |
| a5c8caf2 | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
M2N: reorder includes |
| 50b3ba2e | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
AcuStat: remove unneeded magic for chdir on old intel compilers |
| 358c77e9 | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
AcuStat: reorder includes |
| 40b3285d | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
streamio remove "extern" qualifiers so that globals get initialized |
| ea8ce4a6 | 15-Feb-2016 |
Benjamin Matthews <ben@kc2vjw.com> |
phasta.cc: rearrange headers to avoid symbol conflicts |
| b58995c2 | 23-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
Adjust compiler flags |
| 40b3e8de | 20-Jan-2016 |
Cameron Smith <cwsmith@users.noreply.github.com> |
new leslib flag |
| d4a3c8c9 | 19-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
merged Ben and my collision |
| 6dec8975 | 19-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
phasta.cc calls a petsc function that changed argument list between 3.6.1 and Master. This has both so uncomment what you need |
| b4435cfe | 19-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
use pkg-config --static if available |
| 129f10f8 | 19-Jan-2016 |
Ben Matthews <ben@kc2vjw.com> |
Complain if PETSc is built with the wrong size index type
... at least until we can fix this properly |
| 33c04066 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
more PETSc pruning |
| a29624b2 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'master' of github.com:PHASTA/phasta |
| 712d3df0 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
bringing PETSc and svLS back to the master |
| 2801f607 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
make the residuals echoed in the log of PETSc and Native solver the same and switch petsc b vector construction to ADD_VALUES (let them do the global completion) likely fixed scalar solve bug as well |
| 8ae99c59 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
removed lots of unnecessary PETSc interface and lots of commented out stuff too |
| 0be30ed5 | 17-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
exploring pruning PETSc and comparing residuals more precisely |
| 175e1b6b | 15-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
updated phasta.cc for petsc master (may brake older versions). Also added a dump of index sets for the rank specified in rankdump (static to file). |
| 13c4f35a | 14-Jan-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
some compilers are more picky about f90 than others |