Skip to content
Snippets Groups Projects
Commit 6d134b05 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Activate caching of YAXT data redistribution recipes by default.

* Can be deconfigured for frequently changing client decompositions.
parent 3f497ca4
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ int cdiPioConfCreate(void)
conf->partInflate = 1.1f;
conf->postCommSetupActions = cdiPioNoPostCommSetup;
conf->largePageAlign = false;
conf->cacheRedists = false;
conf->cacheRedists = true;
conf->recordAggBufLimMB = 128;
conf->xmap_new = xt_xmap_dist_dir_new;
int resH = reshPut(conf, &cdiPioConfOps);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment