Skip to content
  • View menu
  • View sidebar

bioinfo core

Index & solution of bioInfo utilities

  • Home
  • All entries
  • Blogs
  • Contact
  • About

Categories

  • Between languages (7)
  • Blogs (8)
  • Python (35)
  • R (1)
  • Unix (37)

Tags

bedfile Blogs conda Excel html numpy Pandas Python R slurm Unix
08/06/202006/24/2022 by bioinfocore

Slurm sbatch exclude nodes or node list

  • Unix
  • slurm, Unix

Both works.

#SBATCH --exclude=node[01-09]
#SBATCH --exclude=node01,node02,node03,node04,node05,node07,node08,node09,node10

Source:
https://stackoverflow.com/questions/26216727/how-to-submit-a-job-to-any-subset-of-nodes-from-nodelist-in-slurm

Post navigation

← Previous Post ENCODE ATAC-seq analyzing pipeline hands-on tutorial
Next Post → R set memory limit on Mac for Rstudio
Copyright 2022 | by bioinfocore