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
#SBATCH --nodes=1 # Run all processes on a single node.
#SBATCH --array=[0-0]%101 # Run an array job, but with a limitation of 50 arrays x time (to not overload Tigerfish with only one user) \\ LastSendedJob=3 JobsToSend=ceil(82*52*6/1000)=26
#SBATCH --cpus-per-task=1 # Number of CPU cores per task (multithreaded tasks)