pynbody / genetIC

The GM initial conditions generator
GNU General Public License v3.0
21 stars 8 forks source link

Improve lustre file performance #95

Closed apontzen closed 3 years ago

apontzen commented 3 years ago

Improve lustre file writing performance by changing synchronous to asynchronous write when finishing with memmap

Also improve clarity of move operation by setting addr to nullptr (as well as addr_aligned)