baseline updated

This commit is contained in:
CGH0S7
2026-02-05 19:53:55 +08:00
parent cd5ceaa15f
commit 79af79d471
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ def makefile_ABE():
## Build command
if (input_data.GPU_Calculation == "no"):
makefile_command = "make -j4" + " ABE"
makefile_command = "make -j96" + " ABE"
elif (input_data.GPU_Calculation == "yes"):
makefile_command = "make -j4" + " ABEGPU"
else: