Xavier Lacoste

Results 36 comments of Xavier Lacoste

Sorry for the accidental force push, I restored the branch.

https://github.com/GEOSX/LvArray/pull/265 fixing / https://github.com/GEOSX/GEOSX/pull/2030 test 60

Also testWavePropagation fails on debug on Pangea3.

Except the testMath that I fixed I don't understand what that tests do. If anyone can help... Output of `ctest --rerun-failed --output-on-failure` ``` Test project /work206/workrd/SCR/NUM/xavier/p3/geosx/build-pangea3-gcc8.4.1-openmpi-4.1.2-relwithdebinfo Start 60: testMath 1/11...

Linear algebra test does not timeout anymore.

Thanks for the feedbacks, I'll update that. @corbett5 , just a question, I don't know well LvArray but if I understand it correctly for one LvArray the memory is allocated...

Ok I think I understood I was wrong : resizeWithoutInitializationOrDestruction() takes the space for allocation as parameter.

@corbett5 I tried to implement the fixedSizeDeque but the first emplace_front fails on the memcpy : ``` void emplace_front( const ArraySlice1D & src ) { LvArray::memcpy( m_storage[--m_begin], src ); }...