| 43a39a44 | 24-Dec-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Code declared entire struct and copied it all DMNetworkComponent component = network->component[componentkey]; in order to access the size record Since DMNetworkComponent is now declared with P
Code declared entire struct and copied it all DMNetworkComponent component = network->component[componentkey]; in order to access the size record Since DMNetworkComponent is now declared with PETSC_ATTRIBUTEALIGNED and compilers do not align automatic variables instead simplify the code by just using the pointer
Time: .1 hour Reported-by: Nightly tests
show more ...
|