You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently jobsplitter seems to multiply integer time values set setTimeSlice, setTimeStart and setTimeStop by 10 in the virtual versions because of this line and the other similar ones later on. Commenting that and the subsequent same conditionals give correct virtual times.
/gate/application/setTimeSlice 1800 s
/gate/application/setTimeStart 0 s
/gate/application/setTimeStop 1800 s
Expected behavior:
The virtual startTime and stopTimes should be inside the specified setTimeStart and setTimeStop. Currently, with the above example and 18 nSplits, the .split-file has the following virtual times in the last one:
Timeslice is: 1800 s
Start time is: 0 s
Stop time is: 1800 s
Virtual startTime: 17000 s
Virtual stopTime: 18000 s
Additional context
If the dot is added to the above commands, i.e.
/gate/application/setTimeSlice 1800. s
/gate/application/setTimeStart 0. s
/gate/application/setTimeStop 1800. s
the virtual times are as expected. Why is the zero added in case of missing dot?
The text was updated successfully, but these errors were encountered:
Currently jobsplitter seems to multiply integer time values set setTimeSlice, setTimeStart and setTimeStop by 10 in the virtual versions because of this line and the other similar ones later on. Commenting that and the subsequent same conditionals give correct virtual times.
Desktop:
Minimal example:
Expected behavior:
The virtual startTime and stopTimes should be inside the specified setTimeStart and setTimeStop. Currently, with the above example and 18 nSplits, the .split-file has the following virtual times in the last one:
Additional context
If the dot is added to the above commands, i.e.
the virtual times are as expected. Why is the zero added in case of missing dot?
The text was updated successfully, but these errors were encountered: