Output python model loading on one proc

This commit is contained in:
rohskopf
2022-12-19 09:44:16 -07:00
parent db3ccf93c6
commit e5bece9a01

View File

@ -124,7 +124,7 @@ void MLIAPModelPython::connect_param_counts()
} }
PyGILState_Release(gstate); PyGILState_Release(gstate);
model_loaded = 1; model_loaded = 1;
utils::logmesg(lmp, "Loading python model complete.\n"); if (comm->me == 0) utils::logmesg(lmp, "Loading python model complete.\n");
} }
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------