Homec4science

Improve the performance of read_data of gzip'ed files using taskset. Normally…

Authored by Tim Mattox <timothy.mattox@engilitycorp.com> on Mar 14 2017, 20:27.

Description

Improve the performance of read_data of gzip'ed files using taskset. Normally, the gzip process would be pinned to the same core as the MPI rank 0 process, which makes the pipe stay in one core's cache, but forces the two process to fight for that core, slowing things down.

Details

Committed
Tim Mattox <timothy.mattox@engilitycorp.com>Mar 14 2017, 20:27
Pushed
jungeOct 19 2017, 09:53
Parents
rLAMMPSd2cbfef13bac: Add CUDA support to atom_vec_hybrid_kokkos
Branches
Unknown
Tags
Unknown

Event Timeline

Tim Mattox <timothy.mattox@engilitycorp.com> committed rLAMMPS5925460a275f: Improve the performance of read_data of gzip'ed files using taskset. Normally… (authored by Tim Mattox <timothy.mattox@engilitycorp.com>).Mar 14 2017, 20:27