Skip to content

Commit 9a39a96

Browse files
authored
Merge pull request #180 from ahxbcn/dev
fix: Update image running ABACUS calculation
2 parents d9da73f + 4b18ba3 commit 9a39a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/matmaster_agent/ABACUS_agent/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ABACUS_AGENT_NAME = 'ABACUS_calculation_agent'
1010
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor)
1111
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['image_address'] = \
12-
'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2'
12+
'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2-openmp'
1313
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['machine_type'] = 'c16_m32_cpu'
1414
ABACUS_CALCULATOR_BOHRIUM_STORAGE = copy.deepcopy(BohriumStorge)
1515

0 commit comments

Comments
 (0)