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 multithreading is broken with SLURM because we set self.job.options += ['--threads-per-core=1'] preventing hyper threading and self.num_cpus_per_task = 1 preventing having more than 1 thread when parallel tasks is 1.
Currently multithreading is broken with SLURM because we set
self.job.options += ['--threads-per-core=1']preventing hyper threading andself.num_cpus_per_task = 1preventing having more than 1 thread when parallel tasks is 1.