Commits on Source
1235
fb193428
The birth of a new function
Sep 23, 2017
594737c5
working
Sep 23, 2017
5fb75de6
Please flake8
Sep 24, 2017
6770e0b3
working
Sep 24, 2017
8cd87de4
working
Oct 13, 2017
a4ca817c
working
Oct 18, 2017
1b356e44
working
Oct 20, 2017
6dae8909
working
Oct 20, 2017
9fb85719
Fix whitespace
Oct 21, 2017
05fd17e1
new tests for mpi communication
Oct 21, 2017
be284cfe
working
Oct 22, 2017
618fdc46
Working
Oct 24, 2017
f93e0efc
todo list
Oct 24, 2017
8d775822
working
Oct 25, 2017
6aefe277
Notes for myself
Nov 05, 2017
f5826c0d
Working
Nov 13, 2017
3c69f466
Working
Nov 19, 2017
9e6870b2
Working
Nov 20, 2017
fd3d60bd
Whitespace fix
Nov 20, 2017
6f7b5ac8
Merge branch 'master' into mpi-communication
Nov 20, 2017
850dc6fe
Fix binding bug
Nov 20, 2017
5c07792c
Fix error string typo
Nov 22, 2017
918d0184
Working
Nov 22, 2017
68d8d97d
Add distributed mapper
Dec 09, 2017
cdba5194
Fix formatting
Dec 09, 2017
95d3027f
Rename var
Dec 11, 2017
0cb5c11e
Working
Dec 11, 2017
15cf207e
Clean up code
Jan 09, 2018
887e8323
Fix code style
Jan 09, 2018
7c640619
Rename vars
Jan 09, 2018
9ae6b173
changed quad min degrees to be more accurate
Jan 14, 2018
3bcf19cf
Rename quad_group_factory to quad_tag_to_group_factory
Jan 16, 2018
eaa76711
Bug fixes
Jan 18, 2018
3791c78c
Add simple test case
Jan 18, 2018
e90514e0
Small fixes
Jan 18, 2018
dd233f4d
Refine test cases
Jan 22, 2018
4b6c9f9c
Refine names
Jan 22, 2018
322eacbd
Fix whitespace
Jan 22, 2018
3fe69242
Remove an extra fold marker
Jan 24, 2018
76772747
Change dim variable names in loopy matvecs
Jan 24, 2018
4c0dbb60
Add a missing fold section name
Jan 24, 2018
670eb218
Fix a broken debug import
Jan 24, 2018
3fc59a84
Fix symbolic operator dumping for debugging
Jan 24, 2018
053247fb
Fix license header in var-velocity example
Jan 24, 2018
e742a62f
Clean up stale comments in sym operator processing
Jan 24, 2018
0257e912
Implement quad removal mapper
Jan 24, 2018
53e576e6
Remove no-quad accomodations from var-vel advection model
Jan 24, 2018
9e0bbdf7
Fix quad_tag_to_group_factory docstring
Jan 25, 2018
1ec29819
Tweak var-velocity example
Jan 25, 2018
96f01bc6
Fix test_improvement_quadrature
Jan 25, 2018
924bf21a
Add simple mpi test
Jan 25, 2018
dccba991
Tweak test_improvement_quadrature output
Jan 25, 2018
fbf8c7e3
Toy around with var-velocity example
Jan 25, 2018
684138dc
Merge branch 'quad-clean' into 'master'
Jan 25, 2018
b8e3cf72
Merge branch 'master' into mpi-communication
Jan 31, 2018
af2b38d1
Fixes for interface changes after merging master into mpi-communication
Jan 31, 2018
202e431a
Restructure MPI comm into setup/send+receive combo
Feb 01, 2018
66507263
Point CIs at meshmode partition branch
Feb 01, 2018
ee91a936
Merge branch 'master' into mpi-communication
Feb 01, 2018
e0000155
Install MPI for CI
Feb 01, 2018
6aacc748
Improve a section comment
Feb 07, 2018
89a5a86c
grudge mpi communication
Feb 15, 2018
9a4bf31b
Add some missing spaces in an error message
Feb 24, 2018
3b8ea9f4
Add tag distribution
Feb 26, 2018
ae2e2e1d
Fix whitespace
Feb 26, 2018
4a07beb7
Fix pytest script-based test invocation
Feb 27, 2018
aa4b9a56
Fix tag distribution
Feb 27, 2018
fb2117b3
Comment print statements
Mar 01, 2018
3d76ebf3
Add benchmark testing
Mar 04, 2018
cda61fe6
Remove static execution
Mar 07, 2018
f4b2b335
Improve set env vars
Mar 11, 2018
1516acda
Merge branch 'mpi-communication' of gitlab.tiker.net:eshoag2/grudge into mpi-communication
Mar 11, 2018
99d52ef3
Working
Mar 18, 2018
11603c9e
Fix non-distributed test cases
Mar 18, 2018
950af9d2
Fix tests
Mar 19, 2018
0c7ea587
Fix flake8
Mar 19, 2018
12a75c48
Skip bad test
Mar 20, 2018
55a346f3
Move benchmark code
Apr 02, 2018
7a79576d
Try to fix gitlab
Apr 03, 2018
7214f5c5
Fix gitlab.....for now
Apr 03, 2018
14a0c0cb
Add profile tool to execute
Apr 05, 2018
dec6f1fd
Print profile data and test funtion on gitlab
Apr 05, 2018
282c9284
Remove commented lines
Apr 05, 2018
7549b22c
Working
Apr 06, 2018
5a447d77
Fix whitespace
Apr 06, 2018
c91e4f86
Working
Apr 16, 2018
c133d2af
Fix loopy language versions
Apr 17, 2018
07f7d80e
Add a compat method to PointsDiscretization
Apr 17, 2018
478f6c70
Working
Apr 23, 2018
568f766d
working
Apr 24, 2018
3d692880
Fix whitespace
Apr 25, 2018
a97dc197
working
Apr 28, 2018
5403ffcf
Fix whitespace
Apr 30, 2018
6281eeaf
Add Bessel function eval to grudge's symbolic language
May 04, 2018
0281e70f
Merge branch 'bessel' into 'master'
May 04, 2018
4206f1db
execute() now submits exec timer before returning
May 10, 2018
9842b869
Fix log step counter
May 10, 2018
aaccb966
Add benchmarking code to for MPI
May 10, 2018
cf9d21ae
Fix bugs and add comments
May 10, 2018
7b5c9245
Merge branch 'master' into 'mpi-communication'
Jun 22, 2018
1,135 additional commits have been omitted to prevent performance issues.
Loading
Loading