Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 911abfd05b fix alignment issues
these occured with the AVX proof of concept: when a variable that is
used by an AVX instruction is not aligned at a 32-byte boundary, the
program receives a (very non-obvious) segfault. this patch gets around
this by using (the GCC specific?)  aligned_alloc() function and the
aligned_allocator from boost for heap objects
2016-10-27 19:06:48 +02:00
applications/ebos fix alignment issues 2016-10-27 19:06:48 +02:00
ewoms/aux clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00