| de79a544 | 27-Mar-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
Step 5 Version when the inner loop is set to be < 2 |
| 8cad8781 | 27-Mar-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
Step 5 working version with several print statements and nfiles = 1 |
| 3964a29a | 27-Mar-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
Step 5 working version |
| 520c014c | 09-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: set the phiotimer file mode |
| 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 |
| 63735940 | 02-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: time stream open and close |
| df382577 | 27-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: reduction of ints instead of doubles |
| e8a3eca4 | 26-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: read numstart on rank 0 then broadcast
on stampede knl nodes 65 of 4Ki ranks (running on 64 nodes) failed to 'stat' numstart.dat |
| 11f431f2 | 05-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
Merge branch 'master' of github.com:PHASTA/phasta |
| 9d99a6ba | 05-Mar-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: print git hash |
| 0a242d7c | 27-Feb-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
common/test:loop to write header/data block
#17 implements up to Step 4 |
| e33f5dd7 | 27-Feb-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
common/test: running fields test in serial |
| a3087f19 | 16-Feb-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
common/test: forgot to list the file in cmakelists.txt |
| f1d1f61e | 16-Feb-2017 |
Pranav Subramanian <pranavgold@gmail.com> |
common/test: test to find the field writing limit |
| a663ed54 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common/test: use phastaIO stats instead of phIO stats |
| 81372b97 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: record phastaio stats |
| 3315fb86 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "common: init and print io stats"
This reverts commit e94e541b986080f657476303025d279f2e0bdfd3.
I/O stats will be recorded in phastaIO.cc where timers can be placed immediately before and af
Revert "common: init and print io stats"
This reverts commit e94e541b986080f657476303025d279f2e0bdfd3.
I/O stats will be recorded in phastaIO.cc where timers can be placed immediately before and after the read/write/open/close calls. This removes the overheads and provides stats on only those calls. The overheads may be of interest at some point, but for now we are just interested in bandwidth.
show more ...
|
| 624b53bd | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "phIO: add stats interface"
This reverts commit d080569ad171896d9775dab16d79351a4ad9493d. |
| bdcb75b4 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "common: write io stat units and r/w bandwidth"
This reverts commit 7e5167ba9fec5beab496e9d7dc465f630b3d9b89. |
| 03bb89f8 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "common: headers only contain integers"
This reverts commit 626022f741d29b7716dfc2755ae91e723fa44f6b. |
| 6e8aac1e | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
Revert "commmon: count and print the # of reads and writes"
This reverts commit cd5a218b1ce2f32e0ab308bd9fcb26f598d882da. |
| 491b66c8 | 16-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
commmon: count and print the # of reads and writes
don't time header reads/writes |
| 626022f7 | 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: headers only contain integers |
| e94e541b | 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: init and print io stats |
| 7e5167ba | 15-Feb-2017 |
Cameron Smith <smithc11@rpi.edu> |
common: write io stat units and r/w bandwidth |