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
tardis uses max array size of 500 and creates multiple array jobs as required for job arrays > 500.
However this will result in incorrect behaviour if max array size happened to be < 500
(only some of the array would be processed).
we can
scontrol show config | grep MaxArraySize
MaxArraySize = 10000
The text was updated successfully, but these errors were encountered:
tardis uses max array size of 500 and creates multiple array jobs as required for job arrays > 500.
However this will result in incorrect behaviour if max array size happened to be < 500
(only some of the array would be processed).
we can
scontrol show config | grep MaxArraySize
MaxArraySize = 10000
The text was updated successfully, but these errors were encountered: