Home
last modified time | relevance | path

Searched refs:rank_id_name (Results 1 – 4 of 4) sorted by relevance

/honee/src/smartsim/
H A Dsmartsim.c59 PetscCall(PetscSNPrintf(smartsim->rank_id_name, sizeof(smartsim->rank_id_name), "y.%d", rank)); in SmartSimSetup()
62 …artRedisCClient(num_orchestrator_nodes != 1, smartsim->rank_id_name, strlen(smartsim->rank_id_name in SmartSimSetup()
H A Dsolution.c75 … PetscCall(PetscSNPrintf(array_key, sizeof array_key, "%s.flow_solution", smartsim->rank_id_name)); in TSMonitor_SmartSimSolution()
77 …array_key, sizeof array_key, "%s.flow_solution.%" PetscInt_FMT, smartsim->rank_id_name, step_num)); in TSMonitor_SmartSimSolution()
H A Dsgs_dd_training.c357 …cSNPrintf(array_key, sizeof array_key, "%s.%" PetscInt_FMT, smartsim->rank_id_name, filter_index)); in TSMonitor_SGS_DD_Training()
359 …ey, sizeof array_key, "%s.%" PetscInt_FMT "%" PetscInt_FMT, smartsim->rank_id_name, step_num, filt… in TSMonitor_SGS_DD_Training()
/honee/include/
H A Dsmartsim-impl.h31 char rank_id_name[16]; member