Dear staffs, I want to restar the calculation which stops due to exceeding walktime.I modify the origin script as following:
#----------------------------------------
# Device Calculator
#----------------------------------------
calculator = DeviceLCAOCalculator(
contour_parameters=contour_parameters,
electrode_calculators=
[left_electrode_calculator, right_electrode_calculator],
)
device_configuration.setCalculator(calculator)
nlprint(device_configuration)
device_configuration = nlread("/tmp/checkpoint48792306.nc")[0]
device_configuration.update(force_restart=True)
nlsave('aIV.nc', device_configuration)
I calculate by means of the cluster,using node65.However,the cluster tell me "/tmp/checkpoint48792306.nc, was not found - please check correct path and name" I don't know how to do.