| 9aecc887 | 19-Jun-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: silence print statements |
| 8aafd871 | 02-May-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
Added print statements and 2 asserts |
| 8cd183ec | 09-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
support build without phastachef |
| 30d80da6 | 08-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO needs SCOREC when PHASTA-Chef is being built |
| 8f9016f6 | 08-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: using timers from chef when phastaChef enabled
eventually the chef and phasta io capabilities will be merged into a single library and along with it these timers will go |
| e5b451c7 | 03-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaio: missing header |
| 157cd7c4 | 03-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaio: move the definition of phioTime
failed to compile with gcc |
| 5f4c514a | 02-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaio: don't call mkdir on an empty string |
| b17e869e | 01-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaio: add barrier to mpi wrapper |
| 4600f8ab | 01-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaio: use sub-directories for posix files
create sub-dirs if needed |
| 389f1f6a | 20-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: use high resolution timers |
| 37dc80d0 | 20-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: high resolution intel timer |
| f42e0444 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: api for recording stats |
| a746c838 | 01-Dec-2016 |
Cameron Smith <smithc11@rpi.edu> |
phastaIO: fix the debug print statements |
| 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 ...
|
| 67701978 | 04-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
new line on print stmt |
| 4d60bba2 | 19-May-2016 |
Cameron Smith <smithc11@rpi.edu> |
print mpi error strings when file open fails |
| be3da47b | 22-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix warnings |
| 103be424 | 22-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
whitespace changes only |
| 97a07b0a | 16-Dec-2015 |
Cameron Smith <smithc11@rpi.edu> |
support partial phrase matches in posix readheader
assert that token is not null, initialize the line buffer |
| b744cbca | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
hard fail if computeMHSize is passed a bad version number |
| 10d56689 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
a few more warnings |
| fe03b87f | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
clean up warnings from variadic macros |
| 4187599a | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
missed a 'long long int' replacement |
| 1992a249 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove commented code seemingly related to aligned mem allocations |