Skip to content
Snippets Groups Projects
Commit e7dc2100 authored by Harald Braun's avatar Harald Braun :penguin: Committed by Thomas Jahns
Browse files

Fix missing predication.

parent 03caac30
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,8 @@ modelRun(struct model_config setup, MPI_Comm comm)
zaxisDestroy(zID);
#if USE_MPI
xt_idxlist_delete(varDesc[varIdx].partDesc);
xt_redist_delete(varDesc[varIdx].redist4gather);
if (setup.flags & PIO_WRITE_CONFIG_CHECKSUM_FLAG)
xt_redist_delete(varDesc[varIdx].redist4gather);
#endif
for (size_t j = varIdx + 1; j < nVars; ++j)
if (zID == varDesc[j].zaxisID)
......
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