baseline updated
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user