Robert Carson

Results 61 comments of Robert Carson

ExaConstit is now based on MFEMv4.0. I've also completely updated the build system so that it is now based on CMAKE. I'm still new to CMAKE, so I'm sure there's...

@tzanio @v-dobrev @acfisher so ExaConstit is now a standalone app available on the LLNL's Github page: https://github.com/LLNL/ExaConstit . I've removed the miniapp from the branch now, so the only changes...

> What is the state of this? Do you still want to merge it @rcarson3? @vladotomov sorry for a lack of movement on this. The project I was working on...

> > Something is off here, cuda is throwing the following error: error: identifier "cublasDgemvStridedBatched" is undefined. Will have to investigate.... > > Actually I think it might be a...

@artv3 here's the changes I made to add support for MAGMA: https://github.com/rcarson3/mfem/commit/7ae9c82e34b40cdb035f92099b5f9af535d7e587 I will note that while I added the makefile support I'm not actually sure if it works as...

@artv3 if you're okay with it I can push the changes related to MAGMA on to your branch. Also, the necessary changes within MAGMA for the GEMV instructions have now...

@artv3 those changes should now be up. Also, it looks like `make style` resulted in some interesting formatting changes in-regards to the magma addition :/

@mdavis36 if I'm reading the above would this essentially collapse all the various different reduction types (e.g. `RAJA::ReduceSum RAJA::ReduceSum RAJA::ReduceSum, etc...) down to one single type ? So, you would...

I decided to look a bit more into the higher order Lagrangian elements for the VTK file format, and it definitely looks like it's supported in their unstructured grid format:...

Initial GTest support added in cdc67122b9691376720437b8167fb3b2f107388a Work still needs to be done to add full simulation tests and check those results.