From 4b18ba3d12bd9a9e6c13949cec90f4788cca49fc Mon Sep 17 00:00:00 2001 From: ahxbcn <2092233074@qq.com> Date: Fri, 19 Sep 2025 17:17:45 +0800 Subject: [PATCH] Update image running ABACUS calculation --- agents/matmaster_agent/ABACUS_agent/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)