Átila Saraiva Quintela Soares
I'm currently a PhD student in Physics applied to Geophysics in the Signal Analysis and Imaging Group, at the University of Alberta. Both my bachelor and master's are in Geophysics, from the Universidade Federal da Bahia, in Brazil. My interests are HPC, Seismic imaging and inversion, and Julia!
Session
This package offers efficient storage of large array snapshots during simulations, using ZFP compression for in-memory or out-of-core (file-based) storage. Both compress 2D to 4D arrays for intermediate steps in iterative process, which can be used for gradient calculation, plotting, and other applications. The Innn-memory compresses arrays into byte vectors, while the out-of-core storage compresses and writes array slices to files per thread, showing great performance in heavy simulations.