Fix the --mem request not allowed error when running on Trillium nodes#1108
Fix the --mem request not allowed error when running on Trillium nodes#1108joshuayangca wants to merge 1 commit into
Conversation
Fix SBATCH ERROR "The --mem=... request is not allowed nor necessary on Trillium; all nodes have the same amount of available memory (745 GiB) and each job get all the available memory of the node"
|
While I don't know anything in particular about this site, a fair amount of clusters that do not allow shared-node jobs still thinks nodes should be used fully, which I suspect won't be the case for many pipelines. Since the nodes seem large enough to support it, it may be a good idea to add a note that using the |
|
One drawback with this solution is that while it lets a lot of processes run, many pipelines also either use other labels or use |
CMonnin
left a comment
There was a problem hiding this comment.
these changes seem to be unconditional. they will apply to all the clusters.
|
just an fyi the use of trillium with normal nf-core pipelines is discouraged. as per the wiki.
|
@MareikeJaniak
@CMonnin
Fix SBATCH ERROR
"The --mem=... request is not allowed nor necessary on Trillium; all nodes have the same amount of available memory (745 GiB) and each job get all the available memory of the node"