diff --git a/agents/matmaster_agent/ABACUS_agent/constant.py b/agents/matmaster_agent/ABACUS_agent/constant.py index 3a8b9303..3f24c9a1 100644 --- a/agents/matmaster_agent/ABACUS_agent/constant.py +++ b/agents/matmaster_agent/ABACUS_agent/constant.py @@ -9,7 +9,7 @@ ABACUS_AGENT_NAME = 'ABACUS_calculation_agent' ABACUS_CALCULATOR_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor) ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['image_address'] = \ - 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2' + 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2-openmp' ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['machine_type'] = 'c16_m32_cpu' ABACUS_CALCULATOR_BOHRIUM_STORAGE = copy.deepcopy(BohriumStorge)